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

FHIR IG Statistics: Questionnaire/SHD-Questionnaire-DischargeNotice

Packagesupportedhospitaldischarge.stu3
Resource TypeQuestionnaire
IdSHD-Questionnaire-DischargeNotice
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-DischargeNotice
URLhttps://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-DischargeNotice
Statusactive
NameSHD-Questionnaire-DischargeNotice
TitleSHD-Questionnaire-DischargeNotice
DescriptionNOTICE OF REQUEST FOR Discharge under The Care and Support (Discharge of Hospital Patients) Regulations 2014

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-DischargeNotice",
  "name": "SHD-Questionnaire-DischargeNotice",
  "title": "SHD-Questionnaire-DischargeNotice",
  "status": "active",
  "description": "NOTICE OF REQUEST FOR Discharge under The Care and Support (Discharge of Hospital Patients) Regulations 2014",
  "item": [
    {
      "linkId": "1.1",
      "text": "Name of person who completed the Discharge Notice",
      "type": "string",
      "required": true
    },
    {
      "linkId": "1.2",
      "text": "Proposed Discharge Date",
      "type": "date",
      "required": true
    },
    {
      "linkId": "2.1",
      "text": "Has the patient been consulted regarding the proposed discharge date?",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "2.2",
      "text": "Has the patient's carer (if applicable) been consulted regarding the proposed discharge date?",
      "type": "choice",
      "required": true,
      "options": {
        "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-CarerConsultation"
      }
    },
    {
      "linkId": "3.1",
      "text": "Have all health action required for discharge been agreed and/or completed?",
      "type": "boolean",
      "required": false
    },
    {
      "linkId": "3.2",
      "text": "Details of health actions completed and any outstanding arrangements that the discharge is dependent upon.",
      "type": "string",
      "required": false
    },
    {
      "linkId": "4.1",
      "text": "Date Discharge Notice Withdrawn",
      "type": "dateTime",
      "required": false
    },
    {
      "linkId": "4.2",
      "text": "Reason for withdrawal",
      "type": "choice",
      "enableWhen": [
        {
          "question": "4.1",
          "hasAnswer": true
        }
      ],
      "required": true,
      "options": {
        "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-WithdrawalReason"
      }
    },
    {
      "linkId": "4.3",
      "text": "Please specify details for 'Other' reason for withdrawal",
      "type": "string",
      "enableWhen": [
        {
          "question": "4.2",
          "answerCoding": {
            "system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/SHD-CancellationReason",
            "code": "13"
          }
        }
      ],
      "required": true
    }
  ]
}