ClinicalIdentifier
A specialized identifier for clinical and healthcare contexts that extends Identifier with healthcare-specific system classifications. Supports national health IDs (INS, NPI, NHS Number), provider registries (RPPS, ADELI), institutional identifiers (MRN, IPP), and facility registries (FINESS).
Overview
ClinicalIdentifier provides healthcare-specific identification capabilities beyond the base Identifier. It adds the clinicalSystem field to specify which healthcare identification scheme issued the identifier, and an assigner to track the responsible organization. This enables accurate patient matching, provider verification, and secure health information exchange across systems and borders.
Key Concepts
Identifier Categories
Clinical identifiers serve different purposes:
| Category | Purpose | Examples |
|---|---|---|
| Patient IDs | Uniquely identify patients | INS (France), NHS Number (UK), IHI (Australia) |
| Provider IDs | Identify healthcare professionals | RPPS, ADELI (France), NPI (US) |
| Facility IDs | Identify healthcare facilities | FINESS (France) |
| Record IDs | Local patient records | MRN, IPP |
National Patient Identifiers
France - INS (Identité Nationale de Santé)
- 13-digit national health identifier
- Issued by CNAM (health insurance)
- Used across all French healthcare systems
United Kingdom - NHS Number
- 10-digit identifier (formatted as XXX XXX XXXX)
- Assigned at birth or registration with NHS
- Essential for UK healthcare access
United States - No national patient ID
- Uses MRN (Medical Record Number) per institution
- Patient matching relies on demographics
Canada - Provincial IDs
- OHIP (Ontario Health Insurance Plan)
- Each province has its own system
Australia - IHI (Individual Healthcare Identifier)
- 16-digit national identifier
- Part of My Health Record system
Provider Identifiers
France
RPPS- Répertoire Partagé des Professionnels de Santé (shared provider registry)ADELI- Legacy provider registration system
United States
NPI- National Provider Identifier (10-digit, required for billing)
Institutional Identifiers
MRN- Medical Record Number (facility-specific patient ID)IPP- Identifiant Permanent du Patient (permanent patient ID within institution)NDA- Numéro de Dossier Administratif (administrative file number)
Facility Identifiers
FINESS- Fichier National des Établissements Sanitaires et Sociaux (French facility registry)
Assigner Organization
The assigner field tracks which organization issued the identifier:
- National agencies (CNAM, NHS England, CMS)
- Regional health authorities
- Individual healthcare facilities
- Insurance organizations
Use Cases
Patient Matching
When matching patients across systems:
- Query by national identifier (INS, NHS Number) first
- Fall back to institutional ID (MRN) within same facility
- Use demographic matching when no shared identifier
- Document source system and identifier type
Provider Verification
When verifying healthcare professionals:
- Look up NPI (US) or RPPS (France) in national registry
- Verify credentials and active status
- Confirm specialty and practice location
- Cache verification results with timestamp
Health Information Exchange
When exchanging clinical data:
- Include patient's national identifier if available
- Map institutional IDs between systems
- Validate identifiers against authoritative sources
- Handle identifier conflicts with matching algorithms
Insurance Claims
When submitting claims:
- Include patient's insurance identifier
- Use provider NPI for billing provider
- Include facility FINESS/NPI as applicable
- Validate format requirements by payer
Cross-Border Care
For EU patients under EHIC:
- Use national identifier from home country
- Map to local temporary identifier
- Exchange data using EU standards
- Track original and local identifiers
Related Entities
| Entity | Relationship | Description |
|---|---|---|
| Identifier | Extends | Base identifier with system, value, type |
| Organization | References | Organization that assigned the identifier |
| Patient | Used by | Patient records using clinical identifiers |
| Practitioner | Used by | Provider records using clinical identifiers |
| Facility | Used by | Facility records using clinical identifiers |
Enums
clinicalSystem
| Value | Full Name | Country | Type |
|---|---|---|---|
INS | Identité Nationale de Santé | France | Patient |
IPP | Identifiant Permanent du Patient | France | Patient (institutional) |
NDA | Numéro de Dossier Administratif | France | Record |
RPPS | Répertoire Partagé des Professionnels de Santé | France | Provider |
ADELI | Automatisation DEs LIstes | France | Provider (legacy) |
FINESS | Fichier National des Établissements Sanitaires et Sociaux | France | Facility |
NPI | National Provider Identifier | United States | Provider |
MRN | Medical Record Number | International | Patient (institutional) |
NHS | NHS Number | United Kingdom | Patient |
OHIP | Ontario Health Insurance Plan | Canada | Patient |
IHI | Individual Healthcare Identifier | Australia | Patient |
custom | Custom identifier system | Any | Any |
Properties
Includes inherited properties from Identifier
| Property | Type | Mode | Description | Required | Source |
|---|---|---|---|---|---|
| system | string | stored | Identification system or authority (Organizations: 'SIREN', 'SIRET', 'VAT', 'EIN', 'DUNS', 'LEI' | Persons: 'SSN', 'NIN', 'PASSPORT', 'DRIVERS_LICENSE') Example: | Required | Identifier |
| value | string | stored | The actual identifier value Example: | Required | Identifier |
| type | string | enum | Type or category of identifier Values: Example: | Optional | Identifier |
| country | Country | stored | Country where this identifier is valid (reference to Country entity) | Optional | Identifier |
| issuer | string | stored | Organization or authority that issued the identifier Example: | Optional | Identifier |
| label | string | stored | Human-readable label for this identifier Example: | Optional | Identifier |
| period | Period | stored | Period during which this identifier is valid | Optional | Identifier |
| use | string | enum | Purpose of this identifier Values: Example: | Optional | Identifier |
| clinicalSystem | string | enum | The healthcare identification system or namespace that issued this identifier. Specifies the authoritative source and format standards for the identifier value. Values: Example: | Optional | ClinicalIdentifier |
| assigner | Organization | stored | Reference to the organization that assigned or issued this identifier. This tracks the authoritative entity responsible for creating and maintaining the identifier within its system. | Optional | ClinicalIdentifier |
Examples
Example 1
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "INS",
"value": "1234567890123",
"type": "patient",
"use": "official",
"country": {
"@type": "Country",
"code": "FR",
"name": "France"
},
"issuer": "Agence des Systèmes d'Information Partagés de Santé (ASIP)",
"label": "Identité Nationale de Santé",
"assigner": {
"@type": "Organization",
"name": "CNAM - Caisse Nationale d'Assurance Maladie"
}
}Example 2
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "RPPS",
"value": "10001234567",
"type": "provider",
"use": "official",
"country": {
"@type": "Country",
"code": "FR",
"name": "France"
},
"issuer": "Agence Nationale de Santé",
"label": "Répertoire Partagé des Professionnels de Santé"
}Example 3
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "FINESS",
"value": "750123456",
"type": "facility",
"use": "official",
"country": {
"@type": "Country",
"code": "FR",
"name": "France"
},
"issuer": "Agence Régionale de Santé",
"label": "Fichier National des Établissements Sanitaires et Sociaux"
}Example 4
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "NPI",
"value": "1234567893",
"type": "provider",
"use": "official",
"country": {
"@type": "Country",
"code": "US",
"name": "United States of America"
},
"issuer": "Centers for Medicare & Medicaid Services",
"label": "National Provider Identifier"
}Example 5
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "MRN",
"value": "MRN-2024-789012",
"type": "medical-record",
"use": "usual",
"country": {
"@type": "Country",
"code": "US",
"name": "United States of America"
},
"label": "Medical Record Number",
"assigner": {
"@type": "Organization",
"name": "Mayo Clinic Rochester"
}
}Example 6
{
"@type": "ClinicalIdentifier",
"clinicalSystem": "NHS",
"value": "485 777 3456",
"type": "patient",
"use": "official",
"country": {
"@type": "Country",
"code": "GB",
"name": "United Kingdom"
},
"issuer": "NHS England",
"label": "NHS Number"
}