FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Organization |
| Id | Organization-SpitalSeeblick.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization SpitalSeeblick
Profiles: CH Core Organization, CH Core Organization EPR
identifier: GLN/7601000618306
type: Hospital
name: Spital Seeblick
telecom: ph: 032 863 12 01
address: Ausblick 11 Zürich 8000
{
"resourceType": "Organization",
"id": "SpitalSeeblick",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization",
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601000618306"
}
],
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "22232009",
"display": "Hospital"
}
]
}
],
"name": "Spital Seeblick",
"telecom": [
{
"system": "phone",
"value": "032 863 12 01"
}
],
"address": [
{
"line": [
"Ausblick 11"
],
"city": "Zürich",
"postalCode": "8000"
}
]
}