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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCommunicationRequest
IdCommunicationRequest-withQuestionCoding.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",
  "contained": [
    {
      "resourceType": "Questionnaire",
      "id": "answeroptions",
      "name": "AnswerOption",
      "status": "active",
      "item": [
        {
          "linkId": "1",
          "text": "Do you smoke?",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "display": "Yes"
              }
            },
            {
              "valueCoding": {
                "display": "No"
              }
            },
            {
              "valueCoding": {
                "display": "Don't know"
              }
            }
          ]
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "https://fhir.nhs.uk/NHSApp/answers",
      "valueReference": {
        "reference": "#answeroptions"
      }
    }
  ],
  "status": "active",
  "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"
    }
  ],
  "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": "9692113841"
      }
    }
  ],
  "requester": {
    "type": "Organization",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "B82041"
    },
    "display": "Beech Tree Medical Centre"
  }
}