{
  "resourceType": "Organization",
  "id": "Suva",
  "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>Suva Hauptsitz</p>\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.45",
      "value": "CHE-108.955.179"
    }
  ],
  "name": "Suva",
  "telecom": [
    {
      "system": "phone",
      "value": "+41322345566",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@suva.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.suva.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Löwenplatz 1"
      ],
      "city": "Luzern",
      "postalCode": "6004",
      "country": "CH"
    }
  ]
}