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

Update patient bulk upload copy for unhoused patients #618

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ Before you upload your spreadsheet on SimpleReport, make sure your patient data
<td>Any</td>
<td></td>
</tr>

<tr>
<td style="font-weight: 600;">first_name</td>
<td style="font-weight: 600;">Yes</td>
<td>Any</td>
<td></td>
</tr>

<tr>
<td>middle_name</td>
<td></td>
Expand Down Expand Up @@ -200,7 +198,10 @@ Before you upload your spreadsheet on SimpleReport, make sure your patient data
<tr>
<td style="font-weight: 600;">street</td>
<td style="font-weight: 600;">Yes</td>
<td>500 characters or fewer</td>
<td>
<span class="display-block">500 characters or fewer.</span>
<span class="display-block margin-top-105">If address is unknown or patient is unhoused, write <code>** Unknown / not given **</code> in this field.</span>
</td>
<td></td>
</tr>
<tr>
Expand All @@ -224,7 +225,10 @@ Before you upload your spreadsheet on SimpleReport, make sure your patient data
<tr>
<td style="font-weight: 600;">state</td>
<td style="font-weight: 600;">Yes</td>
<td>Any 2-character state or US/Canada territory code</td>
<td>
<span class="display-block">Any 2-character state or US/Canada territory code.</span>
<span class="display-block margin-top-105">If address is unknown or patient is unhoused, write <code>NA</code> in this field.</span>
</td>
<td><strong>Yes: </strong><i>CA</i><br><strong>No:</strong> <i>Arkansas</i></td>
</tr>
<tr>
Expand All @@ -236,7 +240,10 @@ Before you upload your spreadsheet on SimpleReport, make sure your patient data
<tr>
<td style="font-weight: 600;">zip_code</td>
<td style="font-weight: 600;">Yes</td>
<td>00000 or 00000-0000</td>
<td>
<span class="display-block">Use format 00000 or 00000-0000.</span>
<span class="display-block margin-top-105">If address is unknown or patient is unhoused, write <code>00000</code> in this field.</span>
</td>
<td><strong>Yes: </strong><i>53421</i><br><strong>Yes: </strong><i>53421-7890</i></td>
</tr>
<tr>
Expand Down
Loading