@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eestkoste-liik"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "https://fhir.ee/ValueSet/eestkoste-liik"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.2"] ; #
fhir:name [ fhir:v "EestkosteLiik"] ; #
fhir:title [ fhir:v "Eestkoste 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 "Eestkoste 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:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "58626002" ] ;
fhir:display [ fhir:v "Legal guardian" ] ;
fhir:designation ( [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Eestkostja" ]
] )
] [
fhir:code [ fhir:v "365569001" ] ;
fhir:display [ fhir:v "Finding of wardship" ] ;
fhir:designation ( [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Eestkostetav" ]
] )
] )
] )
] . #
# -------------------------------------------------------------------------------------