Guide d'implémentation Fr Core
2.1.0 - trial-use
This page is part of the Guide d'implémentation Fr Core (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="ExampleFRCorePatient001"/>
<meta>
<profile
value="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins"/>
</meta>
<text>
<status value="generated"/>
<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 (use: official, ))</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</a> VALI: Identité validée</li></ul></td></tr></table></div>
</text>
<extension
url="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability">
<extension url="identityStatus">
<valueCoding>
<system
value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445"/>
<code value="VALI"/>
</valueCoding>
</extension>
</extension>
<extension
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
value="https://mos.esante.gouv.fr/NOS/TRE_R13-Commune/FHIR/TRE-R13-Commune"/>
<code value="01006"/>
</valueCoding>
</extension>
<city value="Ambléon"/>
</valueAddress>
</extension>
<identifier>
<use value="official"/>
<type>
<coding>
<system
value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"/>
<code value="INS-NIR"/>
</coding>
</type>
<system value="urn:oid:1.2.250.1.213.1.4.8"/>
<value value="123456789012244"/>
</identifier>
<active value="true"/>
<name>
<extension
url="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name">
<valueString value="Pierre Yves"/>
</extension>
<use value="official"/>
<family value="Durand"/>
<given value="Pierre"/>
</name>
<telecom>
<system value="phone"/>
<value value="01 23 24 67 89"/>
<use value="home"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="01 99 88 77 66"/>
<use value="work"/>
<rank value="1"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="06 80 55 34 33"/>
<use value="mobile"/>
<rank value="2"/>
</telecom>
<gender value="male"/>
<birthDate value="1974-12-25"/>
<deceasedBoolean value="false"/>
<address>
<use value="home"/>
<type value="both"/>
<text value="367 rue Troussier, 45100 Orléans, France"/>
<line value="367 rue Troussier"/>
<city value="Orléans"/>
<postalCode value="45100"/>
<period>
<start value="2018-06-01"/>
</period>
</address>
</Patient>