@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 -------------------------------------------------------------------

<http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-end-of-treatment-reason-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bha-end-of-treatment-reason-cs"] ; # 
  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: CodeSystem bha-end-of-treatment-reason-cs</b></p><a name=\"bha-end-of-treatment-reason-cs\"> </a><a name=\"hcbha-end-of-treatment-reason-cs\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-end-of-treatment-reason-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"bha-end-of-treatment-reason-cs-1\"> </a></td><td>Attendance</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bha-end-of-treatment-reason-cs-2\"> </a></td><td>Client Decision</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bha-end-of-treatment-reason-cs-3\"> </a></td><td>Client stopped coming and contact efforts failed</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bha-end-of-treatment-reason-cs-4\"> </a></td><td>Financial/Payments</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"bha-end-of-treatment-reason-cs-5\"> </a></td><td>Lack of Progress</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"bha-end-of-treatment-reason-cs-6\"> </a></td><td>Medical Reasons</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"bha-end-of-treatment-reason-cs-7\"> </a></td><td>Military Deployment</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"bha-end-of-treatment-reason-cs-8\"> </a></td><td>Moved</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"bha-end-of-treatment-reason-cs-9\"> </a></td><td>Incarcerated</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"bha-end-of-treatment-reason-cs-10\"> </a></td><td>Died</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"bha-end-of-treatment-reason-cs-11\"> </a></td><td>Agency closed/No longer in business</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-end-of-treatment-reason-cs"^^xsd:anyURI ;
     fhir:l <http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-end-of-treatment-reason-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BHAEndOfTreatmentReasonCS"] ; # 
  fhir:title [ fhir:v "BHA End of Treatment Reasons"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-06T19:31:49+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Colorado Behavioral Health Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Colorado Behavioral Health Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://bha.colorado.gov" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "cdhs_bha_provider_support@state.co.us" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "End of Treatment Reasons for BHA services/admissions."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "840" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "1" ] ;
     fhir:display [ fhir:v "Attendance" ]
  ] [
     fhir:code [ fhir:v "2" ] ;
     fhir:display [ fhir:v "Client Decision" ]
  ] [
     fhir:code [ fhir:v "3" ] ;
     fhir:display [ fhir:v "Client stopped coming and contact efforts failed" ]
  ] [
     fhir:code [ fhir:v "4" ] ;
     fhir:display [ fhir:v "Financial/Payments" ]
  ] [
     fhir:code [ fhir:v "5" ] ;
     fhir:display [ fhir:v "Lack of Progress" ]
  ] [
     fhir:code [ fhir:v "6" ] ;
     fhir:display [ fhir:v "Medical Reasons" ]
  ] [
     fhir:code [ fhir:v "7" ] ;
     fhir:display [ fhir:v "Military Deployment" ]
  ] [
     fhir:code [ fhir:v "8" ] ;
     fhir:display [ fhir:v "Moved" ]
  ] [
     fhir:code [ fhir:v "9" ] ;
     fhir:display [ fhir:v "Incarcerated" ]
  ] [
     fhir:code [ fhir:v "10" ] ;
     fhir:display [ fhir:v "Died" ]
  ] [
     fhir:code [ fhir:v "11" ] ;
     fhir:display [ fhir:v "Agency closed/No longer in business" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

