Estonian Terminology resources
0.2.2 - trial-use Estonia flag

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

: Classification of Occupations - 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 "occupation"] ; # 
  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 occupation</b></p><a name=\"occupation\"> </a><a name=\"hcoccupation\"> </a><a name=\"occupation-en-US\"> </a><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/occupation</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">22122501<a name=\"occupation-22122501\"> </a></td><td>Pediaater</td></tr><tr><td style=\"white-space:nowrap\">22121101<a name=\"occupation-22121101\"> </a></td><td>Allergoloog-immunoloog</td></tr><tr><td style=\"white-space:nowrap\">22120901<a name=\"occupation-22120901\"> </a></td><td>Kardioloog</td></tr><tr><td style=\"white-space:nowrap\">22210502<a name=\"occupation-22210502\"> </a></td><td>Õde</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/CodeSystem/occupation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "EEOccupation"] ; # 
  fhir:title [ fhir:v "Classification of Occupations"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^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 "Estonian Edition of International Standard Classification of Occupations. Based on ISCO-88"] ; # 
  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 "fragment"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "22122501" ] ;
fhir:display [ fhir:v "Pediaater" ]
  ] [
fhir:code [ fhir:v "22121101" ] ;
fhir:display [ fhir:v "Allergoloog-immunoloog" ]
  ] [
fhir:code [ fhir:v "22120901" ] ;
fhir:display [ fhir:v "Kardioloog" ]
  ] [
fhir:code [ fhir:v "22210502" ] ;
fhir:display [ fhir:v "Õde" ]
  ] ) . #