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

Profile: CH Core Organization Profile

identifier: id: 2010000000786

name: Immunization CDS Service

address: Mustergasse 99 Beispielen SG 9876 CH

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "2010000000786" ] ]; fhir:Organization.name [ fhir:value "Immunization CDS Service"]; fhir:Organization.address [ fhir:index 0; fhir:Address.line [ fhir:value "Mustergasse 99"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Beispielen" ]; fhir:Address.state [ fhir:value "SG" ]; fhir:Address.postalCode [ fhir:value "9876" ]; fhir:Address.country [ fhir:value "CH" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------