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

FHIR IG Statistics: Questionnaire/q-whooley

PackageMyHIE.v4-test
Resource TypeQuestionnaire
Idq-whooley
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/Questionnaire/q-whooley
URLhttp://fhir.hie.moh.gov.my/Questionnaire/q-whooley
Statusactive
Date2023-08-30T01:44:59.0418083+00:00
TitleWhooley Questions
DescriptionA no response to both questions (negative test) essentially rules out depression, and a yes response to one or both questions (positive test) identifies virtually all persons who may benefit from further evaluation.
PurposeThe Whooley Questions are used as a screening tool for major depressive disorder

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",
  "id": "q-whooley",
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/q-whooley",
  "title": "Whooley Questions",
  "status": "active",
  "date": "2023-08-30T01:44:59.0418083+00:00",
  "description": "A no response to both questions (negative test) essentially rules out depression, and a yes response to one or both questions (positive test) identifies virtually all persons who may benefit from further evaluation.",
  "useContext": [
    {
      "code": {
        "system": "http://hl7.org/fhir/CodeSystem/usage-context-type",
        "code": "workflow",
        "display": "Workflow Setting"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "self-assessment",
            "display": "Self-Assessment"
          }
        ]
      }
    }
  ],
  "purpose": "The Whooley Questions are used as a screening tool for major depressive disorder",
  "code": [
    {
      "system": "http://snomed.info/sct",
      "code": "450752004",
      "display": "Whooley Depression Screen"
    }
  ],
  "item": [
    {
      "linkId": "whooley.1",
      "prefix": "1",
      "text": "During the past month, have you often been bothered by feeling down, depressed or hopeless?",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue-my-core",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373067005",
            "display": "No"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue-my-core",
              "valueDecimal": 1
            }
          ],
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "whooley.2",
      "prefix": "2",
      "text": "During the past month, have you often been bothered by little interest or pleasure in doing things?",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue-my-core",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373067005",
            "display": "No"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue-my-core",
              "valueDecimal": 1
            }
          ],
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "id": "score",
      "linkId": "whooley.3",
      "prefix": "3",
      "text": "Whooley Total Score",
      "type": "integer",
      "required": true,
      "readOnly": true
    },
    {
      "id": "outcome",
      "linkId": "whooley.4",
      "code": [
        {
          "code": "outcome"
        }
      ],
      "prefix": "4",
      "text": "Outcome Whooley",
      "type": "choice",
      "required": true,
      "readOnly": true,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/outcome-whooley-my-core",
            "code": "a1",
            "display": "Positive Test"
          }
        },
        {
          "valueCoding": {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/outcome-whooley-my-core",
            "code": "a2",
            "display": "Negative Test"
          }
        }
      ]
    }
  ]
}