DeathCertificateCheckResult

Underlying cause of death response from DORIS system

HealthGlobal HealthDisease SurveillanceImmunizationHealth StatisticsICDWHOUnited NationsOpen Data

Properties

Name Type Description
report string Output report prepared during the computation of the underlying cause of death
tabularReport string Detailed tabular output report prepared during the computation of the underlying cause of death
issueIds string
View JSON Schema on GitHub

JSON Schema

deathcertificatecheckresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://id.who.int/schemas/DeathCertificateCheckResult",
  "title": "DeathCertificateCheckResult",
  "type": "object",
  "properties": {
    "report": {
      "type": "string",
      "description": "Output report prepared during the computation of the underlying cause of death",
      "nullable": true
    },
    "tabularReport": {
      "type": "string",
      "description": "Detailed tabular output report prepared during the computation of the underlying cause of death",
      "nullable": true
    },
    "issueIds": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Underlying cause of death response from DORIS system"
}