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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PeterPresto"/>
  <meta>
    <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr"/>
  </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>: Peter Presto (OFFICIAL)</p><p><b>telecom</b>: ph: 032 333 22 33(WORK), <a href="mailto:peter.presto@arztpraxis.ch">peter.presto@arztpraxis.ch</a></p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000050704"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Presto"/>
    <given value="Peter"/>
    <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="032 333 22 33"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="peter.presto@arztpraxis.ch"/>
    <use value="work"/>
  </telecom>
</Practitioner>