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

FHIR IG analytics

Packagefhir.test.data.r4
Resource TypeImmunization
IdImmunization-190914.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-190914",
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "140",
        "display": "Influenza, seasonal, injectable, preservative free"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Patient-6484",
    "display": "Irma Carol Johnson"
  },
  "occurrenceDateTime": "2025-12-16T09:36:36-05:00",
  "primarySource": true,
  "location": {
    "reference": "Location/Location-1106",
    "display": "Cranston Family Medical"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Practitioner-2521",
        "display": "Heather Fuentes Guerra MD"
      }
    }
  ]
}