Package | who.ddcc |
Type | OperationDefinition |
Id | DDCCQuestionnaireResponserevokeHealthCertificate |
FHIR Version | R4 |
Source | http://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/OperationDefinition-DDCCQuestionnaireResponserevokeHealthCertificate.html |
URL | http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponserevokeHealthCertificate |
Version | 1.0.0 |
Status | draft |
Date | 2021-12-21 |
Name | QuestionnaireResponse_Revoke_Health_Certificate |
Title | OperationDefinition for revoking a health certificate (DDCC). |
Realm | uv |
Authority | who |
Description | Revoke a DDCC Document. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition DDCCQuestionnaireResponserevokeHealthCertificate
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | id | 1..1 | id | The DDCC id of the DDCC Document. | ||
OUT | return | 1..1 | boolean | A boolean to determine if the revocation was successful or not. |
{ "resourceType": "OperationDefinition", "id": "DDCCQuestionnaireResponserevokeHealthCertificate", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponserevokeHealthCertificate", "version": "1.0.0", "name": "QuestionnaireResponse_Revoke_Health_Certificate", "title": "OperationDefinition for revoking a health certificate (DDCC).", "status": "draft", "kind": "operation", "experimental": true, "date": "2021-12-21", "publisher": "WHO", "contact": [ { "name": "WHO", "telecom": [ { "system": "url", "value": "http://who.int" } ] } ], "description": "Revoke a DDCC Document.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "code": "revokeHealthCertificate", "system": false, "type": true, "instance": true, "parameter": [ { "name": "id", "use": "in", "min": 1, "max": "1", "documentation": "The DDCC id of the DDCC Document.", "type": "id" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "A boolean to determine if the revocation was successful or not.", "type": "boolean" } ] }