FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Patient |
| Id | Patient-47234.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 47234
Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)
| Active: | true | Deceased: | 2023-01-01 13:54:00+0000 | ||
| Contact Detail | ph: 313-555-9843(Mobile) | ||||
| Language: | Italian (Region=Italy) | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "47234",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.org/identifiers/Patient",
"value": "47234"
}
],
"active": true,
"name": [
{
"family": "Smith",
"given": [
"Jeff"
]
}
],
"telecom": [
{
"system": "phone",
"value": "313-555-9843",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1968-05-04",
"deceasedDateTime": "2023-01-01T13:54:00Z",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "it-IT"
}
]
},
"preferred": false
}
],
"managingOrganization": {
"reference": "Organization/1"
}
}