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

Looking up a person in NHS records #307

Open
Demotive opened this issue Feb 19, 2021 · 7 comments
Open

Looking up a person in NHS records #307

Demotive opened this issue Feb 19, 2021 · 7 comments
Assignees
Labels
NHS.UK component on NHS website pattern Goes in the 'Patterns' section of the service manual public-facing

Comments

@Demotive
Copy link

Demotive commented Feb 19, 2021

What:

Looking up a person in NHS records by using demographic details.

It is often helpful for clinicians to have sight of information about a user,
including their summary care record.

Public-facing digital systems can attempt to "match" a person to the data held in
the personal demographics service (PDS) - https://digital.nhs.uk/services/demographics

Data returned from the demographics service can enable someone with the correct
authority to then access summary care records and other useful clinical information.

Why

Several digital services attempt to successfully "look up" users in order to
provide useful and time saving information to clinicians and users:

  • 111 online
  • A&E self service tool
  • Find your NHS number
  • Book a coronavirus vaccination
  • National Data Opt-Out
  • NHS Login

The existing PDS service can be queried using four pieces of required demographic
data:

  • name
  • date of birth
  • postcode (as held by registered GP)
  • "gender"*

We want to establish a best practice approach to:

  • asking these questions
  • explaining why we’re asking them
  • asking these questions in relation to the service context
  • coping with match failures
  • avoid asking about "gender"
  • asking "gender" in a sensitive fashion if it must be asked
  • explaining when asking "gender" might be necessary
@Demotive
Copy link
Author

Demotive commented Feb 19, 2021

* "gender" referring to the PDS field of the same name

@davidhunter08 davidhunter08 added the awaiting triage Needs triaging by team label Feb 19, 2021
@Demotive
Copy link
Author

update

For anyone building services that require a PDS lookup or anyone following the work last year on sex/gender questions. See below for an update from the PDS team:
It is now possible to perform “standard” (non-fuzzy) searches without having to specify the patient’s gender. Searching without gender is likely to slightly improve match rates, and also means you can avoid having to ask citizens their gender, which can be a sensitive topic for some people.

The change is available now in our sandbox and integration test environments. It will be available in production from this Friday.

This is a non-breaking change – if you are searching with gender, this will continue to work as-is.

For more details, see
https://digital.nhs.uk/developer/api-catalogue/personal-demographics-service-fhir#api-Default-searchPatient

This is a very big win for inclusive design so thank you to everyone who helped champion this cause. And special thanks to the PDS team for all the hard work to make this happen.

@Demotive
Copy link
Author

Demotive commented Feb 26, 2021

notes

Hint text: the dependency on context.

The contrast between a "clerical" service setting (ie Find my NHS number) where hints tie quite closely to "registered GP" and a care service (like 111) where hints are simpler (or even not there at all).

A clinical service may acceptably take a hit on matches, as there's scope to re-attempt PDS further on in a healthcare journey. A "clerical" service could aim for more precision around field descriptions, as further attempts at matching might not be a viable route.

@emma-parnell
Copy link

  • Important to know the distinction between fuzzy and non-fuzzy matching
  • If using non-fuzzy the details need to match exactly to what is held by your GP which informs how questions are worded
  • Important to understand the different APIs available to connect to

@Demotive
Copy link
Author

@davidhunter08 davidhunter08 added pattern Goes in the 'Patterns' section of the service manual and removed awaiting triage Needs triaging by team labels Feb 26, 2021
@davidhunter08 davidhunter08 changed the title WIP: Looking up a person in NHS records Looking up a person in NHS records Feb 26, 2021
@sarawilcox sarawilcox added NHS.UK component on NHS website public-facing labels Sep 22, 2023
@sarawilcox
Copy link
Collaborator

See also Asking users for sex or gender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NHS.UK component on NHS website pattern Goes in the 'Patterns' section of the service manual public-facing
Development

No branches or pull requests

5 participants