Patsiendi elulõpu tahteavaldus, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-pet/ and changes regularly. See the Directory of published versions
: PET nõustamise otsuse staatus - TTL Representation
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 "ahd-counseling-result-status"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ahd-counseling-result-status</b></p><a name=\"ahd-counseling-result-status\"> </a><a name=\"hcahd-counseling-result-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version ?5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-observation-status.html#observation-status-final\">final</a></td><td style=\"color: #cccccc\">Final</td><td>The observation is complete and there are no further actions needed. Additional information such \"released\", \"signed\", etc. would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-observation-status.html#observation-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>The observation has been withdrawn following previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".).</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.ee/ahd/ValueSet/ahd-counseling-result-status"^^xsd:anyURI ;
fhir:l <https://fhir.ee/ahd/ValueSet/ahd-counseling-result-status>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AHDCounselingResultStatusVS"] ; #
fhir:title [ fhir:v "PET nõustamise otsuse staatus"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-06-10T13:31:52+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "TEHIK"] ; #
fhir:contact ( [
fhir:name [ fhir:v "TEHIK" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://tehik.ee" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abi@tehik.ee" ] ] )
] ) ; #
fhir:description [ fhir:v "Lubatud staatused PET nõustamise otsuse jaoks: final | entered-in-error"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/observation-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/observation-status> ] ;
( fhir:concept [
fhir:code [ fhir:v "final" ] ] [
fhir:code [ fhir:v "entered-in-error" ] ] ) ] )
] . #