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

FHIR IG analytics

Packagehl7.fhir.cz.lab
Resource TypeOrganization
IdOrganization-bc2b8a3e-999a-4f10-91ce-1dc12fa0e123.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

Generated Narrative: Organization bc2b8a3e-999a-4f10-91ce-1dc12fa0e123

identifier: https://ncez.mzcr.cz/fhir/sid/ico/11223344, https://ncez.mzcr.cz/fhir/sid/krpzs/ZD112233

active: true

name: Nemocnice Žlábek Dolní

telecom: +420510987654, ordinace@zlabekdolni.cz

address: Blatouchová 77 Žlábek Dolní 54321 Česko (work)


Source1

{
  "resourceType": "Organization",
  "id": "bc2b8a3e-999a-4f10-91ce-1dc12fa0e123",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/ico",
      "value": "11223344"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/krpzs",
      "value": "ZD112233"
    }
  ],
  "active": true,
  "name": "Nemocnice Žlábek Dolní",
  "telecom": [
    {
      "system": "phone",
      "value": "+420510987654"
    },
    {
      "system": "email",
      "value": "ordinace@zlabekdolni.cz"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Blatouchová 77"
      ],
      "city": "Žlábek Dolní",
      "postalCode": "54321",
      "country": "Česko",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ]
}