XML View
<Immunization xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-VaccinationProcedure-COVID-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="1324681000000101" />
<display value="Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)" />
</coding>
</valueCodeableConcept>
</extension>
<status value="completed" />
<vaccineCode>
<coding>
<system value="https://dmd.nhs.uk" />
<code value="39116211000001106" />
<display value="Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials" />
</coding>
</vaccineCode>
<patient>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2021-07-20" />
</Immunization>
JSON View
{
"resourceType": "Immunization",
"id": "UKCore-Extension-VaccinationProcedure-COVID-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1324681000000101",
"display": "Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"
}
]
}
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39116211000001106",
"display": "Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"occurrenceDateTime": "2021-07-20"
}