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

Generated Narrative: Practitioner

Resource Practitioner "SchreibKraft"

Profile: CH Core Practitioner

identifier: id: 0812763

name: Schreib Kraft (OFFICIAL)

" ]; # fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.999.1.2.3.4" ]; fhir:Identifier.value [ fhir:value "0812763" ] ]; # local identifier fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Kraft" ]; fhir:HumanName.given [ fhir:value "Schreib"; fhir:index 0 ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------