Patsiendi üldandmete teenus / Master Patient Index
1.2.2 - trial-use
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Observation",
"id" : "PowerOfAttorney",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-power-of-attorney"
]
},
"text" : {
"status" : "generated",
"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><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-ee-mpi-socialhistory-power-of-attorney.html\">EE MPI SocialHistory Power Of Attorney</a></p></div><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 --> (ongoing)</p><p><b>performer</b>: <a href=\"#hcPowerOfAttorney/rp\">RelatedPerson Annika 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>/48501212710</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>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 72705000}\">Mother</span></p><p><b>name</b>: Annika Tamm </p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "RelatedPerson",
"id" : "rp",
"identifier" : [
{
"system" : "https://fhir.ee/sid/pid/est/ni",
"value" : "48501212710"
}
],
"patient" : {
🔗 "reference" : "Patient/pat1"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "72705000",
"display" : "Mother"
}
]
}
],
"name" : [
{
"family" : "Tamm",
"given" : [
"Annika"
]
}
]
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social history"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "186063005",
"display" : "Power of attorney observable"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat1"
},
"effectivePeriod" : {
"start" : "2021-11-23"
},
"performer" : [
{
"reference" : "#rp"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/hooldusoiguse-liik",
"code" : "H10",
"display" : "Täielik isikuhooldusõigus"
}
]
}
}