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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCommunicationRequest
IdCommunicationRequest-withAnswer.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": "QuestionnaireResponse",
      "id": "answers",
      "status": "completed",
      "item": [
        {
          "linkId": "1",
          "answer": [
            {
              "valueCoding": {
                "display": "Yes"
              }
            }
          ]
        }
      ]
    }
  ],
  "status": "active",
  "basedOn": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/NHSApp/request-id",
        "value": "Optional Request Reference"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/NHSApp/request-id",
      "value": "Optional Request Reference"
    }
  ],
  "payload": [
    {
      "contentString": "Yes"
    },
    {
      "contentReference": {
        "reference": "#answers"
      }
    }
  ],
  "sender": {
    "display": "NHS App"
  },
  "recipient": [
    {
      "type": "Organization",
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "B82041"
      },
      "display": "Beech Tree Medical Centre"
    }
  ],
  "requester": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9692113841"
    }
  }
}