@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "incapacity-for-work-category"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem incapacity-for-work-category

This case-insensitive code system https://fhir.ee/CodeSystem/incapacity-for-work-category defines the following codes:

CodeDisplayEstonian (et)
puudub Puuduv töövõimePuuduv töövõime
osaline Osaline töövõimeOsaline töövõime
taielik Töövõime ei ole vähenenudTöövõime ei ole vähenenud
" ] ; # fhir:url [ fhir:v "https://fhir.ee/CodeSystem/incapacity-for-work-category"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EEMPIIncapacityForWorkCategory"] ; # fhir:title [ fhir:v "Category of Incapacity For Work"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-07-15T22:18:37+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "TEHIK"] ; # fhir:contact ( [ fhir:name [ fhir:v "TEHIK" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://tehik.ee" ] ] ) ] ) ; # fhir:description [ fhir:v "Töövõimetuse määr"] ; # 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" ] ] ) ] ) . # # -------------------------------------------------------------------------------------