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

FHIR IG analytics

Packagezw.fhir.ig.epi
Resource TypeImmunization
IdImmunization-immunization1.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 immunization1

status: Completed

vaccineCode: BCG

patient: zw-patient-example

occurrence: 1985-06-15

primarySource: true

location: location1

lotNumber: BCG-2026-001

Performers

-Actor
*practitioner1

Source1

{
  "resourceType": "Immunization",
  "id": "immunization1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/epi/StructureDefinition/zw-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "19"
      }
    ],
    "text": "BCG"
  },
  "patient": {
    "reference": "zw-patient-example"
  },
  "occurrenceDateTime": "1985-06-15",
  "primarySource": true,
  "location": {
    "reference": "location1"
  },
  "lotNumber": "BCG-2026-001",
  "performer": [
    {
      "actor": {
        "reference": "practitioner1"
      }
    }
  ]
}