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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeCommunicationRequest
IdCommunicationRequest-eps-prescription-cancelled.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": "4bd6f1a8-a5aa-4d3b-833b-f0dae3222025",
  "status": "active",
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9453740519"
    }
  },
  "payload": [
    {
      "contentString": "Prescription for Methotrexate 10mg/0.2ml solution for injection pre-filled syringes (13 July 2020) has been cancelled"
    },
    {
      "contentReference": {
        "reference": "https://int.api.service.nhs.uk/electronic-prescriptions/MedicationRequest/a54219b8-f741-4c47-b662-e4f8dfa49ab6",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/prescription-order-item-number",
          "value": "a54219b8-f741-4c47-b662-e4f8dfa49ab6"
        }
      }
    }
  ],
  "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"
      }
    },
    {
      "type": "Organization",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "A99968"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/message-event",
          "code": "prescription-order-response",
          "display": "Prescription Order Response"
        }
      ]
    }
  ]
}