Skip to contents

Returns the full 4-level ICD-11 disease classification tree used by the Disease-Formula Atlas.

Usage

fetch_disease_tree()

Value

A recursive nested list with structure list(label, count, children = list(...)).

Examples

if (FALSE) { # \dontrun{
tree <- fetch_disease_tree()
names(tree[[1]])
} # }