@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "TC-ORG3"]; 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-ORG3\"

Profile: CH Core Organization Profile

identifier: id: 7609999999981

name: Labor Wir Messen Alles

telecom: ph: tel:+41.56.299.55.22(WORK), mailto:resultate@labor-messenalles.ch, http://www.labor-messenalles.ch

address: Messweg 1 Wissen ZG 6310 CH

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7609999999981" ] ]; fhir:Organization.name [ fhir:value "Labor Wir Messen Alles"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "tel:+41.56.299.55.22" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "mailto:resultate@labor-messenalles.ch" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.labor-messenalles.ch" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "Messweg 1"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Wissen" ]; fhir:Address.state [ fhir:value "ZG" ]; fhir:Address.postalCode [ fhir:value "6310" ]; fhir:Address.country [ fhir:value "CH" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------