Guide d'implémentation Fr Core
2.1.0 - trial-use
Guide d'implémentation Fr Core, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExampleFRCorePatient001",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleFRCorePatient001</b></p><a name=\"ExampleFRCorePatient001\"> </a><a name=\"hcExampleFRCorePatient001\"> </a><a name=\"ExampleFRCorePatient001-fr-FR\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Pierre Durand (official) Male, DoB: 1974-12-25 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 01 23 24 67 89(Home)</li><li>ph: 01 99 88 77 66(Work)</li><li>ph: 06 80 55 34 33(Mobile)</li><li>367 rue Troussier, 45100 Orléans, France(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Ambléon </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Reliabilility of the patient's identity | Précision sur le degré de fiabilité de l'identité du patient (si provisoire, validé... avec la justification : quelle type de pièce d'identité ?) avec la méthode de collection\">FR Core Patient Ident Reliability Extension:</td><td colspan=\"3\"><ul><li>identityStatus: <a href=\"CodeSystem-fr-core-cs-v2-0445.html#fr-core-cs-v2-0445-VALI\">FR Core CodeSystem v2-0445 VALI</a>: Identité validée</li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "identityStatus",
"valueCoding" : {
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445",
"code" : "VALI"
}
}
],
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"extension" : [
{
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code",
"valueCoding" : {
"system" : "https://mos.esante.gouv.fr/NOS/TRE_R13-Commune/FHIR/TRE-R13-Commune",
"code" : "01006"
}
}
],
"city" : "Ambléon"
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
"code" : "INS-NIR"
}
]
},
"system" : "urn:oid:1.2.250.1.213.1.4.8",
"value" : "123456789012244"
}
],
"active" : true,
"name" : [
{
"extension" : [
{
"url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name",
"valueString" : "Pierre Yves"
}
],
"use" : "official",
"family" : "Durand",
"given" : [
"Pierre"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "01 23 24 67 89",
"use" : "home"
},
{
"system" : "phone",
"value" : "01 99 88 77 66",
"use" : "work",
"rank" : 1
},
{
"system" : "phone",
"value" : "06 80 55 34 33",
"use" : "mobile",
"rank" : 2
}
],
"gender" : "male",
"birthDate" : "1974-12-25",
"deceasedBoolean" : false,
"address" : [
{
"use" : "home",
"type" : "both",
"text" : "367 rue Troussier, 45100 Orléans, France",
"line" : [
"367 rue Troussier"
],
"city" : "Orléans",
"postalCode" : "45100",
"period" : {
"start" : "2018-06-01"
}
}
]
}