FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Organization |
| Id | Organization-AbteilungOnko.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "AbteilungOnko"
Profile: CH CRL Organization Department
identifier: id: 76010088
active: true
type: Clinical oncology (SNOMED CT#394592004)
name: Abteilung Onkologie
telecom: onko@spital.ch
address: Bergstrasse 11 Zürich 8002
partOf: Organization/SpitalSeeblickHansEgli "Spital Seeblick"
{
"resourceType": "Organization",
"id": "AbteilungOnko",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.45",
"value": "76010088"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394592004",
"display": "Clinical oncology"
}
]
}
],
"name": "Abteilung Onkologie",
"telecom": [
{
"system": "email",
"value": "onko@spital.ch"
}
],
"address": [
{
"line": [
"Bergstrasse 11"
],
"city": "Zürich",
"postalCode": "8002"
}
],
"partOf": {
"reference": "Organization/SpitalSeeblickHansEgli"
}
}