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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeImmunization
IdUKCore-Immunization-InfluenzaVaccine-Example.json
FHIR VersionR4

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": "UKCore-Immunization-InfluenzaVaccine-Example",
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "11278411000001109",
        "display": "Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "occurrenceDateTime": "2013-01-10",
  "location": {
    "reference": "UKCore-Location-GeneralPracticeNurseClinic-Example"
  }
}