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

FHIR IG analytics

Packagefhir.r4.ukcore.stu1
Resource TypeImmunization
IdUKCore-Immunization-Sn-ProtocolApplied-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-ProtocolApplied-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"
  },
  "occurrenceDateTime": "2021-07-20",
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "COVID-19"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}