Colorado BHA FHIR Implementation Guide
0.2.0 - ci-build
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.2.0 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
| Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="BabyPatientExample"/>
<meta>
<lastUpdated value="2025-10-28T18:30:40-07:00"/>
<profile
value="http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-client"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Patient BabyPatientExample</b></p><a name="BabyPatientExample"> </a><a name="hcBabyPatientExample"> </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">Last updated: 2025-10-28 18:30:40-0700; Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-bha-client.html">Colorado BHA Client Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Crystal Snow White Female, DoB: 2025-06-20 ( Medical record number (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}">Never Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Race classification per BHA requirements"><a href="StructureDefinition-bha-race.html">BHA Race Extension</a></td><td colspan="3"><span title="Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-race-cs 02}">Asian</span></td></tr><tr><td style="background-color: #f3f5da" title="A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9). After version 6.0.0, this extension is no longer a *USCDI Requirement*."><a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-birthsex.html">US Core Birth Sex Extension</a></td><td colspan="3">F</td></tr></table></div>
</text>
<extension
url="http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-race">
<valueCodeableConcept>
<coding>
<system
value="http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-race-cs"/>
<code value="02"/>
<display value="Asian"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="F"/>
</extension>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="http://hospital.example.org"/>
<value value="123456"/>
</identifier>
<active value="true"/>
<name>
<family value="White"/>
<given value="Crystal"/>
<given value="Snow"/>
</name>
<gender value="female"/>
<birthDate value="2025-06-20"/>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="S"/>
</coding>
</maritalStatus>
</Patient>