| Package | ee.fhir.hdecl |
| Resource Type | OperationDefinition |
| Id | ee-health-declaration-set-consent |
| FHIR Version | R5 |
| Source | https://fhir.ee/hdecl/https://build.fhir.org/ig/TEHIK-EE/ig-ee-hdecl/OperationDefinition-ee-health-declaration-set-consent.html |
| URL | https://fhir.ee/hdecl/OperationDefinition/ee-health-declaration-set-consent |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-06-16T14:03:17+00:00 |
| Name | EEHealthDeclarationSetConsent |
| Title | Tervisedeklaratsiooni ressursi ligipääsude muutmine |
| Description | Tervisedeklaratsiooni ressursi ligipääsude muutmine. Ühe operatsiooniga saab muuta ligipääsu kas arstile (doctor) ja/või esindajale (representative). Lubatud väärtused on 'closed' või 'open'. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition ee-health-declaration-set-consent
URL: [base]/QuestionnaireResponse/[id]/$set-consent
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | representative | 0..1 | string | Konfidentsiaalsus eestkostjale | ||
| IN | doctor | 0..1 | string | Konfidentsiaalsus arstile |
{
"resourceType": "OperationDefinition",
"id": "ee-health-declaration-set-consent",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.ee/hdecl/OperationDefinition/ee-health-declaration-set-consent",
"version": "1.0.0",
"name": "EEHealthDeclarationSetConsent",
"title": "Tervisedeklaratsiooni ressursi ligipääsude muutmine",
"status": "active",
"kind": "operation",
"experimental": false,
"date": "2025-06-16T14:03:17+00:00",
"publisher": "TEHIK",
"contact": [
{
"name": "TEHIK",
"telecom": [
{
"system": "url",
"value": "https://tehik.ee"
},
{
"system": "email",
"value": "abi@tehik.ee"
}
]
}
],
"description": "Tervisedeklaratsiooni ressursi ligipääsude muutmine. Ühe operatsiooniga saab muuta ligipääsu kas arstile (doctor) ja/või esindajale (representative). Lubatud väärtused on 'closed' või 'open'.",
"affectsState": true,
"code": "set-consent",
"resource": [
"QuestionnaireResponse"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "representative",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Konfidentsiaalsus eestkostjale",
"type": "string"
},
{
"name": "doctor",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Konfidentsiaalsus arstile",
"type": "string"
}
]
}