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.

push notification

NHS App Patient push notification

{
"resourceType": "CommunicationRequest",
"id": "d4df7fed-adac-401e-86a3-9f80d115d2e4",
{
"system": "https://fhir.nhs.uk/NHSApp/campaign-id",
"value": "optional campaign id"
},
{
"system": "https://fhir.nhs.uk/NHSApp/request-id",
"value": "optional request reference"
}
],
"status": "active",
"payload": [
{
"reference": "https://www.nhsapp.service.nhs.uk/patient/messages/app-messaging",
"display": "You have a new message. The message may contain something important."
}
}
],
{
"type": "Patient",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9903002157"
}
}
],
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTD"
},
"display": "THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST"
}
}
<CommunicationRequest xmlns="http://hl7.org/fhir">
<id value="d4df7fed-adac-401e-86a3-9f80d115d2e4" />
<system value="https://fhir.nhs.uk/NHSApp/campaign-id" />
<value value="optional campaign id" />
</identifier>
<system value="https://fhir.nhs.uk/NHSApp/request-id" />
<value value="optional request reference" />
</identifier>
<status value="active" />
<reference value="https://www.nhsapp.service.nhs.uk/patient/messages/app-messaging" />
<display value="You have a new message. The message may contain something important." />
</contentReference>
</payload>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTD" />
</identifier>
<display value="THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST" />
</requester>
<type value="Patient" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9903002157" />
</identifier>
</recipient>
</CommunicationRequest>
CommunicationRequest
back to top