WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build
WHO Digital Documentation of COVID-19 Certificates (DDCC), published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc/tree/main and changes regularly. See the Directory of published versions
Draft as of 2021-05-06 |
{
"resourceType" : "CapabilityStatement",
"id" : "WHO.DDCC.Generator",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Capability Statement for a DDCC Generator</p>\n \n </div>"
},
"url" : "http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.Generator",
"version" : "1.0.0",
"name" : "WHO_DDCC_Generator",
"title" : "WHO DDCC Generator",
"status" : "draft",
"experimental" : true,
"date" : "2021-05-06",
"publisher" : "WHO",
"contact" : [
{
"name" : "WHO",
"telecom" : [
{
"system" : "url",
"value" : "http://who.int"
}
]
}
],
"description" : "CapabilityStatement for WHO DDCC Generator actor.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.3.0",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"rest" : [
{
"mode" : "server",
"documentation" : "DDCC Generator Server Actor",
"resource" : [
{
"type" : "QuestionnaireResponse",
"supportedProfile" : [
🔗 "http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaireResponse"
],
"documentation" : ".",
"interaction" : [
{
"code" : "create",
"documentation" : "DDCC Generator Interaction for accepting a Submit Health Event"
}
],
"operation" : [
{
"name" : "generateHealthCertificate",
"definition" : "http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponsegenerateHealthCertificate",
"documentation" : "Generate a health certificate based on a QuestionnaireResponse."
}
]
}
],
"interaction" : [
{
"code" : "batch"
}
]
},
{
"mode" : "client",
"documentation" : "DDCC Generator Client Actor",
"interaction" : [
{
"code" : "batch",
"documentation" : "For submitting the Register Health Certificate transaction."
}
]
}
]
}