FHIR IG analytics| Package | us.co.bha-ig |
| Resource Type | Patient |
| Id | Patient-BHAClientExampleNorth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BHAClientExampleNorth
Last updated: 2025-02-18 10:15:00+0000
Profile: BHA Client Profile
Sofia Elena Martinez (official) Female, DoB: 1987-04-22 ( Social Security number)
| Marital Status: | Never Married | ||
| Other Id: | State Identifier/1234567892 | ||
| Contact Detail | 4500 E Colfax Ave Denver CO 80220 (home) | ||
| Language: | English (preferred) | ||
| us-veteran-status | false | ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | F | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "BHAClientExampleNorth",
"meta": {
"lastUpdated": "2025-02-18T10:15:00Z",
"profile": [
"http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-client"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "White"
},
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3"
}
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "text",
"valueString": "Not Hispanic or Latino"
},
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5"
}
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
},
{
"url": "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-veteran-status",
"valueBoolean": false
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SS"
}
]
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "222-22-2222"
},
{
"type": {
"coding": [
{
"system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-client-identifier-type-cs",
"code": "STATE_IDENTIFIER"
}
]
},
"system": "urn:oid:2.16.840.1.113883.4.3.8",
"value": "1234567892"
}
],
"name": [
{
"use": "official",
"family": "Martinez",
"given": [
"Sofia",
"Elena"
]
}
],
"gender": "female",
"birthDate": "1987-04-22",
"address": [
{
"use": "home",
"line": [
"4500 E Colfax Ave"
],
"city": "Denver",
"district": "17",
"state": "CO",
"postalCode": "80220",
"period": {
"start": "2024-04-01"
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "S"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
]
}