FHIR Chat · Multiple business IDs from one system for a single entity · implementers

Stream: implementers

Topic: Multiple business IDs from one system for a single entity


view this post on Zulip Morten Ernebjerg (Mar 23 2021 at 16:53):

I have a use case where patients are, in some contexts, identified solely by their association with a particular case (with a case ID) on a specific system. Each case ID on this system is associated with a unique patient, i.e. the system can "resolve" a case ID to a unique individual. However, each patient may have several cases on the system, so the reverse does not hold true (patient does not map to a unique case ID) - this is different from the case of e.g. Social Security Number where there is a 1-to-1 correspondence.

My question is: what is the guidance is for using such IDs are business identifiers for the patient? Having read the spec documentation of references, managing resource identity etc., I did not find any indication that it is prohibited. However, it would mean that the same Patient would be identifier by multiple codes from the same system (the code system of case IDs). Hence, different resources referencing the same patient might use different IDs from this system and, conversely, Patient instances may contain multiple codes from the same system in Patient.identifier.

view this post on Zulip Lloyd McKenzie (Mar 23 2021 at 17:49):

It's not prohibited for an entity to have multiple identifiers from the same system. All that's required is that a given identifier apply to not more than one entity. As an example, one person could have multiple credit cards from the same card company. Some systems might treat credit card number as a patient identifier.

view this post on Zulip Morten Ernebjerg (Mar 24 2021 at 06:54):

OK, thanks for confirmation @Lloyd McKenzie!


Last updated: Apr 12 2022 at 19:14 UTC