Patsiendi elulõpu tahteavaldus
0.1.0 - trial-use

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

: Usaldusisiku 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ahd-trustee-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/ahd/StructureDefinition/ahd-trustee"^^xsd:anyURI ;
fhir:l <https://fhir.ee/ahd/StructureDefinition/ahd-trustee>     ] )
  ] ; # 
  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: RelatedPerson ahd-trustee-example</b></p><a name=\"ahd-trustee-example\"> </a><a name=\"hcahd-trustee-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-trustee.html\">Usaldusisik</a></p></div><p><b>identifier</b>: <code>https://fhir.ee/sid/pid/est/ni</code>/47505020022</p><p><b>active</b>: true</p><p><b>patient</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>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass CON}\">contact</span>, <span title=\"Codes:{http://snomed.info/sct 394863008}\">Non-family member</span></p><p><b>name</b>: Mari Maasikas (Official)</p><p><b>telecom</b>: <a href=\"tel:+37251234567\">+37251234567</a>, <a href=\"mailto:mari.maasikas@example.ee\">mari.maasikas@example.ee</a></p><p><b>period</b>: 2026-04-01 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ;
fhir:l <https://fhir.ee/sid/pid/est/ni>     ] ;
fhir:value [ fhir:v "47505020022" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
fhir:l fhir:Patient/200 ;
fhir:reference [ fhir:v "Patient/200" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleClass>       ] ;
fhir:code [ fhir:v "CON" ] ;
fhir:display [ fhir:v "contact" ]     ] )
  ] [
    ( fhir:coding [
a sct:394863008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "394863008" ] ;
fhir:display [ fhir:v "Non-family member" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Maasikas" ] ;
    ( fhir:given [ fhir:v "Mari" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+37251234567" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mari.maasikas@example.ee" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2026-04-01"^^xsd:date ]
  ] . #