FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Patient |
| Id | Patient-2451.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 2451
David White Male, DoB: 1955-03-12 ( http://acme.org/identifiers/Patient#2451)
| Active: | true | Deceased: | 1982-06-03 20:10:03-0400 | ||
| Contact Detail | fred.roberts@myownpersonaldomain.com | ||||
| Language: | Arabic (preferred) | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "2451",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.org/identifiers/Patient",
"value": "2451"
}
],
"active": true,
"name": [
{
"family": "White",
"given": [
"David"
]
}
],
"telecom": [
{
"system": "email",
"value": "fred.roberts@myownpersonaldomain.com"
}
],
"gender": "male",
"birthDate": "1955-03-12",
"deceasedDateTime": "1982-06-03T20:10:03-04:00",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "ar"
}
]
},
"preferred": true
}
],
"managingOrganization": {
"reference": "Organization/1"
}
}