{
  "resourceType": "Organization",
  "id": "Gruppenpraxis",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> Gruppenpraxis Olten</p>\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000241111"
    }
  ],
  "name": "Gruppenpraxis Olten",
  "telecom": [
    {
      "system": "phone",
      "value": "+41555556677",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@gruppenpraxis.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.gruppenpraxis.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Gerbergasse 12"
      ],
      "city": "Olten",
      "postalCode": "4600",
      "country": "CH"
    }
  ]
}