FHIR IG analytics| Package | us.co.bha-ig |
| Resource Type | Patient |
| Id | Patient-BHAClientExampleCentral.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BHAClientExampleCentral
Last updated: 2025-03-03 09:30:00+0000
Profile: BHA Client Profile
Arjun Patel (official) Male, DoB: 1974-10-09 ( Social Security number)
| Marital Status: | Married | ||
| Other Id: | State Identifier/1234567893 | ||
| Contact Detail | 8200 South Broadway Littleton CO 80122 (home) | ||
| Language: | English (preferred) | ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | M | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "BHAClientExampleCentral",
"meta": {
"lastUpdated": "2025-03-03T09:30:00Z",
"profile": [
"http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-client"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "Asian"
},
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2028-9"
}
}
],
"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": "M"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SS"
}
]
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "333-33-3333"
},
{
"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": "1234567893"
}
],
"name": [
{
"use": "official",
"family": "Patel",
"given": [
"Arjun"
]
}
],
"gender": "male",
"birthDate": "1974-10-09",
"address": [
{
"use": "home",
"line": [
"8200 South Broadway"
],
"city": "Littleton",
"district": "03",
"state": "CO",
"postalCode": "80122",
"period": {
"start": "2022-09-15"
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
]
}