FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-eps-patientStatus.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CommunicationRequest",
"id": "7ab76899-ec1b-429e-a211-5c56ab217c51",
"status": "active",
"payload": [
{
"contentString": "EPS has receieved a prescription"
},
{
"contentReference": {
"reference": "htttps://example.org/PrescriptionInfoPage",
"display": "More information on the prescription"
}
}
],
"requester": {
"type": "Organization",
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "X2601"
},
"display": "NHS Digital Spine"
},
"recipient": [
{
"type": "Patient",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9453740519"
}
}
]
}