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 housing security status to patient information #3265

Open
colinxfleming opened this issue Aug 25, 2024 · 4 comments
Open

Add housing security status to patient information #3265

colinxfleming opened this issue Aug 25, 2024 · 4 comments
Milestone

Comments

@colinxfleming
Copy link
Member

colinxfleming commented Aug 25, 2024

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

  • What are we trying to do?
    Some funds have good reason to know someone's housing status, so let's add it to abortion information. This should be an enumerated field with the answers: nil, Housing Secure, Housing Insecure, Did Not Answer.

Let's bump Homelessness off of special circumstances also since we're repping this datapoint more completely.

  • What feature or behavior is this required for?

more accurate data tracking

  • How could we solve this issue? (Not knowing is okay!)

Add a select to patient information with those fields. You can use Insurance Options as a pattern to follow.

  • Anything else?
@lomky
Copy link
Member

lomky commented Sep 11, 2024

@colinxfleming is the idea we will migrate the data currently stored in special circumstances to the new field, mapping checked to "Housing Insecure" and Unchecked as nil?

@lomky lomky added this to the Hacknights! milestone Sep 11, 2024
@adunkman
Copy link

I can take a look at this tonight at Civic Tech DC!

@adunkman
Copy link

adunkman commented Sep 12, 2024

Going with a slightly different list of options to match the common "no answer" answer and sentence casing convention —

[  nil, 'Housing secure', 'Housing insecure', 'Prefer not to answer' ]

@adunkman
Copy link

adunkman commented Sep 12, 2024

I was able to add the select & hide the existing field — it still needs an accompanying rake task to perform the data migration. I’ll open a draft PR with the progress, and anyone else should feel free to pick this up in the meantime.

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

No branches or pull requests

3 participants