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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeOrganization
IdOrganization-ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169.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 ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169

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

name: Nemocnice Chrudim

telecom: +420603853227

address: Václavská 570, 537 01, Chrudim(work)


Source1

{
  "resourceType": "Organization",
  "id": "ace081ba-e0a8-4b89-a4a7-c5b7cd3c8169",
  "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": "27520536"
    }
  ],
  "name": "Nemocnice Chrudim",
  "telecom": [
    {
      "system": "phone",
      "value": "+420603853227",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "Václavská 570, 537 01, Chrudim",
      "line": [
        "Václavská 570"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Václavská"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "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"
            }
          }
        ]
      }
    }
  ]
}