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

Generated Narrative

Resource \"TC-ORG-GSK\"

Profile: CH Core Organization Profile

identifier: id: 7601001000674

name: GlaxoSmithKline AG

telecom: ph: tel:+41 31 862 21 11(WORK), fax: fax:+41 31 862 22 00(WORK), mailto:swiss.info@gsk.com, https://www.gsk.com

address: Talstrasse 3-5 Münchenbuchsee BE 3053 CH

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7601001000674" ] ]; fhir:Organization.name [ fhir:value "GlaxoSmithKline AG"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "tel:+41 31 862 21 11" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "fax:+41 31 862 22 00" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "mailto:swiss.info@gsk.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 3; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.gsk.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "Talstrasse 3-5"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Münchenbuchsee" ]; fhir:Address.state [ fhir:value "BE" ]; fhir:Address.postalCode [ fhir:value "3053" ]; fhir:Address.country [ fhir:value "CH" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------