{
  "resourceType" : "Organization",
  "id" : "UC4-Organization-Hausarzt",
  "meta" : {
    "profile" : ["http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization UC4-Organization-Hausarzt</b></p><a name=\"UC4-Organization-Hausarzt\"> </a><a name=\"hcUC4-Organization-Hausarzt\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emr-organization.html\">CH Emergency Record Organization</a></p></div><p><b>identifier</b>: <a href=\"http://fhir.ch/ig/ch-term/3.3.0/NamingSystem-gln.html\" title=\"Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system, see [refdata](https://www.refdata.ch/).\">GLN</a>/7601009110849</p><p><b>active</b>: true</p><p><b>name</b>: Hausarztpraxis Dr. med. Klaus Weber</p><p><b>telecom</b>: <a href=\"tel:+41612718888\">+41 61 271 88 88</a>, <a href=\"mailto:info@hausarzt-basel.ch\">info@hausarzt-basel.ch</a></p><p><b>address</b>: Steinenvorstadt 71 Basel 4051 CH </p></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:2.51.1.3",
    "value" : "7601009110849"
  }],
  "active" : true,
  "name" : "Hausarztpraxis Dr. med. Klaus Weber",
  "telecom" : [{
    "system" : "phone",
    "value" : "+41 61 271 88 88",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "info@hausarzt-basel.ch",
    "use" : "work"
  }],
  "address" : [{
    "line" : ["Steinenvorstadt 71"],
    "city" : "Basel",
    "postalCode" : "4051",
    "country" : "CH"
  }]
}