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
: Nõustamise tulemuse näidis - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ahd-counseling-result-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/ahd/StructureDefinition/ahd-counseling-result"^^xsd:anyURI ;
fhir:l <https://fhir.ee/ahd/StructureDefinition/ahd-counseling-result> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ahd-counseling-result-example</b></p><a name=\"ahd-counseling-result-example\"> </a><a name=\"hcahd-counseling-result-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ahd-counseling-result.html\">PET nõustamise tulemus</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Luba kinnitada PET</span></p><p><b>subject</b>: <a href=\"Patient-200.html\">Pauliine Jänes (official) (no stated gender), DoB Unknown ( https://fhir.ee/sid/pid/est/ni#49406240016)</a></p><p><b>encounter</b>: <a href=\"Encounter-AHDCounselingEncounterExample.html\">Encounter: status = completed; type = ; actualPeriod = 2026-04-01 10:00:00+0300 --> 2026-04-01 10:30:00+0300</a></p><p><b>value</b>: false</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Põhjus, miks PET kinnitamine ei ole lubatud</span></td><td>Patsient ei olnud nõustamise hetkel otsustusvõimeline.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:text [ fhir:v "Luba kinnitada PET" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/200 ;
fhir:reference [ fhir:v "Patient/200" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/AHDCounselingEncounterExample ;
fhir:reference [ fhir:v "Encounter/AHDCounselingEncounterExample" ]
] ; #
fhir:value [
a fhir:Boolean ;
fhir:v false
] ; #
fhir:component ( [
fhir:code [
fhir:text [ fhir:v "Põhjus, miks PET kinnitamine ei ole lubatud" ] ] ;
fhir:value [
a fhir:String ;
fhir:v "Patsient ei olnud nõustamise hetkel otsustusvõimeline." ]
] ) . #