Australian Digital Health Agency FHIR Implementation Guide 1.0.0

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

Example: Immunization-mds

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Immunization xmlns="http://hl7.org/fhir">
  <id value="mds"/>
<!-- R4 conversion of MDS test data Bundle.id cb7921cb-ba17-11ec-833a-b1763b0a7715 -->
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Immunization</b><a name="mds"> </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 Immunization &quot;mds&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dh-immunization-air-1.html">ADHA Record of Immunisation from Australian Immunisation Register</a></p></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/></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 from Bundle uploaded from AIR Medicare repository -->
  <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>