Colorado BHA FHIR Implementation Guide
0.3.0-current - ci-build United States of America flag

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

: Second Example Encounter for a BHA Episode

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/BHAEncounterExample2> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BHAEncounterExample2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter" ;
       fhir:index -1 ;
       fhir:link <http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter BHAEncounterExample2</b></p><a name=\"BHAEncounterExample2\"> </a><a name=\"hcBHAEncounterExample2\"> </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-bha-encounter.html\">BHA Encounter Profile</a></p></div><p><b>BHA Action Type</b>: <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs 01}\">Admission</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 261665006}\">Unknown (qualifier value)</span></p><p><b>subject</b>: <a href=\"Patient-BHAClientExample.html\">Emma Jones</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-BHAEpisodeOfCareExampleBH.html\">BHA Episode Example</a></p><p><b>period</b>: 2024-01-05 10:39:52+0000 --&gt; 2024-01-05 13:22:52+0000</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-BHAEpisodeDiagnosisExample2.html\">Anxiety disorder</a></td><td><span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs MH}\">Mental Health</span></td><td>2</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-BHAOrganizationExample.html\">Community Health Clinic</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-action-type" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs" ] ;
         fhir:Coding.code [ fhir:value "01" ] ;
         fhir:Coding.display [ fhir:value "Admission" ]
       ]
     ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "IMP" ] ;
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:261665006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ] ;
       fhir:Coding.code [ fhir:value "261665006" ] ;
       fhir:Coding.display [ fhir:value "Unknown (qualifier value)" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Unknown (qualifier value)" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/BHAClientExample> ;
     fhir:Reference.reference [ fhir:value "Patient/BHAClientExample" ] ;
     fhir:Reference.display [ fhir:value "Emma Jones" ]
  ] ;
  fhir:Encounter.episodeOfCare [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/EpisodeOfCare/BHAEpisodeOfCareExampleBH> ;
     fhir:Reference.reference [ fhir:value "EpisodeOfCare/BHAEpisodeOfCareExampleBH" ] ;
     fhir:Reference.display [ fhir:value "BHA Episode Example" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2024-01-05T10:39:52Z"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2024-01-05T13:22:52Z"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/BHAEpisodeDiagnosisExample2> ;
       fhir:Reference.reference [ fhir:value "Condition/BHAEpisodeDiagnosisExample2" ] ;
       fhir:Reference.display [ fhir:value "Anxiety disorder" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs" ] ;
         fhir:Coding.code [ fhir:value "MH" ] ;
         fhir:Coding.display [ fhir:value "Mental Health" ]
       ]
     ] ;
     fhir:Encounter.diagnosis.rank [ fhir:value "2"^^xsd:positiveInteger ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/BHAOrganizationExample> ;
     fhir:Reference.reference [ fhir:value "Organization/BHAOrganizationExample" ] ;
     fhir:Reference.display [ fhir:value "Community Health Clinic" ]
  ] .

<http://hl7.org/fhir/Patient/BHAClientExample> a fhir:Patient .

<http://hl7.org/fhir/EpisodeOfCare/BHAEpisodeOfCareExampleBH> a fhir:EpisodeOfCare .

<http://hl7.org/fhir/Condition/BHAEpisodeDiagnosisExample2> a fhir:Condition .

<http://hl7.org/fhir/Organization/BHAOrganizationExample> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Encounter/BHAEncounterExample2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/BHAEncounterExample2.ttl> .