HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions
: Roles - Practitioner Peeter Ross at ITK - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pr1org1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole pr1org1</b></p><a name=\"pr1org1\"> </a><a name=\"hcpr1org1\"> </a><p><b>active</b>: true</p><p><b>period</b>: 1998-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-pr1.html\">Practitioner Peeter Ross </a></p><p><b>organization</b>: <a href=\"Organization-org1.html\">Organization East Tallinn Central Hospital</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394914008}\">Radiology</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:active [ fhir:v true] ; #
fhir:period [
fhir:start [ fhir:v "1998-01-01"^^xsd:date ]
] ; #
fhir:practitioner [
fhir:l fhir:Practitioner/pr1 ;
fhir:reference [ fhir:v "Practitioner/pr1" ]
] ; #
fhir:organization [
fhir:l fhir:Organization/org1 ;
fhir:reference [ fhir:v "Organization/org1" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/practitioner-role> ] ;
fhir:code [ fhir:v "doctor" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:394914008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "394914008" ] ;
fhir:display [ fhir:v "Radiology" ] ] )
] ) . #