CDCgov / prime-simplereport

SimpleReport is a fast, free, and easy way for COVID-19 testing facilities to report results to public health departments.
https://simplereport.gov
Creative Commons Zero v1.0 Universal
58 stars 53 forks source link

Support 'patient unhoused' in patient bulk upload #6648

Closed lg-king closed 1 year ago

lg-king commented 1 year ago

Why should we do this?

User story

Action Requested

Acceptance Criteria

Additional Context

mehansen commented 1 year ago

https://github.com/CDCgov/prime-simplereport/blob/3e29a82fa1afdda910b32868d9b0c3dac0064fef/frontend/src/app/patients/Components/PersonForm.tsx#L173-L176

mehansen commented 1 year ago

engineer who picks up the ticket to reach out to @lauraykerr to get copy for the upload guide

lauraykerr commented 1 year ago

@emyl3 Here's some copy for the three fields, all in the format column (you can see it in the static site Google doc if that's helpful):

Street

500 characters or fewer.

If address is unknown or patient is unhoused, write ** Unknown / not given ** in this field.

State

Any 2-character state or US/Canada territory code.

If address is unknown or patient is unhoused, write NA in this field.

Zip

Use format 00000 or 00000-0000.

If address is unknown or patient is unhoused, write 00000 in this field.

Note: The ticket says Unknown / Not Given for the street field, but would prefer to stay sentence case like the other field values (e.g. Not applicable) if it's not case sensitive.