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

<Organization xmlns="http://hl7.org/fhir">
  <id value="Gruppenpraxis"/>
  <meta>
    <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">
      <p> Gruppenpraxis Olten</p>
    </div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000241111"/>
  </identifier>
  <name value="Gruppenpraxis Olten"/>
  <telecom>
    <system value="phone"/>
    <value value="+41555556677"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@gruppenpraxis.ch"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://www.gruppenpraxis.ch"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Gerbergasse 12"/>
    <city value="Olten"/>
    <postalCode value="4600"/>
    <country value="CH"/>
  </address>
</Organization>