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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeCommunicationRequest
IdCommunicationRequest-eps-medication-dispatch.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": "7dd3a8e2-bc45-4676-9582-7208febd5bc0",
  "status": "active",
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    },
    "display": "Miss Bernie Kanfeld"
  },
  "payload": [
    {
      "contentString": "Your medication Paracetamol 500mg soluble tablets (Alliance Healthcare (Distribution) Ltd) 60 tablet has been dispatched."
    },
    {
      "contentReference": {
        "reference": "https://int.api.service.nhs.uk/electronic-prescriptions/MedicationDispense/fd833d33-f128-4fa2-a807-1fc8a7db2658",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/prescription-dispense-item-number",
          "value": "fd833d33-f128-4fa2-a807-1fc8a7db2658"
        }
      }
    }
  ],
  "requester": {
    "type": "Organization",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "VNE51"
    },
    "display": "The simple pharmacy"
  },
  "recipient": [
    {
      "type": "Patient",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/nhs-number",
        "value": "9876543210"
      },
      "display": "Miss Bernie Kanfeld"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/message-event",
          "code": "dispense-notification",
          "display": "Dispense Notification"
        }
      ]
    }
  ]
}