Patsiendi üldandmete teenus / Master Patient Index
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: PowerOfAttorney - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PowerOfAttorney"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-power-of-attorney"^^xsd:anyURI ;
fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-power-of-attorney>     ] )
  ] ; # 
  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: Observation PowerOfAttorney</b></p><a name=\"PowerOfAttorney\"> </a><a name=\"hcPowerOfAttorney\"> </a><a name=\"PowerOfAttorney-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social history</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 186063005}\">Power of attorney observable</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>effective</b>: 2021-11-23 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"#hcPowerOfAttorney/rp\">RelatedPerson Anti Tamm </a></p><p><b>value</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/hooldusoiguse-liik H10}\">Täielik isikuhooldusõigus</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson  #rp</b></p><a name=\"PowerOfAttorney/rp\"> </a><a name=\"hcPowerOfAttorney/rp\"> </a><a name=\"PowerOfAttorney/rp-en-US\"> </a><p><b>identifier</b>: <a href=\"https://fhir.ee/packages/terminology/0.2.2/site/NamingSystem-pid-est-ni.html\" title=\"The personal national identification code of Estonian citizens and residents.\">Estonian Personal National Identification Code</a>/48501212711</p><p><b>patient</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>name</b>: Anti Tamm </p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:RelatedPerson ;
fhir:id [ fhir:v "rp" ] ;
    ( fhir:identifier [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
fhir:value [ fhir:v "48501212711" ]     ] ) ;
fhir:patient [
fhir:reference [ fhir:v "Patient/pat1" ]     ] ;
    ( fhir:name [
fhir:family [ fhir:v "Tamm" ] ;
      ( fhir:given [ fhir:v "Anti" ] )     ] )
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social history" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:186063005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "186063005" ] ;
fhir:display [ fhir:v "Power of attorney observable" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat1" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2021-11-23"^^xsd:date ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "#rp" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/hooldusoiguse-liik"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H10" ] ;
fhir:display [ fhir:v "Täielik isikuhooldusõigus" ]     ] )
  ] . #