Tech-Enabled Chronic Care (TECC) FHIR IG
0.1.0 - ci-build

Tech-Enabled Chronic Care (TECC) FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Behavioral Health Conditions - JSON Representation

Draft as of 2025-12-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "bh-conditions",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bh-conditions</b></p><a name=\"bh-conditions\"> </a><a name=\"hcbh-conditions\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/370143000\">370143000</a></td><td>Depressive disorder</td></tr><tr><td><a href=\"http://snomed.info/id/48694002\">48694002</a></td><td>Generalized anxiety disorder</td></tr></table></li></ul></div>"
  },
  "url" : "https://tecc.dev/fhir/ValueSet/bh-conditions",
  "version" : "0.1.0",
  "name" : "BHConditions",
  "title" : "Behavioral Health Conditions",
  "status" : "draft",
  "date" : "2025-12-08T17:13:31+00:00",
  "publisher" : "tecc",
  "contact" : [
    {
      "name" : "tecc",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tecc.dev"
        }
      ]
    }
  ],
  "description" : "Behavioral health conditions relevant to ACCESS BH track.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "370143000",
            "display" : "Depressive disorder"
          },
          {
            "code" : "48694002",
            "display" : "Generalized anxiety disorder"
          }
        ]
      }
    ]
  }
}