Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Expected Delivery Date" to API #35

Closed
tomschenkjr opened this issue Mar 13, 2018 · 4 comments
Closed

Add "Expected Delivery Date" to API #35

tomschenkjr opened this issue Mar 13, 2018 · 4 comments

Comments

@tomschenkjr
Copy link
Contributor

In order to support the ability to provide a score for pregnant women, we need a field that can identify whether the record belongs to a pregnant patient. After discussing with @AOCjcarr + team, we determined the best method is to have an "Expected Delivery Date" field (a calendar date).

The idea is if the expected delivery date is in the future, then the patient is a pregnant women and the date_of_birth should be ignored (so we don't throw an errant error for "too old"). Not having a date--or the date being in the past--we should then use the date_of_birth and labs data.

@tomschenkjr
Copy link
Contributor Author

@geneorama - I will leave it to you to create associated issues in other repos for tasks to complete this project. Once we begin work, will ask that you publish the spec for the team to follow.

This task will be a good step to familiarize yourself with mkdocs.

@geneorama
Copy link
Member

@tomschenkjr Do you want me to start editing the API docs? If so, do you want the work done in a branch for the milestone or for just this issue?

Also, I would like to do some cleanup on merged branches and delete issue1, issue2, issue14, and issue16, since they've all been merged and to make the 1.0.0-rc.3 work easier to follow.

@tomschenkjr
Copy link
Contributor Author

tomschenkjr commented Mar 22, 2018 via email

@geneorama
Copy link
Member

The actual name of the field that I have is expected_due_date, and I've added that to the api docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants