{
  "resourceType": "Organization",
  "id": "SpeiserRails",
  "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> Speiser Rails</p>\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.45",
      "value": "CHE-108.444.179"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41412345566",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@speiser-rails.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.speiser-rails.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Gleisallee 123"
      ],
      "city": "Arbon",
      "postalCode": "9320",
      "country": "CH"
    }
  ]
}