Stream: implementers
Topic: Providers
Bjorn Liow (Jul 22 2020 at 14:54):
I have multiple types of providers (Rendering provider, billing provider, provider) in my source data. What would be the appropriate FHIR resource I can map to that would allow me to categorize those providers?
Lloyd McKenzie (Jul 22 2020 at 16:35):
One possibility would be to maintain distinct List resources that tie to the practitioners for each. (It's possible the same Practitioner could fit in multiple lists.) Otherwise, you'd probably be looking at an extension. @Brian Postlethwaite any other thoughts?
Brian Postlethwaite (Jul 31 2020 at 10:07):
That's just sounding like the valueset that you would be using in the PractitionerRole.code data.
Last updated: Apr 12 2022 at 19:14 UTC