@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "AbteilungPatho"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

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\"

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.45" ]; fhir:Identifier.value [ fhir:value "76010088" ] ]; fhir:Organization.active [ fhir:value "true"^^xsd:boolean]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:394595002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "394595002" ]; fhir:Coding.display [ fhir:value "Pathology" ] ] ]; fhir:Organization.name [ fhir:value "Pathologisches Institut"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "patho@spital.ch" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "Bergstrasse 11"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Zürich" ]; fhir:Address.postalCode [ fhir:value "8002" ] ]; fhir:Organization.partOf [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/SpitalSeeblickDoktorPatho" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------