FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4b |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-questionnaireresponse-sdc-profile-example-PHQ9.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse questionnaireresponse-sdc-profile-example-PHQ9
| 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? | CSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Feeling down, depressed, or hopeless? | CSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Trouble falling or staying asleep, or sleeping too much? | CSPHQ9 Not-at-all: Not at all | |
![]() ![]() ![]() | Feeling tired or having little energy? | CSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Poor appetite or overeating? | CSPHQ9 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? | CSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Trouble concentrating on things, such as reading the newspaper or watching television? | CSPHQ9 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? | CSPHQ9 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? | CSPHQ9 Several-days: Several days | |
![]() ![]() ![]() | Patient health questionnaire 9 item total score | 13 {score} | |
{
"resourceType": "QuestionnaireResponse",
"id": "questionnaireresponse-sdc-profile-example-PHQ9",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-triggeredBy",
"valueReference": {
"reference": "\"http://example.org/PlanDefinition/someProtocol\""
}
}
],
"questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-PHQ9",
"status": "completed",
"subject": {
"reference": "http://hl7.org/fhir/Patient/proband"
},
"authored": "2019-08-21T20:36:57.544Z",
"author": {
"reference": "http://hl7.org/fhir/Patient/proband"
},
"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://example.org/CodeSystem/CSPHQ9",
"code": "Not-at-all",
"display": "Not at all"
}
}
]
},
{
"linkId": "H1/T1/Q2",
"text": "Feeling down, depressed, or hopeless?",
"answer": [
{
"valueCoding": {
"system": "http://example.org/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://example.org/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://example.org/CodeSystem/CSPHQ9",
"code": "Several-days",
"display": "Several days"
}
}
]
},
{
"linkId": "H1/T1/Q5",
"text": "Poor appetite or overeating?",
"answer": [
{
"valueCoding": {
"system": "http://example.org/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://example.org/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://example.org/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://example.org/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://example.org/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}"
}
}
]
}
]
}
]
}