FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Patient |
| Id | Patient-CRPatientDeceasedWithDate.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CRPatientDeceasedWithDate
Profile: Paciente
Carlos Rodríguez (official) Male, DoB: 1950-03-15 ( Cédula Nacional: 501230456 (use: official, ))
| Active: | false | Deceased: | 2024-01-20 14:30:00-0600 | ||
{
"resourceType": "Patient",
"id": "CRPatientDeceasedWithDate",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional",
"display": "Cédula Nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/client-registry",
"value": "501230456"
}
],
"active": false,
"name": [
{
"use": "official",
"family": "Rodríguez",
"given": [
"Carlos"
]
}
],
"gender": "male",
"birthDate": "1950-03-15",
"deceasedDateTime": "2024-01-20T14:30:00-06:00"
}