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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeOrganization
IdOrganization-d4545f84-0d58-4f6f-a50a-2f2ea2ea4dc4.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 d4545f84-0d58-4f6f-a50a-2f2ea2ea4dc4

identifier: https://ncez.mzcr.cz/fhir/sid/ico/27999911, https://ncez.mzcr.cz/fhir/sid/icz/62010000

name: Mestska nemocnice Brno

telecom: +420543111222

address: Kvetna 15, 60200 Brno Brno 60200 CZ


Source1

{
  "resourceType": "Organization",
  "id": "d4545f84-0d58-4f6f-a50a-2f2ea2ea4dc4",
  "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": "27999911"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/icz",
      "value": "62010000"
    }
  ],
  "name": "Mestska nemocnice Brno",
  "telecom": [
    {
      "system": "phone",
      "value": "+420543111222",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Kvetna 15, 60200 Brno"
      ],
      "city": "Brno",
      "postalCode": "60200",
      "country": "CZ"
    }
  ]
}