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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCommunicationRequest
IdCommunicationRequest-bloodpressure.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": "de09e32d-e709-4668-b4d5-23ab9802ac0a",
  "status": "active",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "de09e32d-e709-4668-b4d5-23ab9802ac0a"
    }
  ],
  "payload": [
    {
      "contentString": "You are due a 50 year old check up. Please contact the surgery for an appointment or complete the attached form."
    },
    {
      "contentReference": {
        "reference": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure"
      }
    }
  ],
  "sender": {
    "display": "Onboarded Third Party"
  },
  "recipient": [
    {
      "type": "Patient",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/nhs-number",
        "value": "9692113841"
      }
    }
  ],
  "requester": {
    "type": "Organization",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "B82041"
    },
    "display": "Beech Tree Medical Centre"
  }
}