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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypeOrganization
IdOrganization-9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1.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 9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1

identifier: https://ncez.mzcr.cz/fhir/sid/krpzs/27520561

name: Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice

telecom: +420603853227

address: Václavská 570 Chrudim 53701 Česká republika (work)


Source1

{
  "resourceType": "Organization",
  "id": "9f7c3d74-2c71-4b92-9a59-2b6f37ecb3d1",
  "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/krpzs",
      "value": "27520561"
    }
  ],
  "name": "Nemocnice Pardubického kraje, a.s., Chrudimská nemocnice",
  "telecom": [
    {
      "system": "phone",
      "value": "+420603853227"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Václavská 570"
      ],
      "city": "Chrudim",
      "postalCode": "53701",
      "country": "Česká republika",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CZ",
              "display": "Czechia"
            }
          }
        ]
      }
    }
  ]
}