Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: SDC-CodeSystem PHQ9 - XML Representation

Page standards status: Informative

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="CSPHQ9"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem CSPHQ9</b></p><a name="CSPHQ9"> </a><a name="hcCSPHQ9"> </a><a name="CSPHQ9-en-US"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class="grid"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>itemWeight</td><td>itemWeight</td><td>http://hl7.org/fhir/concept-properties#itemWeight</td><td>decimal</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>itemWeight</b></td></tr><tr><td style="white-space:nowrap">Not-at-all<a name="CSPHQ9-Not-at-all"> </a></td><td>Not at all</td><td>0</td></tr><tr><td style="white-space:nowrap">Several-days<a name="CSPHQ9-Several-days"> </a></td><td>Several days</td><td>1</td></tr><tr><td style="white-space:nowrap">More than half the days<a name="CSPHQ9-Morethanhalfthedays"> </a></td><td>More than half the days</td><td>2</td></tr><tr><td style="white-space:nowrap">Nearly every day<a name="CSPHQ9-Nearlyeveryday"> </a></td><td>Nearly every day</td><td>4</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.17.16.1"/>
  </identifier>
  <version value="4.0.0-ballot"/>
  <name value="CodeSystemCSPHQ9"/>
  <title value="SDC-CodeSystem PHQ9"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2024-12-22T03:48:38+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <name value="HL7 International / FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="The answer list for questions 1 through 9 on the Patient Health Questionnaire (9 item) form"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <property>
    <code value="itemWeight"/>
    <uri value="http://hl7.org/fhir/concept-properties#itemWeight"/>
    <type value="decimal"/>
  </property>
  <concept>
    <code value="Not-at-all"/>
    <display value="Not at all"/>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="0"/>
    </property>
  </concept>
  <concept>
    <code value="Several-days"/>
    <display value="Several days"/>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="1"/>
    </property>
  </concept>
  <concept>
    <code value="More than half the days"/>
    <display value="More than half the days"/>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="2"/>
    </property>
  </concept>
  <concept>
    <code value="Nearly every day"/>
    <display value="Nearly every day"/>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="4"/>
    </property>
  </concept>
</CodeSystem>