Skip to content

Commit c3553bf

Browse files
committed
Corrected core profile references
#127 #9
1 parent 23389c8 commit c3553bf

5 files changed

+65
-5
lines changed

resources/dh-bundle-core-1.xml

+55
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@
9292
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-diagnosticreport-core-1" />
9393
</type>
9494
</element>
95+
<element id="Bundle.entry:documentreference">
96+
<path value="Bundle.entry" />
97+
<sliceName value="documentreference" />
98+
</element>
99+
<element id="Bundle.entry.resource:documentreference">
100+
<path value="Bundle.entry.resource" />
101+
<type>
102+
<code value="DocumentReference" />
103+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-documentreference-core-1" />
104+
</type>
105+
</element>
95106
<element id="Bundle.entry:encounter">
96107
<path value="Bundle.entry" />
97108
<sliceName value="encounter" />
@@ -103,6 +114,17 @@
103114
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1" />
104115
</type>
105116
</element>
117+
<element id="Bundle.entry:flag">
118+
<path value="Bundle.entry" />
119+
<sliceName value="flag" />
120+
</element>
121+
<element id="Bundle.entry.resource:flag">
122+
<path value="Bundle.entry.resource" />
123+
<type>
124+
<code value="Flag" />
125+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-flag-core-1" />
126+
</type>
127+
</element>
106128
<element id="Bundle.entry:healthcareservice">
107129
<path value="Bundle.entry" />
108130
<sliceName value="healthcareservice" />
@@ -279,5 +301,38 @@
279301
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-relatedperson-core-1" />
280302
</type>
281303
</element>
304+
<element id="Bundle.entry:servicerequest">
305+
<path value="Bundle.entry" />
306+
<sliceName value="servicerequest" />
307+
</element>
308+
<element id="Bundle.entry.resource:servicerequest">
309+
<path value="Bundle.entry.resource" />
310+
<type>
311+
<code value="ServiceRequest" />
312+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-servicerequest-core-1" />
313+
</type>
314+
</element>
315+
<element id="Bundle.entry:specimen">
316+
<path value="Bundle.entry" />
317+
<sliceName value="specimen" />
318+
</element>
319+
<element id="Bundle.entry.resource:specimen">
320+
<path value="Bundle.entry.resource" />
321+
<type>
322+
<code value="Specimen" />
323+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-specimen-core-1" />
324+
</type>
325+
</element>
326+
<element id="Bundle.entry:substance">
327+
<path value="Bundle.entry" />
328+
<sliceName value="substance" />
329+
</element>
330+
<element id="Bundle.entry.resource:substance">
331+
<path value="Bundle.entry.resource" />
332+
<type>
333+
<code value="Substance" />
334+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-substance-core-1" />
335+
</type>
336+
</element>
282337
</differential>
283338
</StructureDefinition>

resources/dh-explanationofbenefit-medicare-1.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<path value="ExplanationOfBenefit.referral"/>
138138
<type>
139139
<code value="Reference"/>
140-
<targetProfile value="http://hl7.org.au/fhir/StructureDefinition/dh-servicerequest-core-1"/>
140+
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-servicerequest-core-1"/>
141141
</type>
142142
<mustSupport value="true"/>
143143
</element>

resources/dh-flag-core-1.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<id value="dh-flag-core-1" />
44
<url value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-flag-core-1" />
55
<version value="0.0.1" />
6-
<name value="FlagAIR" />
7-
<title value="Australian Immunisation Register Notice" />
6+
<name value="DHFlagCore" />
7+
<title value="ADHA Core Flag" />
88
<status value="draft" />
99
<experimental value="false" />
1010
<publisher value="Australian Digital Health Agency" />

resources/dh-medicationstatement-core-1.xml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
</element>
4343
<element id="MedicationStatement.basedOn">
4444
<path value="MedicationStatement.basedOn"/>
45+
<type>
46+
<code value="Reference"/>
47+
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-core-1" />
48+
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CarePlan" />
49+
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-servicerequest-core-1"/>
50+
</type>
4551
<mustSupport value="true"/>
4652
</element>
4753
<element id="MedicationStatement.status">

resources/dh-observation-ncspp-1.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
<kind value="resource"/>
2828
<abstract value="false"/>
2929
<type value="Observation"/>
30-
<baseDefinition
31-
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-programparticipation-1"/>
30+
<baseDefinition value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-programparticipation-1"/>
3231
<derivation value="constraint"/>
3332
<differential>
3433
<element id="Observation">

0 commit comments

Comments
 (0)