XML View
<Immunization xmlns="http://hl7.org/fhir">
<id value="UKCore-Immunization-InfluenzaVaccine-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="completed" />
<vaccineCode>
<coding>
<system value="https://dmd.nhs.uk" />
<code value="11278411000001109" />
<display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" />
</coding>
</vaccineCode>
<patient>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2013-01-10" />
<location>
<reference value="UKCore-Location-GeneralPracticeNurseClinic-Example" />
</location>
</Immunization>
JSON View
{
"resourceType": "Immunization",
"id": "UKCore-Immunization-InfluenzaVaccine-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"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"
}
}