@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "at-elga-vs-countryCodes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/ValueSet/at-elga-vs-countryCodes"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.40.0.34.10.172" ]
] ) ; #
fhir:version [ fhir:v "0.9.1"] ; #
fhir:name [ fhir:v "ELGAVSCountryCodes"] ; #
fhir:title [ fhir:v "ELGA Country Code Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-11-29T14:36:10+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Linked Care Consortium"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Linked Care Consortium" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.linkedcare.at/" ]
] )
] ) ; #
fhir:description [ fhir:v "Value Set for ISO 3166-1 alpha 3 used in ELGA. Also accessible on [Termpub - ValueSet - ELGA Ländercodes](https://termpub.gesundheit.gv.at:443/TermBrowser/gui/main/main.zul?loadType=ValueSet&loadName=ELGA_Laendercodes)."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/CodeSystem/at-core-cs-iso-3166-1-alpha-3"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------