We will need to render some scores based on pregnant women when we are trying to assess the risk of a child in prenatal development. However, this causes an issue because the mother's records are sent to the API.
Talking with Alliance, we determined the best method to identify a pregnant woman is to submit the expected_due_date for the mother and check if the record is in the future. If we determine it is at a future date, then we will need to ignore the date_of_birth and lab results.
The expected_due_date field should be a date field, e.g, YYYY-MM-DD with no timestamp. It may be blank.
We will need to render some scores based on pregnant women when we are trying to assess the risk of a child in prenatal development. However, this causes an issue because the mother's records are sent to the API.
Talking with Alliance, we determined the best method to identify a pregnant woman is to submit the
expected_due_datefor the mother and check if the record is in the future. If we determine it is at a future date, then we will need to ignore thedate_of_birthandlabresults.The
expected_due_datefield should be a date field, e.g,YYYY-MM-DDwith no timestamp. It may be blank.