Guide d'implémentation FR Core
2.2.0 - trial-use
FR
Guide d'implémentation FR Core - version de développement local (intégration continue v2.2.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées
{
"resourceType" : "Patient",
"id" : "FRCorePatientDeceasedExample",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Patient FRCorePatientDeceasedExample</b></p><a name=\"FRCorePatientDeceasedExample\"> </a><a name=\"hcFRCorePatientDeceasedExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-core-patient.html\">FR Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jean Martin (official) Male, Date de Naissance :1950-03-10 ( Patient internal identifier: IPP-999-001\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"L'enregistrement est actif\">Actif :</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Statut connu du patient\">Décédé :</td><td colspan=\"3\">2024-01-15</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Date de naissance approximative du patient.\r\nApproximate birthdate of the patient\"><a href=\"StructureDefinition-fr-core-lunar-date.html\">FR Core Lunar Date Extension</a></td><td colspan=\"3\">1950-03-10</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Précise le lieu de décès du patient (hôpital, sur la voie publique, au domicile, etc.).\n\rCarries the death place of the patient\"><a href=\"StructureDefinition-fr-core-patient-death-place.html\">FR Core Patient Death Place Extension</a></td><td colspan=\"3\">CHU de Paris, Paris, France</td></tr></table></div>"
},
"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"
}