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.

: DDCC-Patient-English - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "DDCC-Patient-English",
  "meta" : {
    "profile" : [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Aulus Agerius(OFFICIAL)</b> (no stated gender), DoB: 2003-03-03</p><hr/></div>"
  },
  "name" : [
    {
      "use" : "official",
      "text" : "Aulus Agerius"
    }
  ],
  "birthDate" : "2003-03-03"
}