FHIR Chat · How to capture facility identifiers associated to a patient? · implementers

Stream: implementers

Topic: How to capture facility identifiers associated to a patient?


view this post on Zulip Robinette Renner (Jul 27 2018 at 13:50):

I need to capture the business identifier for different facilities where a patient is either currently receiving treatment or has previously received treatment. The only information that I need to capture is the business identifier and not other attributes such as name or address. The facility identifiers, in addition to other patient demographic information, will be used to uniquely identify a patient within our system. Should an organization resource instance be created or could an extension on the patient resource be used? What is the best way to capture this information?

view this post on Zulip Eric Haas (Jul 27 2018 at 14:43):

I think using Reference.identifier is appropriate if there is an appropriate element of type reference. Although reading the the spec seems to imply that is should (eventually) resolve to a FHIR resource but it does not have to now or in the future. That part is honestly a bit murky to me. @Lloyd McKenzie ? @Grahame Grieve

view this post on Zulip John Moehrke (Jul 27 2018 at 15:02):

Murky indeed

view this post on Zulip Lloyd McKenzie (Jul 27 2018 at 15:10):

Is this organizations where the patient is actively receiving care, has received care at some point in the past or is registered with but has not actually received care. (E.g. Someone who has had their records transferred to a new GP, but hasn't actually ever visited that GP)? The elements that are candidates are Patient.generalPractitioner or CareTeam. Neither are super good fits though. You could also just look at all of the known Patient.identifier instances that are medical record numbers if you happen to know the Identifier.system for the organizations of interest. If none of those seem like they'll work, custom extension is probably your best bet. @Brian Postlethwaite, @Irma Jongeneel other thoughts?

view this post on Zulip Robinette Renner (Jul 27 2018 at 15:23):

The facility IDs could be current or historical facilities where care was actually received. General practitioner or careTeam would not fit. Most of the facilities are hospitals where a patient received a transplantation.

view this post on Zulip Eric Haas (Jul 27 2018 at 16:09):

@John Moehrke :-)

view this post on Zulip Brian Postlethwaite (Jul 29 2018 at 12:00):

I'm a bit lost as to what IDs you're talking about, the facility, or the patient at the facility.

view this post on Zulip Robinette Renner (Jul 30 2018 at 12:16):

It is the identifier for the facility and not the patient. When trying to uniquely identify a patient in our system, we search for patients that have received treatment at the same facility.


Last updated: Apr 12 2022 at 19:14 UTC