Medicare Records FHIR Implementation Guide version 1.0.0

Example: ExplanationOfBenefit-explanationofbenefit-mbs-example-min

Formats: Narrative,XML, JSON, Turtle

Raw xml


<ExplanationOfBenefit xmlns="http://hl7.org/fhir">
  <id value="explanationofbenefit-mbs-example-min"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/explanationofbenefit-medicare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: explanationofbenefit-mbs-example-min</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:oid:2.25.129844986816735724544008039950138526110</p><p><b>patient</b>: </p><p><b>created</b>: 04/12/2017</p><h3>Items</h3><table class="grid"><tr><td>-</td><td><b>Sequence</b></td><td><b>Category</b></td><td><b>Service</b></td><td><b>Serviced[x]</b></td></tr><tr><td>*</td><td>1</td><td>mbs <span style="background: LightGoldenRodYellow">(Details : {https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1 code 'mbs' = 'mbs)</span></td><td>30186 <span style="background: LightGoldenRodYellow">(Details : {urn:oid:1.2.36.1.2001.1005.21 code '30186' = '30186)</span></td><td>16/06/2016</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.25.129844986816735724544008039950138526110"/>
  </identifier>
  <patient>
    <identifier>
      <type>
        <coding>
          <system value="http://hl7.org/fhir/v2/0203"/>
          <code value="NI"/>
          <display value="National unique individual identifier"/>
        </coding>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608166690503"/>
    </identifier>
  </patient>
  <created value="2017-12-04"/>
  <item>
    <sequence value="1"/>
    <category>
      <coding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/>
        <code value="mbs"/>
      </coding>
    </category>
    <service>
      <coding>
        <system value="urn:oid:1.2.36.1.2001.1005.21"/>
        <code value="30186"/>
      </coding>
    </service>
    <servicedDate value="2016-06-16"/>
  </item>
</ExplanationOfBenefit>