Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Element to list patient numbers. Multiple NI entries can be present for cases where a patient may have an English NHS number and a Scottish NHS number. Typically a site would send the patients NHS number and their localhospital number.

Iframe
srchttps://renalreg.github.io/ukrdc/Types/PatientNumber.html
width600
frameborderhide
height680

Schema

Schema PatientNumber (Github)

...

Code Block
languagexml
<Patient>
    <PatientNumbers>
        <PatientNumber>
            <Number>200012345</Number>
            <Organization>UKRR</Organization>
            <NumberType>NI</NumberType>
        </PatientNumber>
        <PatientNumber>
            <Number>BD123456</Number>
            <Organization>LOCALHOSP</Organization>
            <NumberType>MRN</NumberType>
        </PatientNumber>
    </PatientNumbers>
</Patient>

Organization Options

Organization

Description

NHS

NHS Number (England and Wales)

CHI

NHS Number (Scotland)

HSC

NHS Number (Ireland) 

UKRR

UK Renal Registry

SRR

Scottish Renal Registry

NHSBT

NHS Blood and Transplant

RADAR

Rare Disease Registry

BAPN

British Association for Paediatric Nephrology

LOCALHOSP

Local Hospital Number

UKRR_UID

UKRR Unique Indentifier for Refused Consent Patients

STUDYNO

Study ID (SendingFacility = Study)


 Number Types

NumberType

Description

MRN

Primary Identifier for the Organisation

NI

National Identifier - For 3rd Party Identifiers such as NHS Numbers


SQL Table

LocalPatientId

Number

Organization

NumberType

UpdatedOn


200012345

UKRR

NI