FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Organization |
| Id | Organization-AbteilungGastro.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "AbteilungGastro"
Profile: CH CRL Organization Department
identifier: id: 76010088
active: true
type: Gastroenterology (SNOMED CT#394584008)
name: Abteilung Gastroenterologie
telecom: gastro@spital.ch
address: Bergstrasse 11 Zürich 8002
partOf: Organization/SpitalSeeblickDoktorGastro "Spital Seeblick"
{
"resourceType": "Organization",
"id": "AbteilungGastro",
"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": "394584008",
"display": "Gastroenterology"
}
]
}
],
"name": "Abteilung Gastroenterologie",
"telecom": [
{
"system": "email",
"value": "gastro@spital.ch"
}
],
"address": [
{
"line": [
"Bergstrasse 11"
],
"city": "Zürich",
"postalCode": "8002"
}
],
"partOf": {
"reference": "Organization/SpitalSeeblickDoktorGastro"
}
}