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-cancel | Version: 1.0.0 | |||
Active as of 2025-07-03 | Computable Name: EEHealthCertificateCancel |
Tervisetõendi tühistamise operatsioon
URL: [base]/Composition/[id]/$cancel
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | reason | 1..1 | string | Tühistamise põhjus | ||
OUT | return | 1..1 | Composition | Uuendatud ressurss |
{
"resourceType": "Parameters",
"parameter": [
{
"name": "reason",
"valueString": "tühistamise põhjus XXX"
}
]
}
{
"resourceType": "Composition",
"id": "1234",
"meta": {
"profile": [
"https://fhir.ee/hcert/StructureDefinition/ee-health-certificate-occupational"
]
},
...
"status": "entered-in-error",
...
"section": [
...
{
"code": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/tervisetoendi-sektsioon",
"code": "cancel-reason"
}
]
},
"text": {
"status": "additional",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">tühistamise põhjus XXX</div>"
}
},
...
],
...
}