Stream: implementers
Topic: Participating providers and Group resource
Varvara (Jan 15 2018 at 12:30):
Hello, @Paul Knapp , we are trying to map participating providers table on Fhir (it's a table describing for each medical provider what health plans he is registered with). Could you please give an advice on how to better map such table on a Fhir resource, maybe there are some examples? We are currently considering Group resource, and each group will consist of providers list registered with some health plan. We were thinking to reference health plan as Reference/Organisation, but there is no such reference object in Group resource. We would like to suggest you extend Group resource with a group.subject field which will be a reference to any Fhir object.
Jose Costa Teixeira (Jan 15 2018 at 12:33):
Hi @Varvara we have been designing a Catalog that overlaps some of the things you described.
Catalog is Composition profile that contains a set of EntryDefinitions. Each entryDefinition can be for example lab procedures. So you can have a list of the lab procedures that this institution supports, and how they are defined.
Jose Costa Teixeira (Jan 15 2018 at 12:34):
not sure about the financial aspects of those, we are still looking at the definitions - i just wanted to give you that context.
Paul Knapp (Jan 15 2018 at 12:57):
Hi @Varvara There is a new resource in development called ProductPlan (name may change, see http://build.fhir.org/productplan.html) which will contain the plan information and this will be part of an overall directory structure being lead by Patient Administration, @Brian Postlethwaite, so that one can search for providers who are part of the network or otherwise accept particular plans.
Jose Costa Teixeira (Jan 15 2018 at 13:01):
@Paul Knapp , @Brian Postlethwaite do we want to align Catalog with this discussion?
Esp the part of "overall directory structure" - there may be overlaps.
Jose Costa Teixeira (Jan 15 2018 at 13:02):
pinging @François Macary @Lorraine Constable @Claude Nanjo JFY
Paul Knapp (Jan 15 2018 at 13:05):
@Jose Costa Teixeira @Brian Postlethwaite We will probably be discussing this in PA on Thursday Q2 at the WGM, that would be a good time I think to understand what each needs and plan a way forward.
Varvara (Jan 31 2018 at 11:09):
@Jose Costa Teixeira , thank you very much for your sharing your experience on this topic, the new version of the EntryDefinition resource seems very useful for a lot of cases, not only this one. We are considering to use it after Fhir version update, thank you again!
Lloyd McKenzie (Jan 31 2018 at 14:01):
Be aware that EntryDefinition isn't an approved resource. It may end up being used as a pattern for other resources (e.g. Substance, Device, Medication) rather than as a stand-alone resource
Last updated: Apr 12 2022 at 19:14 UTC