Skip to content

Commit

Permalink
Corrected referencing for PBS claims
Browse files Browse the repository at this point in the history
  • Loading branch information
dtr-agency committed Apr 13, 2022
1 parent dc30a42 commit d923c53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/dh-explanationofbenefit-medicare-mbs-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<path value="ExplanationOfBenefit.provider"/>
<type>
<code value="Reference"/>
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"/>
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"/>
</type>
<mustSupport value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/dh-medication-core-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<map value=".manufacturedProduct"/>
</mapping>
</element>
<element id="List.extension">
<element id="Medication.extension">
<path value="List.extension"/>
<slicing>
<discriminator>
Expand Down
8 changes: 8 additions & 0 deletions resources/dh-servicerequest-mbs-claim-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
<path value="ServiceRequest.code"/>
<short value="What service was claimed"/>
</element>
<element id="ServiceRequest.requester">
<path value="ServiceRequest.requester" />
<min value="1" />
<type>
<code value="Reference" />
<targetProfile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"/>
</type>
</element>
</differential>
</StructureDefinition>

0 comments on commit d923c53

Please sign in to comment.