Stream: Da+Vinci+PDex+Plan-Net
Topic: CapabilityStatement Update
Bapi Behera (Oct 08 2020 at 15:45):
PractitionerRole resource has the Supported _includes as PractitionerRole:network. However, the network is missing in the OrganizationAffiliation resource. Also there is no network in the insurancePlan resource.
So we have the below 2 requests that will support the implementers:
- Adding OrganizationAffiliation:network to the Supported _includes list for OrganizationAffiliation
- Adding InsurancePlan:network to the Supported _includes list for InsurancePlan
Reference URL : http://build.fhir.org/ig/HL7/davinci-pdex-plan-net/CapabilityStatement-plan-net.html
here is the snapshot of the change requested
image.png
@Kate Dech @Annette Kuball @Saul Kravitz
Saul Kravitz (Oct 08 2020 at 16:10):
@Bapi Behera Good catch. The OrganizationAffiliation:network absence is an oversight, since the SP is explicitly included in the IG. Fixed.
WRT InsurancePlan:network, we added it, and then deleted it. The reason is that it isn't straightforward, since there is both InsurancePlan.network, and InsurancePlan.plan.network. For a particular member associated with a specific InsurancePlan product/plan, the networks will be a combination of those that apply to all plans within the product (InsurancePlan.network) and those that apply to a specific plan (InsurancePlan.plan[i].network). So, we will leave it to the client to retrieve the InsurancePlan instance, and figure out which networks are relevant.
Last updated: Apr 12 2022 at 19:14 UTC