FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeCommunicationRequest
IdCommunicationRequest-eps-patientStatus-duplicate-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}