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 |
{
"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."
}
]
}
]
}