Sequela

Sequela is an entity that describes health states that result from a cause. For example, diabetes can lead to vision impairment.

Properties

Property
Type
Description

id

int

Unique sequela identifier

name

string

Sequela name

parent_cause_id

int

Parent cause identifier

level

int

Level in the sequela hierarchy

level0_parent_id

int

Level 0 parent identifier

Example

{
    "id": 7,
    "name": "Acute typhoid infection",
    "parent_cause_id": 319,
    "level": 1,
    "level0_parent_id": 6911
}

Endpoints

The Sequela entity has the following endpoints:

Last updated