FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Patient |
| Id | Patient-689272.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 689272
Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)
| Active: | true | Deceased: | 1977-04-11 08:42:36-0500 | ||
| Contact Detail | ph: 248-555-9129(Home) | ||||
| Language: | Hindi | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "689272",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.org/identifiers/Patient",
"value": "689272"
}
],
"active": true,
"name": [
{
"family": "Brown",
"given": [
"Sue"
]
}
],
"telecom": [
{
"system": "phone",
"value": "248-555-9129",
"use": "home"
}
],
"gender": "female",
"birthDate": "1972-06-05",
"deceasedDateTime": "1977-04-11T08:42:36-05:00",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "hi"
}
]
},
"preferred": false
}
],
"managingOrganization": {
"reference": "Organization/1"
}
}