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

This code system https://fhir.ee/CodeSystem/ee-occupation provides a fragment that includes following codes:

CodeDisplay
22122501 Pediaater
22121101 Allergoloog-immunoloog
22120901 Kardioloog
22210502 Õde
" ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------