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

<Organization xmlns="http://hl7.org/fhir">
  <id value="Kantonsspital"/>
  <meta>
    <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">
        <p> Kantonsspital Zug</p>
      </div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000235500"/>
  </identifier>
  <name value="Kantonsspital Zug"/>
  <telecom>
    <system value="phone"/>
    <value value="+41 45 334 55 66"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@kantonsspital.zug.ch"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://www.kanstonsspital.zug.ch"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="Seestrasse 14"/>
    <line value="Postfach 14"/>
    <city value="Zug"/>
    <postalCode value="8000"/>
    <country value="Schweiz"/>
  </address>
</Organization>