FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | Patient |
| Id | Patient-FRCorePatientDeceasedExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
French
Narratif généré : Patient FRCorePatientDeceasedExample
Profil: FR Core Patient Profile
Jean Martin (official) Male, Date de Naissance :1950-03-10 ( Patient internal identifier: IPP-999-001 (use: usual, ))
| Actif : | false | Décédé : | 2024-01-15 | ||
| FR Core Lunar Date Extension | 1950-03-10 | ||||
| FR Core Patient Death Place Extension | CHU de Paris, Paris, France | ||||
English
Generated Narrative: Patient FRCorePatientDeceasedExample
Profile: FR Core Patient Profile
Jean Martin (official) Male, DoB: 1950-03-10 ( Patient internal identifier: IPP-999-001 (use: usual, ))
| Active: | false | Deceased: | 2024-01-15 | ||
| FR Core Lunar Date Extension | 1950-03-10 | ||||
| FR Core Patient Death Place Extension | CHU de Paris, Paris, France | ||||
{
"resourceType": "Patient",
"id": "FRCorePatientDeceasedExample",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-death-place",
"valueAddress": {
"text": "CHU de Paris, Paris, France",
"city": "Paris",
"postalCode": "75014"
}
},
{
"url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-lunar-date",
"valueString": "1950-03-10"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PI",
"display": "Patient internal identifier"
}
]
},
"system": "http://hopital.fr/namingsystem/ipp",
"value": "IPP-999-001"
}
],
"active": false,
"name": [
{
"use": "official",
"family": "Martin",
"given": [
"Jean"
]
}
],
"gender": "male",
"birthDate": "1950-03-10",
"deceasedDateTime": "2024-01-15"
}