Australian Digital Health Agency Medicare Records FHIR Implementation Guide 2.2.0

Australian Digital Health Agency Medicare Records FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 3.0.2. See the Directory of published versions for a list of available versions.

Example: ExplanationOfBenefit-mbs-02

Formats: Narrative, XML, JSON, Turtle

Raw xml



<ExplanationOfBenefit xmlns="http://hl7.org/fhir">
  <id value="mbs-02"/>
  <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: ExplanationOfBenefit</b><a name="mbs-02"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource ExplanationOfBenefit &quot;mbs-02&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-explanationofbenefit-medicare.html">ADHA Medicare ExplanationOfBenefit</a></p></div><p><b>identifier</b>: id: urn:oid:1.2.36.1.2001.1007.11.8003640002000043.1000000000041358</p><p><b>type</b>: Pharmacy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/STU3/codesystem-claim-type.html">Example Claim Type Codes</a>#pharmacy)</span></p><p><b>subType</b>: mbs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (australian-benefit-payment-category-1#mbs)</span></p><p><b>patient</b>: <span/></p><p><b>created</b>: 2017-12-04</p><h3>Items</h3><table class="grid"><tr><td>-</td><td><b>Sequence</b></td><td><b>Service</b></td><td><b>Serviced[x]</b></td></tr><tr><td>*</td><td>1</td><td>Palmar or plantar warts (10 or more), definitive removal of, excluding ablative methods alone, not being a service to which item 30186 or 30187 applies (Anaes.) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#30185)</span></td><td>2016-06-16</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value
           value="urn:oid:1.2.36.1.2001.1007.11.8003640002000043.1000000000041358"/>
  </identifier>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/ex-claimtype"/>
      <code value="pharmacy"/>
    </coding>
  </type>
  <subType>
    <coding>
      <system
              value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-benefit-payment-category-1"/>
      <code value="mbs"/>
    </coding>
  </subType>
  <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"/>
    <service>
      <coding>
        <system value="urn:oid:1.2.36.1.2001.1005.21"/>
        <code value="30185"/>
        <display
                 value="Palmar or plantar warts (10 or more), definitive removal of, excluding ablative methods alone, not being a service to which item 30186 or 30187 applies (Anaes.)"/>
      </coding>
    </service>
    <servicedDate value="2016-06-16"/>
  </item>
</ExplanationOfBenefit>