Stream: implementers
Topic: MDM (Master Data Management)
OS (Oct 22 2020 at 17:04):
Has anyone done mastering work in a FHIR context and could share lessons/patterns etc?
Either using FHIR as a master (I think Smile CDR is attempting this with their EMPI)
Or integrating FHIR with an MDM solution?
Lin Zhang (Oct 23 2020 at 00:17):
Or even use FHIR as a metadata registry?
Chris Lumpkin (Dec 14 2020 at 21:49):
I'm also very interested in MDM. We're doing a POC using HAPI JPA server with EMPI and I'm trying to determine whether we can do a search and get a Bundle back containing resources for multiple Patient resources with matching EID.
Jose Costa Teixeira (Dec 14 2020 at 22:05):
What "master" data are you after? Product master data? Product master data? Organization master data?
Chris Lumpkin (Dec 14 2020 at 22:13):
Out of the gate what we need is the ability to query Patient resources by Person/EID.
Vassil Peytchev (Dec 14 2020 at 22:19):
Do you mean the ability to search by /Patient?identifier=http://acme.org/patient|EID
Chris Lumpkin (Dec 15 2020 at 14:26):
Vassil Peytchev said:
Do you mean the ability to search by /Patient?identifier=http://acme.org/patient|EID
Yes, precisely that!
Last updated: Apr 12 2022 at 19:14 UTC