FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-PHQ-9-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse PHQ-9-example
Profile: QICore QuestionnaireResponse
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Patient Health Questionnaire - 9 Item | ||
![]() ![]() | Over the last two weeks, how often have you been bothered by any of the following problems? | ||
![]() ![]() ![]() | Little interest or pleasure in doing things? | CodeSystemCSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Feeling down, depressed, or hopeless? | CodeSystemCSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Trouble falling or staying asleep, or sleeping too much? | CodeSystemCSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Feeling tired or having little energy? | CodeSystemCSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Poor appetite or overeating? | CodeSystemCSPHQ9 More than half the days: More than half the days | |
![]() ![]() ![]() | Feeling bad about yourself - or that you are a failure or have let yourself or your family down? | CodeSystemCSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Trouble concentrating on things, such as reading the newspaper or watching television? | CodeSystemCSPHQ9 Nearly every day: Nearly every day | |
![]() ![]() ![]() | Moving or speaking so slowly that other people could gave noticed? Or so fidgety or restless that you have been moving a lot more than usual? | CodeSystemCSPHQ9 More than half the days: More than half the days | |
![]() ![]() ![]() | Thoughts that you would be better off dead, or thoughts of hurting yourself in some way? | CodeSystemCSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Patient health questionnaire 9 item total score | 13 {score} | |
{
"resourceType": "QuestionnaireResponse",
"id": "PHQ-9-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-questionnaireresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9",
"status": "completed",
"subject": {
"reference": "Patient/example"
},
"authored": "2020-07-31T22:14:07.387Z",
"author": {
"reference": "Practitioner/example"
},
"item": [
{
"linkId": "H1/T1",
"text": "Over the last two weeks, how often have you been bothered by any of the following problems?",
"item": [
{
"linkId": "H1/T1/Q1",
"text": "Little interest or pleasure in doing things?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Not-at-all",
"display": "Not at all"
}
}
]
},
{
"linkId": "H1/T1/Q2",
"text": "Feeling down, depressed, or hopeless?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Not-at-all",
"display": "Not at all"
}
}
]
},
{
"linkId": "H1/T1/Q3",
"text": "Trouble falling or staying asleep, or sleeping too much?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Not-at-all",
"display": "Not at all"
}
}
]
},
{
"linkId": "H1/T1/Q4",
"text": "Feeling tired or having little energy?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Several-days",
"display": "Several days"
}
}
]
},
{
"linkId": "H1/T1/Q5",
"text": "Poor appetite or overeating?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "More than half the days",
"display": "More than half the days"
}
}
]
},
{
"linkId": "H1/T1/Q6",
"text": "Feeling bad about yourself - or that you are a failure or have let yourself or your family down?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Several-days",
"display": "Several days"
}
}
]
},
{
"linkId": "H1/T1/Q7",
"text": "Trouble concentrating on things, such as reading the newspaper or watching television?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Nearly every day",
"display": "Nearly every day"
}
}
]
},
{
"linkId": "H1/T1/Q8",
"text": "Moving or speaking so slowly that other people could gave noticed? Or so fidgety or restless that you have been moving a lot more than usual?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "More than half the days",
"display": "More than half the days"
}
}
]
},
{
"linkId": "H1/T1/Q9",
"text": "Thoughts that you would be better off dead, or thoughts of hurting yourself in some way?",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"code": "Several-days",
"display": "Several days"
}
}
]
},
{
"linkId": "H1/TS",
"text": "Patient health questionnaire 9 item total score",
"answer": [
{
"valueQuantity": {
"value": 13,
"unit": "{score}"
}
}
]
}
]
}
]
}