FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | Organization |
| Id | Organization-Organization-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Organization-1
Profile: Organization (CZ core)
identifier: https://ncez.mzcr.cz/fhir/sid/ico/27520536
type: Nemocnice
name: Nemocnice Chrudim
telecom: +420 603 853 227
address: Václavská 570, 537 01, Chrudim(work)
{
"resourceType": "Organization",
"id": "Organization-1",
"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": "27520536"
}
],
"type": [
{
"coding": [
{
"system": "https://ncez.mzcr.cz/terminology/CodeSystem/cz-drzar",
"code": "102",
"display": "Nemocnice"
}
]
}
],
"name": "Nemocnice Chrudim",
"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-streetName",
"valueString": "Václavská"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "570"
}
]
}
],
"city": "Chrudim",
"postalCode": "53701",
"country": "CZ"
}
]
}