Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.ruby-lsp": true,
"docs": true,
".devcontainer": true,
".github": true,
".vscode": false,
Expand Down
3 changes: 3 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.3"
gem "csv"
gem "base64"
gem "bigdecimal"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
Expand Down
6 changes: 6 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ GEM
specs:
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.3.0)
bigdecimal (4.1.2)
cgi (0.5.1)
colorator (1.1.0)
concurrent-ruby (1.2.3)
csv (3.3.6)
digest (3.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -116,6 +119,9 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
base64
bigdecimal
csv
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-content-security-policy-generator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If your organisation or service is invited to onboard, we'll send you an email.

- what you need to do next
- an online form to continue your setup
- the Supplier Conformance Assessment List (SCAL) you need to complete before you go live.
- information on how to complete assurance checks with the Digital Onboarding Service (DOS)

{% include components/button.html
text="Check features and register"
Expand Down
19 changes: 19 additions & 0 deletions docs/pages/get-started/onboard-with-nhs-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,22 @@ Your onboarding manager will ask for your:
### If you’re using NHS Notify MESH

Your onboarding manager will ask for your PROD Mesh Mailbox ID.

## 5. Complete assurance checks

You'll need to use the [Digital Onboarding Service (DOS)](https://digital.nhs.uk/services/digital-onboarding-service) to complete assurance checks.

You'll complete an online form to answer questions about how your organisation or service meets NHS standards for:

* clinical safety
* information governance
* data protection
* cyber security

You'll need input from the people responsible for these areas in your organisation to complete the answers.

{% include components/inset-text.html
text="Check your onboarding invitation email to find out how to start using DOS."
classes='nhsuk-u-margin-top-2'
%}

Loading