FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/UKCore-Questionnaire-EOLPlan-Example

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeQuestionnaire
IdUKCore-Questionnaire-EOLPlan-Example
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example
URLhttps://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example
Statusdraft
Date2023-11-13T13:32:13+00:00
TitleEnd of Life Care Plan (Mock up)
Realmus
Authorityhl7
DescriptionThis is an End of Life plan, purely for demonstration purposes

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 an end of life plan questionnaire

Source

{
  "resourceType": "Questionnaire",
  "id": "UKCore-Questionnaire-EOLPlan-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example",
  "title": "End of Life Care Plan (Mock up)",
  "status": "draft",
  "experimental": true,
  "subjectType": [
    "Patient"
  ],
  "date": "2023-11-13T13:32:13+00:00",
  "description": "This is an End of Life plan, purely for demonstration purposes",
  "code": [
    {
      "system": "http://snomed.info/sct",
      "code": "861411000000103",
      "display": "End of Life Care Document"
    }
  ],
  "item": [
    {
      "linkId": "Q1",
      "text": "Advanced Treatment Preferences",
      "type": "group",
      "enableBehavior": "any",
      "item": [
        {
          "linkId": "Q1.1",
          "text": "Clinical Problems and Advised Interventions",
          "type": "group",
          "enableBehavior": "any",
          "repeats": true,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "autocomplete",
                        "display": "Auto-complete"
                      }
                    ]
                  }
                }
              ],
              "linkId": "Q1.1g",
              "text": "ATP Problems",
              "type": "choice",
              "enableBehavior": "any",
              "required": true,
              "answerValueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode"
            }
          ]
        },
        {
          "linkId": "Q1.2",
          "text": "Anticipatory medicines/just in case box issued",
          "type": "string",
          "enableBehavior": "any",
          "required": true
        },
        {
          "linkId": "Q1.3",
          "text": "Advance Decision to Refuse Treatment",
          "type": "string",
          "enableBehavior": "any",
          "required": true
        }
      ]
    },
    {
      "linkId": "Q2",
      "text": "Consent",
      "type": "group",
      "enableBehavior": "any",
      "item": [
        {
          "linkId": "Q2g",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "887031000000108",
              "display": "Consent for information sharing"
            }
          ],
          "text": "Consent for Information Sharing",
          "type": "date"
        }
      ]
    },
    {
      "linkId": "Q3",
      "text": "EOL Register",
      "type": "group",
      "enableBehavior": "any",
      "repeats": false,
      "item": [
        {
          "linkId": "Q3g",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "526631000000108",
              "display": "On end of life care register"
            }
          ],
          "text": "On End Of Life Register",
          "type": "dateTime"
        }
      ]
    }
  ]
}