FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Organization |
| Id | Organization-RegisteringProviderExample-gynecology.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization RegisteringProviderExample-gynecology
Profile: Organization (CZ core)
identifier: https://ncez.mzcr.cz/fhir/sid/ico/456789857, https://ncez.mzcr.cz/fhir/sid/icz/12345000, https://ncez.mzcr.cz/fhir/sid/icp/12345678
type: Samostatná ordinace PL - gynekologa
name: MUDr. Jana Kouzelná
telecom: +420603853227
address: Krátká 11, 70500 Ostrava Ostrava 70500 CZ
{
"resourceType": "Organization",
"id": "RegisteringProviderExample-gynecology",
"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": "456789857"
},
{
"system": "https://ncez.mzcr.cz/fhir/sid/icz",
"value": "12345000"
},
{
"system": "https://ncez.mzcr.cz/fhir/sid/icp",
"value": "12345678"
}
],
"type": [
{
"coding": [
{
"system": "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar",
"code": "323",
"display": "Samostatná ordinace PL - gynekologa"
}
]
}
],
"name": "MUDr. Jana Kouzelná",
"telecom": [
{
"system": "phone",
"value": "+420603853227",
"use": "work"
}
],
"address": [
{
"line": [
"Krátká 11, 70500 Ostrava"
],
"city": "Ostrava",
"postalCode": "70500",
"country": "CZ"
}
]
}