0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: ValueSet - Example Behavioral Health Observation Codes - JSON Representation

Draft as of 2025-09-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ExampleBehavioralHealthObservationCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ExampleBehavioralHealthObservationCodes</b></p><a name=\"ExampleBehavioralHealthObservationCodes\"> </a><a name=\"hcExampleBehavioralHealthObservationCodes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/720433000\">720433000</a></td><td>PHQ-9 depression screening instrument</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-CPT.html\"><code>http://www.ama-assn.org/go/cpt</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>96127</td><td>Brief emotional/behavioral assessment</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/44249-1/\">44249-1</a></td><td>PHQ-9 quick depression assessment panel</td></tr><tr><td><a href=\"https://loinc.org/89204-2/\">89204-2</a></td><td>Patient Health Questionnaire-9: Depression</td></tr></table></li></ul></div>"
  },
  "url" : "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleBehavioralHealthObservationCodes",
  "version" : "0.0.1",
  "name" : "ExampleBehavioralHealthObservationCodes",
  "title" : "ValueSet - Example Behavioral Health Observation Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-16T13:48:16+00:00",
  "publisher" : "SHIFT-Task-Force",
  "contact" : [
    {
      "name" : "SHIFT-Task-Force",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://shift-project.org"
        }
      ]
    }
  ],
  "description" : "Example set of codes representing behavioral health observations requiring special privacy protections",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "720433000",
            "display" : "PHQ-9 depression screening instrument"
          }
        ]
      },
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "concept" : [
          {
            "code" : "96127",
            "display" : "Brief emotional/behavioral assessment"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "44249-1",
            "display" : "PHQ-9 quick depression assessment panel"
          },
          {
            "code" : "89204-2",
            "display" : "Patient Health Questionnaire-9: Depression"
          }
        ]
      }
    ]
  }
}