@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PractRoleN98765"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/StructureDefinition/ee-practitioner-role"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "PractRoleN98765"

Profile: EEBase PractitionerRole

active: true

period: 2012-01-01 --> (ongoing)

practitioner: Practitioner/N98765 " ÕDE"

organization: Organization/rh "Rakvere Haigla"

code: Nurse (Practitioner role#nurse), Õde (Classification of Occupations#22210502)

specialty: Rheumatology (SNOMED CT#394810000), Kliiniline õendus (Medre Specialty#N200)

" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:period [ fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/N98765" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/rh" ] ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ; fhir:code [ fhir:v "nurse" ] ; fhir:display [ fhir:v "Nurse" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ee-occupation"^^xsd:anyURI ] ; fhir:code [ fhir:v "22210502" ] ; fhir:display [ fhir:v "Õde" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:394810000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394810000" ] ; fhir:display [ fhir:v "Rheumatology" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ee-medre-specialty"^^xsd:anyURI ] ; fhir:code [ fhir:v "N200" ] ; fhir:display [ fhir:v "Kliiniline õendus" ] ] ) ] ) . # # -------------------------------------------------------------------------------------