Australian Digital Health Agency Medicare Records FHIR Implementation Guide 2.1.0

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

Example: Immunization-air-03

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Immunization",
  "id" : "air-03",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/immunization-air"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"air-03\"> </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;air-03&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-immunization-air.html\">ADHA Australian Immunisation Register Immunization</a></p></div><p><b>Vaccine Vial Serial Number</b>: vNo1111</p><p><b>identifier</b>: id: urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d</p><p><b>status</b>: completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: Pfizer Comirnaty <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (air-vaccine-code-formats#COMIRN)</span></p><p><b>patient</b>: <span/></p><p><b>date</b>: 2021-06-17</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: 123847-298</p><h3>VaccinationProtocols</h3><table class=\"grid\"><tr><td>-</td><td><b>DoseSequence</b></td><td><b>TargetDisease</b></td><td><b>DoseStatus</b></td></tr><tr><td>*</td><td>1</td><td>COVID-19 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>Not available <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/v3/NullFlavor/cs.html\">v3 Code System NullFlavor</a>#NAVU)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/vaccine-serial-number-1",
      "valueString" : "vNo1111"
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d"
    }
  ],
  "status" : "completed",
  "notGiven" : false,
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code" : "COMIRN"
      }
    ],
    "text" : "Pfizer Comirnaty"
  },
  "patient" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608166690503"
    }
  },
  "date" : "2021-06-17",
  "primarySource" : true,
  "lotNumber" : "123847-298",
  "vaccinationProtocol" : [
    {
      "doseSequence" : 1,
      "targetDisease" : [
        {
          "text" : "COVID-19"
        }
      ],
      "doseStatus" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v3/NullFlavor",
            "code" : "NAVU"
          }
        ]
      }
    }
  ]
}