forked from aehrc/primary-care-data-technical-stu3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathig.json
More file actions
119 lines (119 loc) · 3.54 KB
/
Copy pathig.json
File metadata and controls
119 lines (119 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"sct-edition": "http://snomed.info/sct/32506021000036107",
"version": "3.0.1",
"source": "ig.xml",
"dependencyList": [
{
"name" : "aubase",
"location" : "http://hl7.org.au/fhir",
"version" : "current"
}],
"spreadsheets": [],
"special-urls": [
],
"extraTemplates": ["mappings"],
"defaults": {
"ConceptMap": {"template-base": "cm.html"},
"Any": {
"template-base": "base.html",
"template-format": "format.html"
},
"StructureDefinition": {
"template-base": "sd.html",
"template-defns": "sd-definitions.html",
"template-mappings": "sd-mappings.html"
},
"ValueSet": {"template-base": "vs.html"},
"CodeSystem": {"template-base": "cs.html"},
"Patient": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Composition": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"HealthcareService": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Practitioner": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"PractitionerRole": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Organization": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Specimen": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Location": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Address": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Medication": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Immunization": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"ImmunizationRecommendation": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"MedicationRequest": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"AllergyIntolerance": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"RelatedPerson": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Endpoint": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Observation": {
"template-base": "ex.html",
"template-format": "ex-format.html"
}
},
"tool": "jekyll",
"license": "CC-BY-4.0",
"canonicalBase": "http://hl7.org.au/fhir",
"paths": {
"temp": "temp",
"resources": [
"resources",
"examples"
],
"pages": "pages",
"txCache": "txCache",
"output": "output",
"qa": "qa",
"specification": "http://hl7.org/fhir/STU3"
},
"npm-name": "hl7.fhir.au.primarycare",
"resources": {
"StructureDefinition/au-receivingapplication": {
"base": "StructureDefinition-au-receivingapplication.html",
"defns": "StructureDefinition-au-receivingapplication-definitions.html"
}
}
}