I'm looking to understand the finance interactions a bit. If I have a doctor who takes 2 or 3 insurance plans, what are the FHIR objects I need to use to model that?
My current guess is that one needs
- An Organization to represent an insurance company with type =
ins
- Another Organization to represent the healthcare provider with type
prov
- Somehow attach and InsurancePlan to the
network
.
The Finance Overview does not cover this use case.