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/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "DDCCTXSHEbundleexample1",
"meta" : {
"profile" : [
🔗 "http://smart.who.int/ddcc/StructureDefinition/DDCCSubmitHealthEventRequest"
]
},
"type" : "batch",
"entry" : [
{
"fullUrl" : "http://www.example.org/fhir/Parameters/DDCCVSTXSHEParameters1",
"resource" : {
"resourceType" : "Parameters",
"id" : "DDCCVSTXSHEParameters1",
"meta" : {
"profile" : [
🔗 "http://smart.who.int/ddcc/StructureDefinition/DDCCGenerateHealthCertificateParameters"
]
},
"parameter" : [
{
"name" : "response",
"resource" : {
"resourceType" : "QuestionnaireResponse",
"id" : "DDCCVSQuestionnaireResponseExample",
"meta" : {
"profile" : [
🔗 "http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaireResponse"
]
},
"questionnaire" : "http://smart.who.int/ddcc/DDCCVSCoreDataSetQuestionnaire",
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/DDCCPatientEnglish"
},
"authored" : "2021-04-01",
"item" : [
{
"linkId" : "name",
"answer" : [
{
"valueString" : "Aulus Agerius"
}
]
},
{
"linkId" : "birthDate",
"answer" : [
{
"valueDate" : "2003-03-03"
}
]
},
{
"linkId" : "identifier",
"answer" : [
{
"valueString" : "1234567890"
}
]
},
{
"linkId" : "sex",
"answer" : [
{
"valueCoding" : {
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "male"
}
}
]
},
{
"linkId" : "vaccine",
"answer" : [
{
"valueCoding" : {
"system" : "http://id.who.int/icd11/mms",
"code" : "XM0GQ8"
}
}
]
},
{
"linkId" : "brand",
"answer" : [
{
"valueCoding" : {
"system" : "http://id.who.int/icd11/mms",
"code" : "XM3DT5"
}
}
]
},
{
"linkId" : "manufacturer",
"answer" : [
{
"valueCoding" : {
"system" : "http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem",
"code" : "TEST"
}
}
]
},
{
"linkId" : "ma_holder",
"answer" : [
{
"valueCoding" : {
"system" : "http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem",
"code" : "TEST"
}
}
]
},
{
"linkId" : "lot",
"answer" : [
{
"valueString" : "ER8732"
}
]
},
{
"linkId" : "date",
"answer" : [
{
"valueDate" : "2021-04-05"
}
]
},
{
"linkId" : "vaccine_valid",
"answer" : [
{
"valueDate" : "2021-04-19"
}
]
},
{
"linkId" : "dose",
"answer" : [
{
"valueInteger" : 1
}
]
},
{
"linkId" : "total_doses",
"answer" : [
{
"valueInteger" : 2
}
]
},
{
"linkId" : "country",
"answer" : [
{
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "USA"
}
}
]
},
{
"linkId" : "centre",
"answer" : [
{
"valueString" : "Vaccination Site"
}
]
},
{
"linkId" : "hw",
"answer" : [
{
"valueString" : "lAH8TnzqAInqwkslHzOlSA"
}
]
},
{
"linkId" : "disease",
"answer" : [
{
"valueCoding" : {
"system" : "http://id.who.int/icd11/mms",
"code" : "RA01"
}
}
]
},
{
"linkId" : "due_date",
"answer" : [
{
"valueDate" : "2021-04-28"
}
]
},
{
"linkId" : "pha",
"answer" : [
{
"valueString" : "dPD2PfwzBQyphcjeUiAdRP"
}
]
},
{
"linkId" : "hcid",
"answer" : [
{
"valueString" : "bMlJkAt0V92RYhhG3fNt"
}
]
},
{
"linkId" : "valid_from",
"answer" : [
{
"valueDate" : "2021-04-05"
}
]
},
{
"linkId" : "valid_until",
"answer" : [
{
"valueDate" : "2022-04-05"
}
]
}
]
}
}
]
},
"request" : {
"method" : "POST",
"url" : "QuestionnaireResponse/$generateHealthCertificate"
}
}
]
}