FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Patient |
| Id | Patient-562.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 562
Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)
| Active: | true | Deceased: | 2023-07-04 00:00:00+0300 | ||
| Contact Detail | ph: 07948662260(Mobile) | ||||
| Language: | French (Region=Belgium) | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "562",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.org/identifiers/Patient",
"value": "562"
}
],
"active": true,
"name": [
{
"family": "Green",
"given": [
"Kath"
]
}
],
"telecom": [
{
"system": "phone",
"value": "07948662260",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1991-05-23",
"deceasedDateTime": "2023-07-04T00:00:00+03:00",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "fr-BE"
}
]
},
"preferred": false
}
],
"managingOrganization": {
"reference": "Organization/1"
}
}