<?xml version="1.0" encoding="UTF-8"?>

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="HansHauser"/>
  <meta>
    <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 7601000050704</p><p><b>name</b>: Hans Hauser (OFFICIAL)</p><p><b>telecom</b>: ph: 038 888 22 11(WORK), <a href="mailto:hans.hauser@gruppenpraxis.ch">hans.hauser@gruppenpraxis.ch</a></p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000050704"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Hauser"/>
    <given value="Hans"/>
    <prefix value="Dr. med.">
    <!--  Academic	Indicates that a prefix like "Dr." or a suffix like "M.D." or "Ph.D." is an academic title.  -->
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="AC"/>
      </extension>
    </prefix>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="038 888 22 11"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="hans.hauser@gruppenpraxis.ch"/>
    <use value="work"/>
  </telecom>
</Practitioner>