{
  "resourceType": "Organization",
  "id": "LaborPipette",
  "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>Labor Pipette</p>\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000234400"
    }
  ],
  "name": "Labor Pipette",
  "telecom": [
    {
      "system": "phone",
      "value": "+41223345566",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@labor-pipette.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.labor-pipette.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Laborstrasse 23"
      ],
      "city": "Olten",
      "postalCode": "4600",
      "country": "CH"
    }
  ]
}