FHIR Chat · Issues Discussed at "Ask Anything" Session · Da Vinci/plan-net-connectathon

Stream: Da Vinci/plan-net-connectathon

Topic: Issues Discussed at "Ask Anything" Session


view this post on Zulip Saul Kravitz (Jan 15 2021 at 20:38):

1) Questions about https://plan-net-client.herokuapp.com reference client

- PharmacyMix view:
- is this view CMS mandated? No. This is Saul's guess regarding a useful report on pharmacy mix from a plan
- What is the query underlying this view. See app/controllers/pharmacymixes_controller.rb in the reference client implementation. A description will be added to the client. Focal resource is OrganizationAffiliation, qualified by networks of the plan, and locations of type pharmacy. Each row of the report repeats the query constraining the OrganizationAffiliation by a different specialty.
- Export View:
- Is support for bulk FHIR covered in the IG or mandated by rule? No. But it is probably in the selfish interests of payers to support bulk FHIR to reduce query load on their servers. The reference server and client demonstrate how to do this.
- We played around with the client pointed to the MITRE reference server, and https://data.bluekc.com/api/provider-directory/v1/fhir/
2) Bridging between Providers in EOB (CarinBB) data and Provider Directory Data (Plan-Net) and PDEX data

- imagine you have a claim from PayerA and you want to find all of the info for a provider mentioned in an EOB in PayerA's provider directory, which is maintained as a separate endpoint. The IG does not support this use case directly. PayerA could embed identifiers in the claims data that would enable a direct mapping to the associated providers in the provider directory (and vice versa).
- now imagine the claims data is from PayerA and the member wants to link to the same provider in PayerB's directory. They could use the query interface to find a doctor with the same name and specialty and geography. NPI is not as good a link as it seems. Would a stable identifier that could be used for such mappings be useful to incorporate into the IGs?
- linking by NPI and/or TaxID is imprecise.
3) Organization.partOf

- this field is 0..1 MS.   Does a payer need to include the "true" organizational hierarchy (including all legal entities) in the member-facing provider directory?   Or should the focus be on hierarchy that is useful to the member? 
- Saul's opinion is that the focus should be on hierarchy that is useful to the member.   Including all of the institutional hierarchy might actually make it harder to navigate the directory for members.

4) HealthcareService. Category and Type

- We discussed the origin of the vocabulary bindings for these two fields. One participant related that mapping to category was straightforward, but mapping to type was a bit of a struggle.
- We will continue the discussion of. hard to map terms via zulip/email


Last updated: Apr 12 2022 at 19:14 UTC