FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-CSPHQ9.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem CSPHQ9
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 | 4 |
{
"resourceType": "CodeSystem",
"id": "CSPHQ9",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "2024-12-17T01:55:34+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": 4
}
]
}
]
}