FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Communication |
| Id | UKCore-Communication-FirstMMRVaccination-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Communication",
"id": "UKCore-Communication-FirstMMRVaccination-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings",
"code": "immunisations",
"display": "Immunisations"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "notification",
"display": "Notification"
}
]
}
],
"medium": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "ELECTRONIC",
"display": "electronic data"
}
]
}
],
"subject": {
"reference": "Patient/UKCore-Patient-BabyPatient-Example",
"display": "JONES, Melanie"
},
"sent": "2022-12-11T13:00:00+00:00",
"received": "2022-12-11T13:01:33+00:00",
"sender": {
"reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example",
"display": "Dr Paul Rastall"
},
"payload": [
{
"contentString": "First MMR vaccination administered to Melanie"
}
]
}