Tervisedeklaratsiooni juurutusjuhend
1.0.0 - ci-build
Tervisedeklaratsiooni juurutusjuhend, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-hdecl/ and changes regularly. See the Directory of published versions
Active as of 2025-06-16 |
{
"resourceType" : "OperationDefinition",
"id" : "ee-health-declaration-set-consent",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ee-health-declaration-set-consent</b></p><a name=\"ee-health-declaration-set-consent\"> </a><a name=\"hcee-health-declaration-set-consent\"> </a><p>URL: [base]/QuestionnaireResponse/[id]/$set-consent</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>representative</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Konfidentsiaalsus eestkostjale</p>\n</div></td></tr><tr><td>IN</td><td>doctor</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Konfidentsiaalsus arstile</p>\n</div></td></tr></table></div>"
},
"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"
}
]
}