WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build
This page is part of the WHO Digital Documentation of COVID-19 Certificates (DDCC) (v1.0.0: releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Draft as of 2021-05-06 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="WHO.DDCC.Generator"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Capability Statement for a DDCC Generator</p>
</div>
</text>
<url
value="http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.Generator"/>
<version value="1.0.0"/>
<name value="WHO_DDCC_Generator"/>
<title value="WHO DDCC Generator"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2021-05-06"/>
<publisher value="WHO"/>
<contact>
<name value="WHO"/>
<telecom>
<system value="url"/>
<value value="http://who.int"/>
</telecom>
</contact>
<description value="CapabilityStatement for WHO DDCC Generator actor."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="4.3.0"/>
<format value="application/fhir+xml"/>
<format value="application/fhir+json"/>
<rest>
<mode value="server"/>
<documentation value="DDCC Generator Server Actor"/>
<resource>
<type value="QuestionnaireResponse"/>
<supportedProfile
value="http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaireResponse"/>
<documentation value="."/>
<interaction>
<code value="create"/>
<documentation
value="DDCC Generator Interaction for accepting a Submit Health Event"/>
</interaction>
<operation>
<name value="generateHealthCertificate"/>
<definition
value="http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponsegenerateHealthCertificate"/>
<documentation
value="Generate a health certificate based on a QuestionnaireResponse."/>
</operation>
</resource>
<interaction>
<code value="batch"/>
</interaction>
</rest>
<rest>
<mode value="client"/>
<documentation value="DDCC Generator Client Actor"/>
<interaction>
<code value="batch"/>
<documentation
value="For submitting the Register Health Certificate transaction."/>
</interaction>
</rest>
</CapabilityStatement>