FHIR IG analytics| Package | hl7.fhir.cz.lab |
| Resource Type | Organization |
| Id | Organization-bc2b8a3e-999a-4f10-91ce-1dc12fa0e123.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization bc2b8a3e-999a-4f10-91ce-1dc12fa0e123
Profile: Organization (CZ core)
identifier: https://ncez.mzcr.cz/fhir/sid/ico/11223344, https://ncez.mzcr.cz/fhir/sid/krpzs/ZD112233
active: true
name: Nemocnice Žlábek Dolní
telecom: +420510987654, ordinace@zlabekdolni.cz
address: Blatouchová 77 Žlábek Dolní 54321 Česko (work)
{
"resourceType": "Organization",
"id": "bc2b8a3e-999a-4f10-91ce-1dc12fa0e123",
"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": "11223344"
},
{
"system": "https://ncez.mzcr.cz/fhir/sid/krpzs",
"value": "ZD112233"
}
],
"active": true,
"name": "Nemocnice Žlábek Dolní",
"telecom": [
{
"system": "phone",
"value": "+420510987654"
},
{
"system": "email",
"value": "ordinace@zlabekdolni.cz"
}
],
"address": [
{
"use": "work",
"line": [
"Blatouchová 77"
],
"city": "Žlábek Dolní",
"postalCode": "54321",
"country": "Česko",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
}
]
}
}
]
}