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 json


{
  "resourceType" : "Immunization",
  "id" : "mds",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number",
      "valueString" : "12345678916"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code" : "PROQAD",
        "display" : "ProQuad"
      }
    ],
    "text" : "ProQuad"
  },
  "patient" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833630130"
    }
  },
  "occurrenceDateTime" : "2022-04-07",
  "primarySource" : true,
  "lotNumber" : "12362",
  "protocolApplied" : [
    {
      "targetDisease" : [
        {
          "text" : "Measles Mumps Rubella Varicella"
        }
      ],
      "_doseNumberPositiveInt" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "unknown"
          }
        ]
      }
    }
  ]
}