Guide d'implémentation FHIR - Mesures de santé
3.0.0 - ci-build

This page is part of the Guide d'implémentation FHIR - Mesures de santé (v3.0.0: draft Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: ExampleFrPractitionner001 - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ExampleFrPractitionner001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="ExampleFrPractitionner001"> </a></p><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">Resource Practitioner &quot;ExampleFrPractitionner001&quot; </p></div><p><b>identifier</b>: id: 23</p><p><b>active</b>: true</p><p><b>name</b>: Adam Durant </p><p><b>address</b>: 7 rue Coursier Amiens 80000 (HOME)</p></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="23"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Durant"/>
    <given value="Adam"/>
    <prefix value="Mr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="7 rue Coursier"/>
    <city value="Amiens"/>
    <postalCode value="80000"/>
  </address>
</Practitioner>