Estonian Base Implementation Guide 1.0.0 - ballot
Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
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 "ee-occupation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.ee/CodeSystem/ee-occupation</code> provides a fragment 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=\"ee-occupation-22122501\"> </a></td><td>Pediaater</td></tr><tr><td style=\"white-space:nowrap\">22121101<a name=\"ee-occupation-22121101\"> </a></td><td>Allergoloog-immunoloog</td></tr><tr><td style=\"white-space:nowrap\">22120901<a name=\"ee-occupation-22120901\"> </a></td><td>Kardioloog</td></tr><tr><td style=\"white-space:nowrap\">22210502<a name=\"ee-occupation-22210502\"> </a></td><td>Õde</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://fhir.ee/CodeSystem/ee-occupation"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EEBaseOccupation"] ; # fhir:title [ fhir:v "Classification of Occupations"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-29T20:07:00+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" ] ] ) . #