UKRDC Dataset

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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.

Schema

Schema PatientNumber (Github)

Example

<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

OrganizationDescription
NHSNHS Number (England and Wales)
CHINHS Number (Scotland)
HSCNHS Number (Ireland) 
UKRRUK Renal Registry
SRRScottish Renal Registry
NHSBTNHS Blood and Transplant
RADARRare Disease Registry
BAPNBritish Association for Paediatric Nephrology
LOCALHOSPLocal Hospital Number
UKRR_UIDUKRR Unique Indentifier for Refused Consent Patients
STUDYNOStudy ID (SendingFacility = Study)


 Number Types

NumberTypeDescription
MRNPrimary Identifier for the Organisation
NINational Identifier - For 3rd Party Identifiers such as NHS Numbers


SQL Table

LocalPatientIdNumberOrganizationNumberTypeUpdatedOn

200012345UKRRNI
  • No labels