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

Generated Narrative

Resource \"5-1-Organization\"

Profile: CH Core Organization Profile EPR

identifier: id: 7608888888888

name: Gruppenpraxis CH

telecom: ph: tel:+41.32.234.55.66(WORK), fax: fax:+41.32.234.55.67(WORK), mailto:bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch

address: Doktorgasse 2 Musterhausen ZH 8888 CH

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ]; fhir:Identifier.value [ fhir:value "7608888888888" ] ]; fhir:Organization.name [ fhir:value "Gruppenpraxis CH"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "tel:+41.32.234.55.66" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "fax:+41.32.234.55.67" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "mailto: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.line [ fhir:value "Doktorgasse 2"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Musterhausen" ]; fhir:Address.state [ fhir:value "ZH" ]; fhir:Address.postalCode [ fhir:value "8888" ]; fhir:Address.country [ fhir:value "CH" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------