FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Patient |
| Id | Patient-bh-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient bh-patient-example
James Wolff Male, DoB: 1961-07-16 ( Medical Record Number: 1032702 (use: usual, ))
| Active: | true | Deceased: | false | ||
| Alt. Name: | Jennifer Wolff (Official) | ||||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| us-veteran-status | true | ||||
| US Core Sex Extension | 248153007 | ||||
| US Core Ethnicity Extension: |
| ||||
| US Core Birth Sex Extension | M | ||||
| US Core Race Extension: |
| ||||
| US Core Tribal Affiliation Extension: |
| ||||
{
"resourceType": "Patient",
"id": "bh-patient-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2054-5",
"display": "Black or African American"
}
},
{
"url": "text",
"valueString": "Black or African American"
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Not Hispanic or Latino"
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex",
"valueCode": "248153007"
},
{
"url": "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-veteran-status",
"valueBoolean": true
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation",
"extension": [
{
"url": "tribalAffiliation",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
"code": "187",
"display": "Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada"
}
],
"text": "Shoshone"
}
}
]
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "1032702"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Wolff",
"given": [
"Jennifer"
]
},
{
"use": "usual",
"family": "Wolff",
"given": [
"James"
],
"period": {
"start": "2016-07-22"
}
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "james.wolff@example.com"
}
],
"gender": "male",
"birthDate": "1961-07-16",
"deceasedBoolean": false,
"address": [
{
"use": "old",
"line": [
"49 MEADOW ST"
],
"city": "MIAMI",
"state": "FL",
"postalCode": "74047",
"country": "US",
"period": {
"start": "2016-12-06",
"end": "2020-07-22"
}
},
{
"line": [
"183 MOUNTAIN VIEW ST"
],
"city": "MIAMI",
"state": "FL",
"postalCode": "74048",
"country": "US",
"period": {
"start": "2020-07-22"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
]
}