{
  "resourceType" : "Organization",
  "id" : "Lab-HematologieBrno",
  "meta" : {
    "profile" : ["https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Hematologická laboratoř Brno</strong></p><p>IČO: 98765432</p><p>Adresa: Krevní 7, 602 00 Brno</p></div>"
  },
  "identifier" : [{
    "system" : "http://hl7.cz/identifier/ico",
    "value" : "98765432"
  }],
  "name" : "Hematologická laboratoř Brno",
  "address" : [{
    "text" : "Krevní 7, 602 00 Brno",
    "city" : "Brno",
    "postalCode" : "60200",
    "country" : "CZ"
  }]
}