I am seeing errors such as this:
PMID_30968594_individual_14.json,ERROR,BaseValidator,required,'measurements[4].value.quantity.referenceRange.low' is missing but it is required
However, the reference range is not required:
https://phenopacket-schema.readthedocs.io/en/latest/quantity.html#rstquantity
In this particular case, the reference range depends on time of day and other factors that are not available in the input dataset and that in general may not even be available to a lab, and so it is not a good idea to enforce this requirement.
I am seeing errors such as this:
However, the reference range is not required:
https://phenopacket-schema.readthedocs.io/en/latest/quantity.html#rstquantity
In this particular case, the reference range depends on time of day and other factors that are not available in the input dataset and that in general may not even be available to a lab, and so it is not a good idea to enforce this requirement.