Australian Digital Health Agency FHIR Implementation Guide 1.1.0

This page is part of the Australian Digital Health Agency FHIR Implementation Guide 1.1.0. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available previous versions.

Example: Bundle-mds

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Bundle xmlns="http://hl7.org/fhir">
  <id value="mds"/>
<!-- R4 conversion of MDS test data Bundle.id cb7921cb-ba17-11ec-833a-b1763b0a7715 -->
<!-- Bundle of the set of that make up AIR post for IHI 8003608833630130 from Medicare repository to MHR system  -->
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value
           value="urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810"/>
  </identifier>
  <type value="collection"/>
<!--     IMMUNIZATION    -->
<!-- A resource that doesn't have a persistent home / isn't a resource already on the server - but it does have a UUID assigned for this bundle "locally identified" -->
  <entry>
    <fullUrl value="urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7715"/>
    <resource>
      <Immunization>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"></div><p><b>Vaccine Vial Serial Number</b>: 12345678916</p><p><b>identifier</b>: id: urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: ProQuad <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (air-vaccine-code-formats#PROQAD)</span></p><p><b>patient</b>: <span></span></p><p><b>occurrence</b>: 2022-04-07</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: 12362</p><h3>ProtocolApplieds</h3><table class="grid"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Measles Mumps Rubella Varicella <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td><td>??</td></tr></table></div>
        </text>
        <extension
                   url="http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number">
          <valueString value="12345678916"/>
        </extension>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value
                 value="urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810"/>
        </identifier>
        <status value="completed"/>
        <vaccineCode>
          <coding>
            <system
                    value="https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"/>
            <code value="PROQAD"/>
            <display value="ProQuad"/>
          </coding>
          <text value="ProQuad"/>
        </vaccineCode>
        <patient>
          <identifier>
            <type>
              <coding>
                <system
                        value="http://terminology.hl7.org/CodeSystem/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="8003608833630130"/>
          </identifier>
        </patient>
        <occurrenceDateTime value="2022-04-07"/>
        <primarySource value="true"/>
        <lotNumber value="12362"/>
        <protocolApplied>
          <targetDisease>
            <text value="Measles Mumps Rubella Varicella"/>
          </targetDisease>
          <doseNumberPositiveInt>
            <extension
                       url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
              <valueCode value="unknown"/>
            </extension>
          </doseNumberPositiveInt>
        </protocolApplied>
      </Immunization>
    </resource>
  </entry>
</Bundle>