| Literature DB >> 28357040 |
Dylan Collins1, Joseph Lee1, Niklas Bobrovitz1, Constantinos Koshiaris1, Alison Ward1, Carl Heneghan1.
Abstract
The World Health Organisation and International Society of Hypertension (WHO/ISH) cardiovascular disease (CVD) risk assessment charts have been implemented in many low- and middle-income countries as part of the WHO Package of Essential Non-Communicable Disease (PEN) Interventions for Primary Health Care in Low-Resource settings. Evaluation of the WHO/ISH cardiovascular risk charts and their use is a key priority and since they only existed in paper or PDF formats, we developed an R implementation of the charts for all epidemiological subregions of the world. The main strengths of this implementation are that it is built in a free, open-source, coding language with simple syntax, can be downloaded from github as a package ("whoishRisk"), and can be used with a standard computer.Entities:
Keywords: Cardiovascular Risk Charts; R; Risk Score; WHO/ISH
Year: 2016 PMID: 28357040 PMCID: PMC5345772 DOI: 10.12688/f1000research.9742.2
Source DB: PubMed Journal: F1000Res ISSN: 2046-1402
Description of the WHO_ISH_Risk() function parameters.
| Function
| Full parameter
| Parameter
| Parameter values |
|---|---|---|---|
| age | Age | numeric | Continuous (years) |
| gdr | Gender | numeric | Dichotomous
|
| smk | Smoking | numeric | Dichotomous
|
| sbp | Systolic blood
| numeric | Continuous (mmHg) |
| dm | Diabetes
| numeric | Dichotomous
|
| chl | Total cholesterol | numeric | Continuous (mmol/
|
| subregion | WHO
| character | “AFR_D”, “AFR_E”,
|
WHO_ISH_Risk() warning messages, their conditions, and intended interpretation.
| Condition
| Warning Message | Interpretation of Warning |
|---|---|---|
| age < 19 | "At least one age is 18 or younger" | WHO/ISH risk scores are meant for use in
|
| age >100 | "At least one age is greater than 100" | Age values greater than 100 may indicate a
|
| gdr > 1 | "Gender must be equal to 0 or 1" | A value for gender other than 0 or 1 is
|
| smk > 1 | "Smoking must be equal to 0 or 1" | A value for smoking other than 0 or 1 is
|
| sbp < 90 | "At least one systolic blood pressure
| SBP values below 90 mmHg may indicate a
|
| sbp > 250 | "At least one systolic blood pressure
| SBP values over 250 mmHg may indicate a
|
| dm > 1 | "Diabetes status must be equal to 0
| A value for diabetes status other than 0 or 1
|
| tc > 10 | "At least one total cholesterol is
| Total cholesterol values over 10 mmol/L
|