AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Immunization - COVID Dose 1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "covid-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization covid-1</b></p><a name=\"covid-1\"> </a><a name=\"hccovid-1\"> </a><a name=\"covid-1-en-AU\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COMIRN}, {http://snomed.info/sct 1525011000168107}\">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient-bennelong-anne.html\">Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medicare Number:\u00a06951449677)</a></p><p><b>encounter</b>: <a href=\"Encounter-covid-admin-1.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = COVID-19 vaccination service; period = 2021-06-17 09:20:00+1000 --&gt; 2021-06-17 09:35:00+1000</a></p><p><b>occurrence</b>: 2021-06-17</p><p><b>recorded</b>: 2021-06-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-bobrester-medical-center.html\">Location Tindal Building</a></p><p><b>manufacturer</b>: Pfizer Australia Ltd</p><p><b>lotNumber</b>: 200000000P</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm</span></p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code" : "COMIRN"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "1525011000168107",
        "display" : "Comirnaty"
      }
    ],
    "text" : "Pfizer Comirnaty"
  },
  "patient" : {
    🔗 "reference" : "Patient/bennelong-anne"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/covid-admin-1"
  },
  "occurrenceDateTime" : "2021-06-17",
  "recorded" : "2021-06-17",
  "primarySource" : true,
  "location" : {
    🔗 "reference" : "Location/bobrester-medical-center"
  },
  "manufacturer" : {
    "display" : "Pfizer Australia Ltd"
  },
  "lotNumber" : "200000000P",
  "site" : // Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
  {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Left upper arm structure"
      }
    ],
    "text" : "Left upper arm"
  }
}