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