| Package | hl7.fhir.uv.sdc |
| Resource Type | CodeSystem |
| Id | CSPHQ9 |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/CodeSystem-CSPHQ9.html |
| URL | http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9 |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | CodeSystemCSPHQ9 |
| Title | SDC-CodeSystem PHQ9 |
| Realm | uv |
| Authority | hl7 |
| Description | The answer list for questions 1 through 9 on the Patient Health Questionnaire (9 item) form |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem CSPHQ9
Profile: SDC Code System
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type |
| itemWeight | itemWeight | http://hl7.org/fhir/concept-properties#itemWeight | decimal |
Concepts
This case-sensitive code system http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9 defines the following codes:
| Code | Display | itemWeight |
| Not-at-all | Not at all | 0 |
| Several-days | Several days | 1 |
| More than half the days | More than half the days | 2 |
| Nearly every day | Nearly every day | 3 |
{
"resourceType": "CodeSystem",
"id": "CSPHQ9",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.16.1"
}
],
"version": "4.0.0-ballot",
"name": "CodeSystemCSPHQ9",
"title": "SDC-CodeSystem PHQ9",
"status": "active",
"experimental": true,
"date": "2025-08-07T06:58:13+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The answer list for questions 1 through 9 on the Patient Health Questionnaire (9 item) form",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 4,
"property": [
{
"code": "itemWeight",
"uri": "http://hl7.org/fhir/concept-properties#itemWeight",
"type": "decimal"
}
],
"concept": [
{
"code": "Not-at-all",
"display": "Not at all",
"property": [
{
"code": "itemWeight",
"valueDecimal": 0
}
]
},
{
"code": "Several-days",
"display": "Several days",
"property": [
{
"code": "itemWeight",
"valueDecimal": 1
}
]
},
{
"code": "More than half the days",
"display": "More than half the days",
"property": [
{
"code": "itemWeight",
"valueDecimal": 2
}
]
},
{
"code": "Nearly every day",
"display": "Nearly every day",
"property": [
{
"code": "itemWeight",
"valueDecimal": 3
}
]
}
]
}