@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "TC-HCP2-ORG2-ROLE-author"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole-epr"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"TC-HCP2-ORG2-ROLE-author\"

Profile: CH Core Practitioner Role Profile EPR

active: true

practitioner: Practitioner/TC-HCP2-C2 \" GESUND\"

organization: Organization/TC-ORG2 \"Praxis Dr. Gesund\"

" ]; fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean]; fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/TC-HCP2-C2" ] ]; fhir:PractitionerRole.organization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/TC-ORG2" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------