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

FHIR IG analytics

Packagezm-core
Resource TypeImmunization
IdImmunization-ExampleZMCoreImmunization.json
FHIR VersionR5

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 ExampleZMCoreImmunization

status: Completed

vaccineCode: BCG vaccine

lotNumber: BCG-LOT-001

patient: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)

encounter: Encounter: status = completed; class = ambulatory; type = ; actualPeriod = 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200

occurrence: 2026-08-08 10:00:00+0200

primarySource: true

location: Location University Teaching Hospital

route: Intradermal route

doseQuantity: 0.05 mL (Details: UCUM codemL = 'mL')

Performers

-Actor
*Practitioner Mary Chipo Phiri (official)

ProtocolApplieds

-DoseNumber
*1

Source1

{
  "resourceType": "Immunization",
  "id": "ExampleZMCoreImmunization",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "text": "BCG vaccine"
  },
  "lotNumber": "BCG-LOT-001",
  "patient": {
    "reference": "Patient/ExampleZMCorePatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleZMCoreEncounter"
  },
  "occurrenceDateTime": "2026-08-08T10:00:00+02:00",
  "primarySource": true,
  "location": {
    "reference": "Location/ExampleZMCoreLocation"
  },
  "route": {
    "text": "Intradermal route"
  },
  "doseQuantity": {
    "value": 0.05,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/ExampleZMCorePractitioner"
      }
    }
  ],
  "protocolApplied": [
    {
      "doseNumber": "1"
    }
  ]
}