{
"description": "The list of power of attorneys in the Population Register. Data returned only for a minor. When an adult is given in patient parameter, then only patient's children and dependents under age of 18 are returned.",
"_filename": "OperationDefinition-patient-power-of-attorney.json",
"package_name": "ee.fhir.mpi",
"date": "2025-10-31T12:34:39+00:00",
"system": false,
"publisher": "TEHIK",
"instance": false,
"jurisdiction": [ {
"coding": [ {
"code": "EE",
"system": "urn:iso:std:iso:3166",
"display": "Estonia"
} ]
} ],
"name": "EEMPIPatientPowerOfAttorneyStatus",
"type": "true",
"experimental": "false",
"resourceType": "OperationDefinition",
"title": "Patient power of attorneys",
"package_version": "1.5.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"status": "active",
"id": "eb91e191-1fff-4690-bed3-dd1b479fd94d",
"resource": [ "Patient" ],
"affectsState": false,
"kind": "operation",
"url": "https://fhir.ee/mpi/OperationDefinition/patient-power-of-attorney",
"code": "power-of-attorney",
"version": "1.5.0",
"contact": [ {
"name": "TEHIK",
"telecom": [ {
"value": "https://tehik.ee",
"system": "url"
} ]
} ],
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "patient",
"type": "Reference",
"documentation": "A direct resource reference to the patient resource.",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "guardian-only",
"type": "boolean",
"documentation": "Whether operation should return only guardians: mother, father or legal guardian. By default *false*. Supported only for minors (under age of 18)."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "nocache",
"type": "boolean",
"documentation": "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*."
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "Returns Bundle (with type 'collection') with Observation instances."
} ]
}