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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypeImmunization
IdImmunization-91788.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Immunization",
  "id": "Immunization-91788",
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "10",
        "display": "IPV"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Patient-6525",
    "display": "Fred Michael Walsh"
  },
  "occurrenceDateTime": "2021-08-23T22:36:36-04:00",
  "primarySource": true,
  "location": {
    "reference": "Location/Location-1101",
    "display": "McKinley Health Center"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Practitioner-2522",
        "display": "Lois Jean Kent MD"
      }
    }
  ]
}