FHIR IG analytics| Package | flc.fhir.base |
| Resource Type | Patient |
| Id | Patient-e8b835f7-0c46-4166-22ad-23e6783aaf54.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient e8b835f7-0c46-4166-22ad-23e6783aaf54
Jerry Smith Male, DoB: 1918-01-10 ( http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo#EHRSourceSystem#12434)
| Active: | true | Deceased: | 2025-07-28 01:59:23+0100 | ||
| Other Id: | Medical record number/M0R1N2 (use: usual, ) | ||||
| Contact Detail |
| ||||
{
"resourceType": "Patient",
"id": "e8b835f7-0c46-4166-22ad-23e6783aaf54",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:2.16.840.1.113883.19.5",
"value": "M0R1N2"
},
{
"system": "http://fhir.purified.link/example/identifierSystem/ehr-source-system-demo",
"value": "12434"
}
],
"active": true,
"name": [
{
"family": "Smith",
"given": [
"Jerry"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0707-123456"
},
{
"system": "phone",
"value": "0708-123456"
}
],
"gender": "male",
"birthDate": "1918-01-10",
"deceasedDateTime": "2025-07-28T01:59:23.388+01:00"
}