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

Resource PractitionerRole "HPWengerRole"

Profile: CH Core PractitionerRole EPR

practitioner: Practitioner/HanspeterWengerByBFH " WENGER"

organization: Organization/SpitalSeeblick "Spital Seeblick"

code: Physician (SNOMED CT#309343006)

specialty: General medical practitioner (ch-ehealth-codesystem-medreg#1040)

" ]; # fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/HanspeterWengerByBFH" ] ]; # fhir:PractitionerRole.organization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/SpitalSeeblick" ] ]; # fhir:PractitionerRole.code [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:309343006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "309343006" ]; fhir:Coding.display [ fhir:value "Physician" ] ] ]; # fhir:PractitionerRole.specialty [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.5" ]; fhir:Coding.code [ fhir:value "1040" ]; fhir:Coding.display [ fhir:value "General medical practitioner" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------