NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

EPS Notification

EPS Patient notification

{
"resourceType": "CommunicationRequest",
"id": "270de8ea-1fcc-4c0d-9928-f46248c66abb",
"status": "active",
"subject": {
"reference": "urn:uuid:848d8470-bd51-494e-9347-8142ea75cb23"
},
"payload": [
{
"contentString": "Please make an appointment to see your GP. Review date due"
},
{
"reference": "urn:uuid:d0f003a0-8763-43d5-a264-ce52a38901c9",
"display": "List of Repeat Medications for re-ordering"
}
}
],
"type": "Organization",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RBA"
},
"display": "TAUNTON AND SOMERSET NHS FOUNDATION TRUST"
},
{
"type": "Patient",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9453740519"
}
}
]
}
<CommunicationRequest xmlns="http://hl7.org/fhir">
<id value="270de8ea-1fcc-4c0d-9928-f46248c66abb" />
<status value="active" />
<reference value="urn:uuid:848d8470-bd51-494e-9347-8142ea75cb23" />
</subject>
<contentString value="Please make an appointment to see your GP. Review date due" />
</payload>
<reference value="urn:uuid:d0f003a0-8763-43d5-a264-ce52a38901c9" />
<display value="List of Repeat Medications for re-ordering" />
</contentReference>
</payload>
<type value="Organization" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RBA" />
</identifier>
<display value="TAUNTON AND SOMERSET NHS FOUNDATION TRUST" />
</requester>
<type value="Patient" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9453740519" />
</identifier>
</recipient>
</CommunicationRequest>
CommunicationRequest
back to top