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