@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation PowerOfAttorney

status: Final

category: Social history

code: Power of attorney observable

subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

effective: 2021-11-23 --> (ongoing)

performer: RelatedPerson Annika Tamm

value: Täielik isikuhooldusõigus


Generated Narrative: RelatedPerson #rp

identifier: Estonian Personal National Identification Code/48501212710

patient: Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

relationship: Mother

name: Annika Tamm

"^^rdf:XMLLiteral ] ; # 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 "48501212710" ] ] ) ; fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; fhir:relationship ( [ fhir:coding ( [ a sct:72705000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "72705000" ] ; fhir:display [ fhir:v "Mother" ] ] ) ] ) ; fhir:name ( [ fhir:family [ fhir:v "Tamm" ] ; fhir:given ( [ fhir:v "Annika" ] ) ] ) ] ) ; # 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:link ; 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" ] ] ) ] . # # -------------------------------------------------------------------------------------