FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeImmunization
IdImmunization-covid-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization covid-1

status: Completed

vaccineCode: Pfizer Comirnaty

patient: Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = COVID-19 vaccination service; period = 2021-06-17 09:20:00+1000 --> 2021-06-17 09:35:00+1000

occurrence: 2021-06-17

recorded: 2021-06-17

primarySource: true

location: Location Tindal Building

manufacturer: Pfizer Australia Ltd

lotNumber: 200000000P

site: Left upper arm


Source1

{
  "resourceType": "Immunization",
  "id": "covid-1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Structure of left upper arm"
      }
    ],
    "text": "Left upper arm"
  }
}