I’m interested in getting information about a patient’s insurance benefits. The only resource I found that knows about benefits is InsurancePlan. Since InsurancePlan does not reference a patient, I assume that that the connection is Patient->Coverage->InsurancePlan. I’m I right by assuming that the connection between Coverage and InsurancePlan is via Coverage.class?
Could you please clarify how to link Coverage with InsurancePlan ? in my opinion the most relevant section is the class but it contains the name of plan not reference to it, is that correct ?