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

FHIR IG Statistics: Questionnaire/SHD-Questionnaire-COVID19

Packagesupportedhospitaldischarge.stu3
Resource TypeQuestionnaire
IdSHD-Questionnaire-COVID19
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-COVID19
URLhttps://fhir.nottinghamshire.gov.uk/STU3/Questionnaire/SHD-Questionnaire-COVID19
Version0.0.1
Statusdraft
Date2020-04-21T17:59:11.362Z
NameSHD-Questionnaire-COVID19
TitleSHD-Questionnaire-COVID19
DescriptionQuestionnaire completed by Hospital Staff, to share details of any COVID-19 related information with third parties as part of a Supported Hospital Discharge
PurposeQuestionnaire completed by Hospital Staff, to share details of any COVID-19 related information with third parties as part of a Supported Hospital Discharge

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-COVID19",
  "version": "0.0.1",
  "name": "SHD-Questionnaire-COVID19",
  "title": "SHD-Questionnaire-COVID19",
  "date": "2020-04-21T17:59:11.362Z",
  "status": "draft",
  "publisher": "NottsCC",
  "description": "Questionnaire completed by Hospital Staff, to share details of any COVID-19 related information with third parties as part of a Supported Hospital Discharge",
  "purpose": "Questionnaire completed by Hospital Staff, to share details of any COVID-19 related information with third parties as part of a Supported Hospital Discharge",
  "subjectType": [
    "Patient"
  ],
  "item": [
    {
      "type": "group",
      "required": false,
      "linkId": "1",
      "text": "Covid 19 Emergency Humanitarian response",
      "item": [
        {
          "type": "choice",
          "required": false,
          "linkId": "1.1",
          "text": "What is the person’s Covid 19 Test result?",
          "option": [
            {
              "valueCoding": {
                "code": "untested",
                "display": "Untested"
              }
            },
            {
              "valueCoding": {
                "code": "positive",
                "display": "Positive"
              }
            },
            {
              "valueCoding": {
                "code": "negative",
                "display": "Negative"
              }
            },
            {
              "valueCoding": {
                "code": "awaiting-result",
                "display": "Awaiting Result"
              }
            }
          ]
        },
        {
          "type": "choice",
          "required": false,
          "linkId": "1.2",
          "text": "Will the person be self-isolating on discharge?",
          "option": [
            {
              "valueCoding": {
                "code": "yes",
                "display": "Yes"
              }
            },
            {
              "valueCoding": {
                "code": "no",
                "display": "No"
              }
            }
          ]
        },
        {
          "type": "text",
          "required": true,
          "linkId": "1.2.1",
          "text": "If Yes – Why and for how long? (E.g shielding or in a vulnerable category)",
          "enableWhen": [
            {
              "question": "1.2",
              "answerCoding": {
                "code": "yes"
              }
            }
          ]
        },
        {
          "type": "choice",
          "required": false,
          "linkId": "1.3",
          "text": "Does the person need food delivery or shopping support?",
          "option": [
            {
              "valueCoding": {
                "code": "yes",
                "display": "Yes"
              }
            },
            {
              "valueCoding": {
                "code": "no",
                "display": "No"
              }
            }
          ]
        },
        {
          "type": "text",
          "required": true,
          "linkId": "1.3.1",
          "text": "If Yes- give details",
          "enableWhen": [
            {
              "question": "1.3",
              "answerCoding": {
                "code": "yes"
              }
            }
          ]
        },
        {
          "type": "choice",
          "required": false,
          "linkId": "1.4",
          "text": "Does the person need medication delivery support?",
          "option": [
            {
              "valueCoding": {
                "code": "yes",
                "display": "Yes"
              }
            },
            {
              "valueCoding": {
                "code": "no",
                "display": "No"
              }
            }
          ]
        },
        {
          "type": "text",
          "required": true,
          "linkId": "1.4.1",
          "text": "If Yes- give details",
          "enableWhen": [
            {
              "question": "1.4",
              "answerCoding": {
                "code": "yes"
              }
            }
          ]
        }
      ]
    }
  ]
}