UK Core Implementation Guide 1.0.0 - STU1

performer

Indicates who performed the immunisation event by reference. The resource being referenced SHOULD conform to one of the following:

Table View

Immunization.id[0]UKCore-Immunization-Sn-Performer-Example
Immunization.status[0]completed
Immunization.vaccineCode[0].coding[0].system[0]https://dmd.nhs.uk
Immunization.vaccineCode[0].coding[0].code[0]39114911000001105
Immunization.vaccineCode[0].coding[0].display[0]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)
Immunization.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Immunization.occurrence[0]2021-07-20
Immunization.performer[0].actor[0].type[0]Practitioner
Immunization.performer[0].actor[0].identifier[0].system[0]https://fhir.hl7.org.uk/Id/nmc-number
Immunization.performer[0].actor[0].identifier[0].value[0]5566789
Immunization.performer[0].actor[0].display[0]HOLDING, Rafferty
Immunization.performer[1].actor[0].type[0]Organization
Immunization.performer[1].actor[0].identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Immunization.performer[1].actor[0].identifier[0].value[0]C4B2A
Immunization.performer[1].actor[0].display[0]ELLAND ROAD STADIUM - COVID VACCINATION CENTRE

Tree View

Immunization

XML View

<Immunization xmlns="http://hl7.org/fhir">
<id value="UKCore-Immunization-Sn-Performer-Example" />
<status value="completed" />
<system value="https://dmd.nhs.uk" />
<code value="39114911000001105" />
<display value="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)" />
</coding>
</vaccineCode>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2021-07-20" />
<!-- **************snippet start************** -->
<type value="Practitioner" />
<system value="https://fhir.hl7.org.uk/Id/nmc-number" />
<value value="5566789" />
</identifier>
<display value="HOLDING, Rafferty" />
</actor>
</performer>
<type value="Organization" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="C4B2A" />
</identifier>
<display value="ELLAND ROAD STADIUM - COVID VACCINATION CENTRE" />
</actor>
</performer>
<!-- **************snippet end************** -->
</Immunization>

JSON View

{
"resourceType": "Immunization",
"id": "UKCore-Immunization-Sn-Performer-Example",
"status": "completed",
"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",
{
"actor": {
"type": "Practitioner",
"system": "https://fhir.hl7.org.uk/Id/nmc-number",
"value": "5566789"
},
"display": "HOLDING, Rafferty"
}
},
{
"actor": {
"type": "Organization",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "C4B2A"
},
"display": "ELLAND ROAD STADIUM - COVID VACCINATION CENTRE"
}
}
]
}

back to top