FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Organization |
| Id | Organization-Organization-Referrer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "Organization-Referrer",
"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": "456789811"
},
{
"system": "https://ncez.mzcr.cz/fhir/sid/icz",
"value": "12345000"
},
{
"system": "https://ncez.mzcr.cz/fhir/sid/icp",
"value": "12345699"
}
],
"type": [
{
"coding": [
{
"system": "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar",
"code": "300",
"display": "Sdružení ambulantních zařízení"
}
]
}
],
"name": "Ambulance interního lékařství, MUDr. Jiří Zdvořilý",
"telecom": [
{
"system": "phone",
"value": "+420603853888",
"use": "work"
}
],
"address": [
{
"line": [
"Krátká 29, 70500 Ostrava"
],
"city": "Ostrava",
"postalCode": "70500",
"country": "CZ"
}
]
}