Search FHIR

Guide d'implémentation FHIR - Mesures de santé
3.1.0 - ci-build France flag

Guide d'implémentation FHIR - Mesures de santé, published by ANS. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ansforge/IG-fhir-mesures-de-sante/ and changes regularly. See the Directory of published versions

: ExamplefrPatient001 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExamplefrPatient001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExamplefrPatient001</b></p><a name="ExamplefrPatient001"> </a><a name="hcExamplefrPatient001"> </a><a name="ExamplefrPatient001-fr-FR"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Pierre Jean Durand (official) Male, Date de Naissance :1974-12-25 ( urn:oid:1.2.250.1.213.1.4.8#123456789012244 (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="Statut connu du patient">Décédé :</td><td colspan="3">false</td></tr><tr><td style="background-color: #f3f5da" title="Moyens de contacter le 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></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:1.2.250.1.213.1.4.8"/>
    <value value="123456789012244"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Durand"/>
    <given value="Pierre"/>
    <given value="Jean"/>
  </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>