| Package | fhir.r4.ukcore.stu3.currentbuild | 
| Resource Type | Questionnaire | 
| Id | UKCore-Questionnaire-EOLPlan-Example | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example | 
| URL | https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example | 
| Status | draft | 
| Date | 2023-11-13T13:32:13+00:00 | 
| Title | End of Life Care Plan (Mock up) | 
| Realm | us | 
| Authority | hl7 | 
| Description | This is an End of Life plan, purely for demonstration purposes | 
No resources found
No resources found
Note: links and images are rebased to the (stated) 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"
        }
      ]
    }
  ]
}