Skip to content
Open
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
10 changes: 6 additions & 4 deletions app/src/pages/startPage/StartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,22 @@ const StartPage = (): React.JSX.Element => {
</p>
<ul>
<li>Lloyd George scanned paper notes</li>
<li>Electronic health record notes</li>
<li>Electronic health record attachments</li>
<li>Patient letters and documents</li>
<li>electronic health record notes</li>
<li>electronic health record attachments</li>
<li>patient letters and documents</li>
</ul>
<p>
You may have received a note within a patient's Lloyd George notes, stating that
they have been digitised.
</p>
<p>If you are part of a GP practice, you can use this service to:</p>
<ul>
<li>download a report on the records stored in this service</li>
<li>view, upload, download or remove a document</li>
<li>add files to a patient's scanned paper notes</li>
<li>reassign pages in a patient's scanned paper notes to the correct patient</li>
<li>review and action pending patient documents</li>
<li>download a report on the records stored in this service</li>
<li>restrict staff from viewing patient records</li>
</ul>
<p>If you are managing records on behalf of NHS England, you can:</p>
<ul>
Expand Down
Loading