forked from hl7au/au-fhir-pd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ig.json
121 lines (121 loc) · 3.83 KB
/
ig.json
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
120
121
{
"sct-edition": "http://snomed.info/sct/32506021000036107",
"version": "4.0.0",
"fixed-business-version" : "2.0.1",
"source": "ig.xml",
"dependencyList": [
{
"name" : "aubaser4",
"location" : "http://hl7.org.au/fhir",
"version" : "2.0.1"
}
],
"spreadsheets": [],
"special-urls": [ "http://hl7.org.au/fhir/CodeSystem/smd-interfaces", "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type", "https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1" ],
"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"
},
"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"
},
"Location": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Address": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Endpoint": {
"template-base": "ex.html",
"template-format": "ex-format.html"
},
"Bundle": {
"template-base": "ex.html",
"template-format": "ex-format.html"
}
},
"tool": "jekyll",
"license": "CC0-1.0",
"canonicalBase": "http://hl7.org.au/fhir/pd",
"paths": {
"temp": "temp",
"resources": [ "resources", "examples" ],
"pages": "pages",
"txCache": "txCache",
"output": "output",
"qa": "qa",
"specification": "http://hl7.org/fhir/R4"
},
"npm-name" : "hl7.fhir.au.pd",
"resources": {
"StructureDefinition/au-pd-practitioner": {
"base": "StructureDefinition-au-pd-practitioner.html",
"defns": "StructureDefinition-au-pd-practitioner-definitions.html"
},
"StructureDefinition/au-pd-practitionerrole": {
"base": "StructureDefinition-au-pd-practitionerrole.html",
"defns": "StructureDefinition-au-pd-practitionerrole-definitions.html"
},
"StructureDefinition/au-pd-organisation": {
"base": "StructureDefinition-au-pd-organisation.html",
"defns": "StructureDefinition-au-pd-organisation-definitions.html"
},
"StructureDefinition/au-pd-sm-endpoint": {
"base": "StructureDefinition-au-pd-sm-endpoint.html",
"defns": "StructureDefinition-au-pd-sm-endpoint-definitions.html"
},
"StructureDefinition/au-pd-healthcareservice": {
"base": "StructureDefinition-au-pd-healthcareservice.html",
"defns": "StructureDefinition-au-pd-healthcareservice-definitions.html"
},
"StructureDefinition/au-pd-location": {
"base": "StructureDefinition-au-pd-location.html",
"defns": "StructureDefinition-au-pd-location-definitions.html"
},
"CodeSystem/smd-interfaces": {
"base": "CodeSystem-smd-interfaces.html",
"defns": "CodeSystem-smd-interfaces-definitions.html"
},
"CodeSystem/endpoint-payload-type": {
"base": "CodeSystem-endpoint-payload-type.html",
"defns": "CodeSystem-endpoint-payload-type-definitions.html"
},
"ValueSet/endpoint-payload-type": {
"base": "ValueSet-endpoint-payload-type.html",
"defns": "ValueSet-endpoint-payload-type-definitions.html"
},
"ValueSet/service-interfaces": {
"base": "ValueSet-service-interfaces.html",
"defns": "ValueSet-service-interfaces-definitions.html"
},
"ValueSet/au-physical-states-territories": {
"base": "ValueSet-au-physical-states-territories.html",
"defns": "ValueSet-au-physical-states-territories-definitions.html"
}
}
}