in-app message
NHS App Patient in-app message
{ "resourceType": "CommunicationRequest", "id": "941f9751-aa2a-4749-88c1-201266f7b538", "identifier": [ { "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": [ { "contentString": "You have a new appointment, please confirm you can attend. Open the Onboarded Third Party appointment [here](https://www.nhsapp.service.nhs.uk/appointments/hospital-appointments)" } ], "sender": { "display": "Onboarded Third Party" }, "recipient": [ { "type": "Patient", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9903002157" } } ], "requester": { "identifier": { "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="941f9751-aa2a-4749-88c1-201266f7b538" /> <identifier> <system value="https://fhir.nhs.uk/NHSApp/campaign-id" /> <value value="optional campaign id" /> </identifier> <identifier> <system value="https://fhir.nhs.uk/NHSApp/request-id" /> <value value="optional request reference" /> </identifier> <status value="active" /> <payload> <contentString value="You have a new appointment, please confirm you can attend. Open the Onboarded Third Party appointment [here](https://www.nhsapp.service.nhs.uk/appointments/hospital-appointments)" /> </payload> <requester> <identifier> <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> <recipient> <type value="Patient" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9903002157" /> </identifier> </recipient> <sender> <display value="Onboarded Third Party" /> </sender> </CommunicationRequest>
| CommunicationRequest |
| id : 941f9751-aa2a-4749-88c1-201266f7b538 |
| identifier |
| system : https://fhir.nhs.uk/NHSApp/campaign-id |
| value : optional campaign id |
| identifier |
| system : https://fhir.nhs.uk/NHSApp/request-id |
| value : optional request reference |
| status : active |
| payload |
| content : You have a new appointment, please confirm you can attend. Open the Onboarded Third Party appointment [here](https://www.nhsapp.service.nhs.uk/appointments/hospital-appointments) |
| sender |
| display : Onboarded Third Party |
| recipient |
| type : Patient |
| identifier |
| system : https://fhir.nhs.uk/Id/nhs-number |
| value : 9903002157 |
| requester |
| identifier |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : RTD |
| display : THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST |