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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeQuestionnaireResponse
IdUKCore-QuestionnaireResponse-EOLPlan-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a questionnaire response for an end of life survey

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "UKCore-QuestionnaireResponse-EOLPlan-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example",
  "status": "completed",
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "encounter": {
    "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
  },
  "authored": "2023-11-14T08:07:00+00:00",
  "author": {
    "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
  },
  "source": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "item": [
    {
      "linkId": "Q1",
      "text": "Advanced Treatment Preferences",
      "item": [
        {
          "linkId": "Q1.1",
          "text": "Clinical Problems and Advised Interventions",
          "item": [
            {
              "linkId": "Q1.1g",
              "text": "ATP Problems",
              "answer": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "95417003",
                    "display": "Primary fibromyalgia syndrome"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "Q1.2",
          "text": "Anticipatory medicines/just in case box issued",
          "answer": [
            {
              "valueString": "Yes"
            }
          ]
        },
        {
          "linkId": "Q1.3",
          "text": "Advance Decision to Refuse Treatment",
          "answer": [
            {
              "valueString": "Yes"
            }
          ]
        }
      ]
    },
    {
      "linkId": "Q2",
      "text": "Consent",
      "item": [
        {
          "linkId": "Q2g",
          "text": "Consent for Information Sharing",
          "answer": [
            {
              "valueDate": "2023-11-13"
            }
          ]
        }
      ]
    },
    {
      "linkId": "Q3",
      "text": "EOL Register",
      "item": [
        {
          "linkId": "Q3g",
          "text": "On End Of Life Register",
          "answer": [
            {
              "valueDateTime": "2023-11-13T16:07:00+00:00"
            }
          ]
        }
      ]
    }
  ]
}