FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Organization |
| Id | Organization-SpitalSeeblickDoktorGastro.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "SpitalSeeblickDoktorGastro"
Profile: CH CRL Organization
identifier: id: 76010088
active: true
type: Healthcare Provider (Organization type#prov)
name: Spital Seeblick
telecom: ph: 031 409 88 60, spital@spital.ch
address: Seeblick 14 Zürich ZH 8005
| - | Extension | Name |
| * | Doktor Gastro |
{
"resourceType": "Organization",
"id": "SpitalSeeblickDoktorGastro",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.45",
"value": "76010088"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Spital Seeblick",
"telecom": [
{
"system": "phone",
"value": "031 409 88 60"
},
{
"system": "email",
"value": "spital@spital.ch"
}
],
"address": [
{
"line": [
"Seeblick 14"
],
"city": "Zürich",
"state": "ZH",
"postalCode": "8005"
}
],
"contact": [
{
"extension": [
{
"url": "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-contact-functionofcontactperson",
"valueString": "Gastroenterologe"
}
],
"name": {
"family": "Gastro",
"given": [
"Doktor"
]
}
}
]
}