Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: PractitionerRoleN99876 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "PractRoleN99876"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-practitioner-role"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-practitioner-role>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"PractRoleN99876\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole &quot;PractRoleN99876&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-practitioner-role.html\">EEBase PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-N99876.html\">Practitioner/N99876</a> &quot; ÕDE&quot;</p><p><b>organization</b>: <a href=\"Organization-rh.html\">Organization/rh</a> &quot;Rakvere Haigla&quot;</p><p><b>code</b>: Nurse <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-practitioner-role.html\">Practitioner role</a>#nurse)</span>, Õde <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ee-occupation.html\">Classification of Occupations</a>#22210502)</span></p><p><b>specialty</b>: Emergency medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#773568002)</span>, Intensiivõendus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ee-medre-specialty.html\">Medre Specialty</a>#N100)</span></p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:period [
fhir:start [ fhir:v "2012-01-01"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/N99876" ]
  ] ; # 
  fhir:organization [
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: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/ee-medre-specialty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N100" ] ;
fhir:display [ fhir:v "Intensiivõendus" ]     ] )
  ] ) . #