Colorado BHA FHIR Implementation Guide
0.3.0-current - ci-build USA

Colorado BHA FHIR Implementation Guide, published by Colorado Behavioral Health Administration. This guide is not an authorized publication; it is the continuous build for version 0.3.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CoBHA/CoBHRM-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example BHA Episode Diagnosis — Substance Use Disorder

Page standards status: Informative

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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BHAEpisodeDiagnosisExampleSUD"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/BHAEpisodeDiagnosis"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/BHAEpisodeDiagnosis>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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: Condition BHAEpisodeDiagnosisExampleSUD</b></p><a name=\"BHAEpisodeDiagnosisExampleSUD\"> </a><a name=\"hcBHAEpisodeDiagnosisExampleSUD\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BHAEpisodeDiagnosis.html\">BHA Episode Diagnosis Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>, <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs SUD}\">Substance Use Disorder</span></p><p><b>code</b>: <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-service-identifier-cs 09}, {http://hl7.org/fhir/sid/icd-10-cm F19.20}, {http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets H0015}\">SUD Intensive Outpatient (IOP)</span></p><p><b>subject</b>: <a href=\"Patient-BHAClientExample.html\">Emma Jones</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>       ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status>       ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-category>       ] ;
fhir:code [ fhir:v "encounter-diagnosis" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs>       ] ;
fhir:code [ fhir:v "SUD" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-service-identifier-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-service-identifier-cs>       ] ;
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "SUD Intensive Outpatient (IOP)" ]     ] [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10-cm>       ] ;
fhir:code [ fhir:v "F19.20" ]     ] [
fhir:system [
fhir:v "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets"^^xsd:anyURI ;
fhir:l <http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets>       ] ;
fhir:code [ fhir:v "H0015" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/BHAClientExample ;
fhir:reference [ fhir:v "Patient/BHAClientExample" ] ;
fhir:display [ fhir:v "Emma Jones" ]
  ] . #