FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeOrganization
IdOrganization-Lab-HematologieBrno.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Hematologická laboratoř Brno

IČO: 98765432

Adresa: Krevní 7, 602 00 Brno


Source1

{
  "resourceType": "Organization",
  "id": "Lab-HematologieBrno",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}