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

: 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 class="res-header-id"><b>Generated Narrative: Practitioner ExampleFrPractitionner001</b></p><a name="ExampleFrPractitionner001"> </a><a name="hcExampleFrPractitionner001"> </a><a name="ExampleFrPractitionner001-fr-FR"> </a><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/801234567897</p><p><b>active</b>: true</p><p><b>name</b>: Jean Dupont </p><p><b>telecom</b>: ph: 01 70 88 88 64(Work)</p><p><b>address</b>: 7 rue Coursier Amiens 80000 (home)</p></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="801234567897"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Dupont"/>
    <given value="Jean"/>
    <prefix value="Mr"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="01 70 88 88 64"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="7 rue Coursier"/>
    <city value="Amiens"/>
    <postalCode value="80000"/>
  </address>
</Practitioner>