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.

: WHO DDCC Generator - XML Representation

Draft as of 2021-05-06

Raw xml | Download



<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.0.1"/>
  <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/DDCC-QuestionnaireResponse-generateHealthCertificate"/>
        <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>