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

FHIR IG Statistics: Questionnaire/SHD-Questionnaire-AssessmentNotice

Packagesupportedhospitaldischarge.stu3
Resource TypeQuestionnaire
IdSHD-Questionnaire-AssessmentNotice
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-AssessmentNotice
URLhttps://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-AssessmentNotice
Statusactive
NameSHD-Questionnaire-AssessmentNotice
TitleSHD-Questionnaire-AssessmentNotice
DescriptionNOTICE OF REQUEST FOR Assessment 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

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

This example is a copy of the Questionnaire resource referrenced in the SHD-QuestionnaireResponse-AssessmentNotice Profile, it provides additional details regarding the item answer types and any bindings

Source

{
  "resourceType": "Questionnaire",
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-AssessmentNotice",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "name": "SHD-Questionnaire-AssessmentNotice",
  "title": "SHD-Questionnaire-AssessmentNotice",
  "status": "active",
  "description": "NOTICE OF REQUEST FOR Assessment under The Care and Support (Discharge of Hospital Patients) Regulations 2014",
  "item": [
    {
      "linkId": "1.1",
      "text": "Name of person who completed the Assessment Notice",
      "type": "string",
      "required": true
    },
    {
      "linkId": "2.1",
      "text": "Has the patient been consulted regarding this Assessment Notice?",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "2.2",
      "text": "Has the patient's carer (if applicable) been consulted regarding the Assessment Notice?",
      "type": "choice",
      "required": true,
      "options": {
        "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-CarerConsultation"
      }
    },
    {
      "linkId": "3.1",
      "text": "Has the patient consented to this Assessment Notice?",
      "type": "choice",
      "required": true,
      "options": {
        "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-PatientConsent"
      }
    },
    {
      "linkId": "3.2",
      "text": "What is the source of the third party consent for this assessment notice?",
      "type": "choice",
      "required": true,
      "options": {
        "reference": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-ThirdPartyConsentSource"
      }
    },
    {
      "linkId": "4.1",
      "text": "Has the provision of NHS Continuing Health Care been considered?",
      "type": "boolean",
      "required": true
    }
  ]
}