{
  "resourceType": "Organization",
  "id": "1457020138649054",
  "meta": {
    "lastUpdated": "2017-04-13T15:22:34+00:00"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.51.1.3",
      "value": "7634567890120"
    },
    {
      "use": "official",
      "system": "urn:oid:2.16.756.5.30.1.123.1",
      "value": "A123456"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://smis.ch/organization-type",
          "code": "1",
          "display": "PRAXIS"
        }
      ]
    }
  ],
  "name": "Praxis Dr. Muster",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 044 123 45 67",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+41 091 123 45 67",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "+41 079 123 45 67",
      "use": "mobile"
    },
    {
      "system": "fax",
      "value": "+41 044 123 45 67",
      "use": "work"
    },
    {
      "system": "email",
      "value": "doctor.muster@test.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "Street 1"
      ],
      "city": "Bulach",
      "state": "ZH",
      "postalCode": "8180",
      "country": "CH"
    }
  ]
}