Tervisetõendi teenus (HCERT)
1.0.0 - trial-use
Tervisetõendi teenus (HCERT) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://fhir.ee/hcert/OperationDefinition/ee-health-certificate-set-consent | Version: 1.0.0 | |||
Active as of 2025-07-03 | Computable Name: EEHealthCertificateSetConsent |
Tervisetõendi 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'.
URL: [base]/Composition/[id]/$set-consent
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | doctor | 0..1 | string | Konfidentsiaalsus arstile | ||
IN | representative | 0..1 | string | Konfidentsiaalsus eestkostjale |
{
"resourceType": "Parameters",
"parameter": [
{
"name": "doctor",
"valueString": "closed"
},
{
"name": "representative",
"valueString": "open"
}
]
}