Business partner/identifier/type/GB/UK NHS ID
Jump to navigation
Jump to search
Technical key Defines a unique key by which e.g. data model concepts can be referenced in a technical integration context. These keys are unique in the CDL context. | UK_NHS_ID
|
---|---|
Country scope Defines a address/country a given concept is used in (or valid in, or relevant for etc.), i.e. the country-specific scope of a concept. | GB |
Monolingual name Language-specific name of a data model concept or concept value. | National Health Service Number (en) |
Monolingual short name Language-specific short name of a data model concept or concept value. | UK - Nat hlth id (en) |
International name Defines the name of a concept in English with Latin characters, e.g. if the major name of a concept is defined in a local language. | National Health Service Number |
Alternative name Alternative (i.e. synonymous) name of a concept. | n/a |
Abbreviation Language-specific abbreviation of a data model concept or concept value. | n/a |
Description Informal and comprehensive human-readable definition of a concept. | The National Health Service (NHS) Number in the UK is a unique identifier used within the NHS to identify individuals for health records and services. The NHS Number is used across the UK’s healthcare system to accurately link patients to their health records, enabling continuity of care. It is typically issued upon first registration with a GP or another NHS service. It is a ten-digit number issued to everyone registered with the NHS, and it follows a specific format with a check digit to ensure accuracy.
The NHS Number has the following structure: Ten digits, written in the format 123 456 7890.
The check digit (last digit) is calculated using a weighted system, where each of the first nine digits is multiplied by a specific weight (from 10 down to 2). The sum of these products is divided by 11, and the remainder is subtracted from 11 to produce the check digit. If the result is 10, the NHS number is invalid. |
Applies to Describes what kind of entities are assigned the identifier at hand | n/a |
Release status The release status in terms of development progress or maturity of a product feature or a business capability.<br/><code>EMPTY</code> (0): No feature considered yet, just rough idea for capability.<br/><code>IDEA</code> (1): Just an idea, not yet designed in detail.<br/><code>DESIGN</code> (2): Software design ready, development not yet started.<br/><code>DEVELOPMENT</code> (3): Software development in progress.<br/><code>ALPHA</code> (4): First functional release, in terms of a Minimal Viable Product (MVP).<br/><code>BETA</code> (5): Tested by selected users.<br/><code>RC</code> (6): Release candidate, fully tested, not yet used in production by many customers.<br/><code>LIVE</code> (7): Used in production by customers, fully monitored and supported.<br/><code>DEPRECATED</code> (-1): End of life planned, but still available.<br/><code>EOL</code> (-2): End of life, historic service, no longer available.<br/><code>BROKEN</code> (-3): Service was used in production but is currently not available. However, CDQ tries to repair or reactivate it.<br/><code>DISCONTINUED</code> (-4): The data source has ceased providing updates; nonetheless, we continue to offer the most recent available data. | LIVE
|
Issuing body The authority that publishes data or is responsible for its content | missing |
Identifier category Categories of identification numbers | Identification Number |
Mappings |
Formal definition[edit]
Description | Regular expression | Type | |
---|---|---|---|
Regular expression/UK NHS ID/format | Specifies the allowed formats for the Business partner/identifier/type/GB/UK NHS ID | ^\d{3}\s?\d{3}\s?\d{4}$ | IDENTIFIER_FORMAT |
Data quality rules[edit]
Business rule | Description | Status | Criticality |
---|---|---|---|
Identifier format invalid (NHS number (United Kingdom)) | The rule checks the structure of the NHS number which is ten digits, written in the format 123 456 7890.
| RELEASED | ERROR |