Colorado BHA FHIR Implementation Guide
0.2.0 - 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.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

: Example Baby Patient Resource

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "BabyPatientExample",
  "meta" : {
    "lastUpdated" : "2025-10-28T18:30:40-07:00",
    "profile" : [
      🔗 "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-client"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0usual,\u00a0))</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>"
  },
  "extension" : [
    {
      "url" : "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-race",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-race-cs",
            "code" : "02",
            "display" : "Asian"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "http://hospital.example.org",
      "value" : "123456"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "White",
      "given" : [
        "Crystal",
        "Snow"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2025-06-20",
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "S"
      }
    ]
  }
}