math-a3k/covid-ht

Use Wikipedia's fields and ranges for Hemograms fields

Closed this issue · 1 comments

The Hemogram (and Auxiliary) fields in the Data model are provided as a template.

Use the ones listed in https://en.wikipedia.org/wiki/Reference_ranges_for_blood_tests#Hematology (up to Isotypes of Antibodies seems reasonable)

The ranges should be the reference for field validation (preventing errors, i.e. mistyping), they have to be adjusted because those are the 95% CI for "healthy" and the data input may contain "non-healthy" values.

Also the conversion functions should be provided for the different units

This issue is related to #3.

Implemented in 6cce472