Help users to

Get urgent medical advice

Tell users what to do if they need urgent medical advice.

<div class="nhsuk-inset-text nhsuk-u-margin-top-0 nhsuk-u-margin-bottom-4">
  <span class="nhsuk-u-visually-hidden">Information: </span>

<p> For urgent medical advice, use <a href="#">111 online</a> or call <a href="#">111</a>. </p> </div>


{% from 'inset-text/macro.njk' import insetText %}

{{ insetText({
  html: "<p>For urgent medical advice, use <a href='#'>111 online</a> or call <a href='#'>111</a>.</p>",
  classes:"nhsuk-u-margin-top-0 nhsuk-u-margin-bottom-4"
}) }}

When to use

Use this pattern to tell users how to get medical help by using 111 online or calling 111. This can include error scenarios where a user is blocked from accessing a medical service.

When not to use

Only use this pattern if you’ve first considered following the NHS service manual pattern for helping users decide when and where to get care (care cards).

Do not include this pattern in scenarios where users are unlikely to need medical advice. We particularly want to avoid giving the impression that 111 can help with technical problems. You might leave out this text on an error page about not being able to download a file, for example.

If the error page already suggests contacting a GP surgery, you do not need to also mention 111.

You should:

  • think about whether or not the user is being blocked from accessing particular medical help
  • speak to the clinical team for advice

Help improve this component

If you have used or researched this component, please let us know what you found so we can make it better for everyone.

Discuss 'Get urgent medical advice' on GitHub where you can share anything you think might be useful.

You can also share feedback with us on Slack.