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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bh-conditions"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://tecc.dev/fhir/ValueSet/bh-conditions"^^xsd:anyURI ;
fhir:l <https://tecc.dev/fhir/ValueSet/bh-conditions>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BHConditions"] ; #
fhir:title [ fhir:v "Behavioral Health Conditions"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-12-08T17:13:31+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "tecc"] ; #
fhir:contact ( [
fhir:name [ fhir:v "tecc" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://tecc.dev" ] ] )
] ) ; #
fhir:description [ fhir:v "Behavioral health conditions relevant to ACCESS BH track."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
( fhir:concept [
fhir:code [ fhir:v "370143000" ] ;
fhir:display [ fhir:v "Depressive disorder" ] ] [
fhir:code [ fhir:v "48694002" ] ;
fhir:display [ fhir:v "Generalized anxiety disorder" ] ] ) ] )
] . #