-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBS Record of claim - profile update + examples added
- Loading branch information
1 parent
71ae39d
commit 5a88bd5
Showing
13 changed files
with
374 additions
and
7 deletions.
There are no files selected for viewing
100 changes: 100 additions & 0 deletions
100
examples/ExplanationOfBenefit/explanationofbenefit-pbs-01.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<ExplanationOfBenefit xmlns="http://hl7.org/fhir"> | ||
<id value="pbs-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-explanationofbenefit-medicare-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from MBS Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:296dcbd7-d763-4ecf-aa78-523bcc11ecda" /> | ||
</identifier> | ||
<status value="active"/> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/claim-type"/> | ||
<code value="pharmacy"/> | ||
</coding> | ||
</type> | ||
<subType> | ||
<coding> | ||
<system | ||
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/> | ||
<code value="pbs"/> | ||
</coding> | ||
</subType> | ||
<use value="claim"/> | ||
<patient> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</patient> | ||
<created value="2020-01-16"/> | ||
<insurer> | ||
<reference value="Organization/healthau"/> | ||
<display value="Australian Government Department of Health"/> | ||
</insurer> | ||
<provider> | ||
<reference value="PractitionerRole/pharmacist-retail"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NPI"/> | ||
<display value="National provider identifier"/> | ||
</coding> | ||
<text value="HPI-I"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/> | ||
<value value="8003611566708354"/> | ||
</identifier> | ||
</provider> | ||
<prescription> | ||
<reference value="MedicationRequest/claim-pbs-01"/> | ||
</prescription> | ||
<outcome value="complete"/> | ||
<insurance> | ||
<focal value="true"/> | ||
<coverage> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="MC"/> | ||
</coding> | ||
<text value="Medicare Number"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/medicare-number"/> | ||
<value value="3951032981"/> | ||
</identifier> | ||
</coverage> | ||
</insurance> | ||
<item> | ||
<sequence value="1"/> | ||
<category> | ||
<coding> | ||
<system | ||
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/> | ||
<code value="pbs"/> | ||
<display value="PBS"/> | ||
</coding> | ||
</category> | ||
<productOrService> | ||
<coding> | ||
<system value="urn:oid:1.2.36.1.2001.1005.22"/> | ||
<code value="03119E"/> | ||
<display value="cephalexin 500 mg capsule, 20"/> | ||
</coding> | ||
</productOrService> | ||
<servicedDate value="2020-01-16"/> | ||
</item> | ||
</ExplanationOfBenefit> |
100 changes: 100 additions & 0 deletions
100
examples/ExplanationOfBenefit/explanationofbenefit-pbs-02.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<ExplanationOfBenefit xmlns="http://hl7.org/fhir"> | ||
<id value="pbs-02"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-explanationofbenefit-medicare-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from MBS Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:73f7a30b-add3-4673-a4e9-65b0d8670a36" /> | ||
</identifier> | ||
<status value="active"/> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/claim-type"/> | ||
<code value="pharmacy"/> | ||
</coding> | ||
</type> | ||
<subType> | ||
<coding> | ||
<system | ||
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/> | ||
<code value="pbs"/> | ||
</coding> | ||
</subType> | ||
<use value="claim"/> | ||
<patient> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</patient> | ||
<created value="2020-02-16"/> | ||
<insurer> | ||
<reference value="Organization/healthau"/> | ||
<display value="Australian Government Department of Health"/> | ||
</insurer> | ||
<provider> | ||
<reference value="PractitionerRole/pharmacist-retail"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NPI"/> | ||
<display value="National provider identifier"/> | ||
</coding> | ||
<text value="HPI-I"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/> | ||
<value value="8003611566708354"/> | ||
</identifier> | ||
</provider> | ||
<prescription> | ||
<reference value="MedicationRequest/claim-pbs-01"/> | ||
</prescription> | ||
<outcome value="complete"/> | ||
<insurance> | ||
<focal value="true"/> | ||
<coverage> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="MC"/> | ||
</coding> | ||
<text value="Medicare Number"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/medicare-number"/> | ||
<value value="3951032981"/> | ||
</identifier> | ||
</coverage> | ||
</insurance> | ||
<item> | ||
<sequence value="1"/> | ||
<category> | ||
<coding> | ||
<system | ||
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/> | ||
<code value="pbs"/> | ||
<display value="PBS"/> | ||
</coding> | ||
</category> | ||
<productOrService> | ||
<coding> | ||
<system value="urn:oid:1.2.36.1.2001.1005.22"/> | ||
<code value="03119E"/> | ||
<display value="cephalexin 500 mg capsule, 20"/> | ||
</coding> | ||
</productOrService> | ||
<servicedDate value="2020-02-16"/> | ||
</item> | ||
</ExplanationOfBenefit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Medication xmlns="http://hl7.org/fhir"> | ||
<id value="cephalexin-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"/> | ||
</meta> | ||
<code> | ||
<coding> | ||
<system value="urn:oid:1.2.36.1.2001.1005.22"/> | ||
<code value="03119E"/> | ||
<display value="cephalexin 500 mg capsule, 20"/> | ||
</coding> | ||
</code> | ||
<manufacturer> | ||
<identifier> | ||
<system value="http://pbs.gov.au/code/manufacturer"/> | ||
<value value="MM"/> | ||
</identifier> | ||
</manufacturer> | ||
</Medication> |
40 changes: 40 additions & 0 deletions
40
examples/MedicationRequest/medicationrequest-claim-pbs-01.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MedicationRequest xmlns="http://hl7.org/fhir"> | ||
<id value="claim-pbs-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medicationrequest-pbs-claim-1"/> | ||
</meta> | ||
<!--identifier from Bundle uploaded from MBS Medicare repository--> | ||
<identifier> | ||
<system value="urn:ietf:rfc:3986"/> | ||
<value value="urn:uuid:296dcbd7-d763-4ecf-aa78-523bcc11ecda" /> | ||
</identifier> | ||
<status value="unknown"/> | ||
<intent value="order"/> | ||
<medicationReference> | ||
<reference value="Medication/cephalexin-01"/> | ||
</medicationReference> | ||
<subject> | ||
<reference value="Patient/mhr-field-sally"/> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="NI"/> | ||
<display value="National unique individual identifier"/> | ||
</coding> | ||
<text value="IHI"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/> | ||
<value value="8003608833357361"/> | ||
</identifier> | ||
</subject> | ||
<authoredOn value="2020-01-15"/> | ||
<dispenseRequest> | ||
<numberOfRepeatsAllowed value="1"/> | ||
<quantity> | ||
<value value="500"/> | ||
<unit value="tablet"/> | ||
</quantity> | ||
</dispenseRequest> | ||
</MedicationRequest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 14 additions & 1 deletion
15
pages/_includes/dh-medicationrequest-pbs-claim-1-examples.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
None. | ||
<table class="list" width="100%"> | ||
<tr> | ||
<th>Example name</th> | ||
<th>id</th> | ||
<th colspan="3">Format</th> | ||
</tr> | ||
<tr> | ||
<td><a href="MedicationRequest-claim-pbs-01.html">PBS claim item for for cephalexin 500 mg capsule, 20 for for Ms. Sally Field</a></td> | ||
<td>claim-pbs-01</td> | ||
<td><a href="MedicationRequest-claim-pbs-01.xml.html">XML</a></td> | ||
<td><a href="MedicationRequest-claim-pbs-01.json.html">JSON</a></td> | ||
<td><a href="MedicationRequest-claim-pbs-01.ttl.html">Turtle</a></td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
None. | ||
<table class="list" width="100%"> | ||
<tr> | ||
<th>Example name</th> | ||
<th>id</th> | ||
<th colspan="3">Format</th> | ||
</tr> | ||
<tr> | ||
<td><a href="ServiceRequest-claim-mbs-01.html">MBS claim item for radiation oncology service for Mr. Zhang Wei</a></td> | ||
<td>claim-mbs-01</td> | ||
<td><a href="ServiceRequest-claim-mbs-01.xml.html">XML</a></td> | ||
<td><a href="ServiceRequest-claim-mbs-01.json.html">JSON</a></td> | ||
<td><a href="ServiceRequest-claim-mbs-01.ttl.html">Turtle</a></td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.