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

FHIR IG Statistics: CodeSystem/CSPHQ9

Packagehl7.fhir.uv.sdc
TypeCodeSystem
IdCSPHQ9
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/CodeSystem-CSPHQ9.html
URLhttp://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameCodeSystemCSPHQ9
TitleSDC-CodeSystem PHQ9
Realmuv
Authorityhl7
DescriptionThe answer list for questions 1 through 9 on the Patient Health Questionnaire (9 item) form
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

NameCodeURIType
itemWeightitemWeighthttp://hl7.org/fhir/concept-properties#itemWeightdecimal

Concepts

This case-sensitive code system http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9 defines the following codes:

CodeDisplayitemWeight
Not-at-all Not at all0
Several-days Several days1
More than half the days More than half the days2
Nearly every day Nearly every day3

Source

{
  "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-07-14T18:38:59+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
        }
      ]
    }
  ]
}