WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

: OperationDefinition for revoking a health certificate (DDCC). - XML Representation

Draft as of 2021-12-21

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="DDCC-QuestionnaireResponse-revokeHealthCertificate"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Parameters</p><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>id</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#id">id</a></td><td/><td><div><p>The DDCC id of the DDCC Document.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#boolean">boolean</a></td><td/><td><div><p>A boolean to determine if the revocation was successful or not.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://smart.who.int/ddcc/OperationDefinition/DDCC-QuestionnaireResponse-revokeHealthCertificate"/>
  <version value="1.0.0"/>
  <name value="QuestionnaireResponse_Revoke_Health_Certificate"/>
  <title
         value="OperationDefinition for revoking a health certificate (DDCC)."/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2021-12-21"/>
  <publisher value="WHO"/>
  <contact>
    <name value="WHO"/>
    <telecom>
      <system value="url"/>
      <value value="http://who.int"/>
    </telecom>
  </contact>
  <description value="Revoke a DDCC Document."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <code value="revokeHealthCertificate"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="true"/>
  <parameter>
    <name value="id"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The DDCC id of the DDCC Document."/>
    <type value="id"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="A boolean to determine if the revocation was successful or not."/>
    <type value="boolean"/>
  </parameter>
</OperationDefinition>