Estonian Base Implementation Guide 1.2.1 - trial-use
Estonian Base Implementation Guide - Downloaded Version 1.2.1 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mode-of-arrival"] ; # 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: ValueSet mode-of-arrival</b></p><a name=\"mode-of-arrival\"> </a><a name=\"hcmode-of-arrival\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v2-0430.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0430</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-mode-of-arrival.html\"><code>https://fhir.ee/base/CodeSystem/mode-of-arrival</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://fhir.ee/base/ValueSet/mode-of-arrival"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.2.1"] ; # fhir:name [ fhir:v "EEModeOfArrival"] ; # fhir:title [ fhir:v "Mode Of Arrival"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-09-12T09:18:05+00: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 "Mode Of Arrival"] ; # 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 HL7 Terminology, which is copyright © 2002+ HL7"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0430"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "https://fhir.ee/base/CodeSystem/mode-of-arrival"^^xsd:anyURI ] ] ) ] . #