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

FHIR IG analytics

Packagehl7.eu.fhir.xpandh.hdr
Resource TypeOrganization
IdOrganization-SK-Organization-Hospital-Department-1.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 SK-Organization-Hospital-Department-1

Language: sk

Profile: Xpandh Organization Profile

identifier: https://ncez.mzcr.cz/standards/fhir/sid/ico/27520536

type: Oddelenie nemocnice

name: Nemocnica - oddělení chirurgie

telecom: +420 603 853 227

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

partOf: Organization Mestská Nemocnica Kubín


Source1

{
  "resourceType": "Organization",
  "id": "SK-Organization-Hospital-Department-1",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/organization-expandh"
    ]
  },
  "language": "sk",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/standards/fhir/sid/ico",
      "value": "27520536"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "dept",
          "display": "Oddelenie nemocnice"
        }
      ]
    }
  ],
  "name": "Nemocnica - oddělení chirurgie",
  "telecom": [
    {
      "system": "phone",
      "value": "+420 603 853 227",
      "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-houseNumber",
              "valueString": "570"
            }
          ]
        }
      ],
      "city": "Chrudim",
      "postalCode": "537 01",
      "country": "CZ"
    }
  ],
  "partOf": {
    "reference": "Organization/SK-Organization-Hospital"
  }
}