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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeImmunization
IdUKCore-Immunization-Sn-PatientConformVaccination-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-Sn-PatientConformVaccination-Example",
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "39114911000001105",
        "display": "COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example",
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  },
  "occurrenceDateTime": "2021-07-20"
}