Measure

Measure is an entity that defines the indicator for which results data are produced, e.g. Mortality (Death), DALY, Incidence, etc.

Properties

Property
Type
Description

id

int

Unique measure identifier

name

string

Measure name

Example

{
    "id": 1,
    "name": "Death"
}

Endpoints

The Measure entity has the following endpoints:

Last updated