Estonian Terminology resources
0.2.2 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Töövõime liik - TTL Representation

Active as of 2024-07-30

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "toovoime-liik"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem toovoime-liik</b></p><a name=\"toovoime-liik\"> </a><a name=\"hctoovoime-liik\"> </a><a name=\"toovoime-liik-en-US\"> </a><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/toovoime-liik</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Estonian (et)</b></td></tr><tr><td style=\"white-space:nowrap\">puudub<a name=\"toovoime-liik-puudub\"> </a></td><td>Puuduv töövõime</td><td>Puuduv töövõime</td></tr><tr><td style=\"white-space:nowrap\">osaline<a name=\"toovoime-liik-osaline\"> </a></td><td>Osaline töövõime</td><td>Osaline töövõime</td></tr><tr><td style=\"white-space:nowrap\">taielik<a name=\"toovoime-liik-taielik\"> </a></td><td>Töövõime ei ole vähenenud</td><td>Töövõime ei ole vähenenud</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/CodeSystem/toovoime-liik"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "ToovoimeLiik"] ; # 
  fhir:title [ fhir:v "Töövõime liik"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-30T22:47:18+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Estonia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Estonia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ee" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Töövõime liik"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Estonia" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "puudub" ] ;
fhir:display [ fhir:v "Puuduv töövõime" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Puuduv töövõime" ]     ] )
  ] [
fhir:code [ fhir:v "osaline" ] ;
fhir:display [ fhir:v "Osaline töövõime" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Osaline töövõime" ]     ] )
  ] [
fhir:code [ fhir:v "taielik" ] ;
fhir:display [ fhir:v "Töövõime ei ole vähenenud" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Töövõime ei ole vähenenud" ]     ] )
  ] ) . #