AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: Immunization - COVID Dose 1 (IPS compliant) - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "covid-02",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization covid-02</b></p><a name=\"covid-02\"> </a><a name=\"hccovid-02\"> </a><a name=\"covid-02-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}, {http://snomed.info/sct 1708651000168101}\">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>occurrence</b>: 2021-06-17</p><p><b>recorded</b>: 2021-06-17</p><p><b>primarySource</b>: true</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"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "1708651000168101"
      }
    ],
    "text" : "Pfizer Comirnaty"
  },
  "patient" : {
    🔗 "reference" : "Patient/bennelong-anne"
  },
  "occurrenceDateTime" : "2021-06-17",
  "recorded" : "2021-06-17",
  "primarySource" : true
}