<Organization xmlns="http://hl7.org/fhir">
  <id value="1457020138649054" />
  <meta>
    <lastUpdated value="2017-04-13T17:22:34+02:00" />
  </meta>
  <identifier>
    <use value="usual" />
    <system value="urn:oid:2.51.1.3" />
    <value value="7634567890120" />
  </identifier>
  <identifier>
    <use value="official" />
    <system value="urn:oid:2.16.756.5.30.1.123.1" />
    <value value="A123456" />
  </identifier>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/organization-type" />
      <code value="prov" />
      <display value="Healthcare Provider" />
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://smis.ch/organization-type" />
      <code value="1" />
      <display value="PRAXIS" />
    </coding>
  </type>
  <name value="Praxis Dr. Muster" />
  <telecom>
    <system value="phone" />
    <value value="+41 044 123 45 67" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="+41 091 123 45 67" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="+41 079 123 45 67" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="fax" />
    <value value="+41 044 123 45 67" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="doctor.muster@test.ch" />
    <use value="work" />
  </telecom>
  <address>
    <use value="work" />
    <type value="both" />
    <line value="Street 1" />
    <city value="Bulach" />
    <state value="ZH" />
    <postalCode value="8180" />
    <country value="CH" />
  </address>
</Organization>