@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PractRoleN99876"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-practitioner-role"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: PractitionerRole PractRoleN99876 active: trueperiod: 2012-01-01 --> (ongoing)practitioner: Practitioner Kari Õde organization: Organization Rakvere Haiglacode: Nurse, Õdespecialty: Emergency medicine, Intensiivõendus" ] ; # 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/N99876" ] ] ; # 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/occupation"^^xsd:anyURI ] ; fhir:code [ fhir:v "22210502" ] ; fhir:display [ fhir:v "Õde" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:773568002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "773568002" ] ; fhir:display [ fhir:v "Emergency medicine" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/eriala"^^xsd:anyURI ] ; fhir:code [ fhir:v "N100" ] ; fhir:display [ fhir:v "Intensiivõendus" ] ] ) ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: PractitionerRole PractRoleN99876
active: true
period: 2012-01-01 --> (ongoing)
practitioner: Practitioner Kari Õde
organization: Organization Rakvere Haigla
code: Nurse, Õde
specialty: Emergency medicine, Intensiivõendus