XML View
<Immunization xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-ParentPresent-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-ParentPresent">
<valueBoolean value="true" />
</extension>
<status value="completed" />
<vaccineCode>
<coding>
<system value="https://dmd.nhs.uk" />
<code value="10245211000001108" />
<display value="Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes" />
</coding>
</vaccineCode>
<patient>
<reference value="Patient/UKCore-Patient-BabyPatient-Example" />
</patient>
<occurrenceDateTime value="2021-07-20" />
</Immunization>
JSON View
{
"resourceType": "Immunization",
"id": "UKCore-Extension-ParentPresent-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-ParentPresent",
"valueBoolean": true
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "10245211000001108",
"display": "Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-BabyPatient-Example"
},
"occurrenceDateTime": "2021-07-20"
}