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

Generated Narrative: Organization

Resource Organization "GruppenpraxisCH"

Profiles: CH Core Organization, CH Core Organization EPR

identifier: id: 7601000201041

name: Gruppenpraxis CH

telecom: +41322345566, fax: +41322346677(WORK), bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch

address: Doktorgasse 2 Musterhausen 8888 CH (WORK)

" ]; # fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7601000201041" ] ]; # fhir:Organization.name [ fhir:value "Gruppenpraxis CH"]; # fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+41322345566" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "+41322346677" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "bereit@gruppenpraxis.ch" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 3; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.gruppenpraxis.ch" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; # fhir:Organization.address [ fhir:index 0; fhir:Address.use [ fhir:value "work" ]; fhir:Address.line [ fhir:value "Doktorgasse"; fhir:index 0 ], [ fhir:value "2"; fhir:index 1 ]; fhir:Address.city [ fhir:value "Musterhausen" ]; fhir:Address.postalCode [ fhir:value "8888" ]; fhir:Address.country [ fhir:value "CH" ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------