FHIR Chat · Primary/Secondary Coverage · implementers

Stream: implementers

Topic: Primary/Secondary Coverage


view this post on Zulip Caitlin Fisher (Aug 22 2019 at 22:16):

I am currently mapping the Coverage resource, and I don't see a way to indicate whether the coverage is primary or not. The "order" element says not to use it for primary/secondary description. Has anyone implemented this, and if so how?

view this post on Zulip Grahame Grieve (Aug 22 2019 at 22:19):

@Paul Knapp

view this post on Zulip Lloyd McKenzie (Aug 22 2019 at 22:23):

Coverage is primary or secondary with respect to a particular claim - what's primary coverage for one claim might be secondary coverage for a different claim/prior authorization. The ordering is therefore handled on the resource that references the coverage.

view this post on Zulip Grahame Grieve (Aug 22 2019 at 22:35):

The ordering is therefore handled on the resource that references the coverage

I don't see that? (except on CoverageEligibilityRequest)

view this post on Zulip Lloyd McKenzie (Aug 22 2019 at 22:39):

Claim.insurance has a "sequence" element that orders the various insurance referenced by the Claim

view this post on Zulip Paul Knapp (Aug 23 2019 at 04:57):

@Caitlin Fisher Coverage won't reserve its order depending upon the claim, however which of you coverages apply may change as a function of circumstance, therefore we don't identify the primary/secondary/tertiary directly on the Coverage resource.

For example, assume that you and you spouse each have 'family' coverage, then your primary coverage would be your policy and your secondary would be spouses. But if your injury was due to an accident in your car then your auto insurance would likely be primary, your health coverage secondary and your spouses be tertiary. Unless this happened at work in which case Workers Compensation may be primary, your auto secondary, your policy tertiary and your spouses quaternary.

Within a country there is generally an agreed ordering of policies, called the Coordination of Benefit order. The Coverages would be set in that order then for a given claim you would only select the coverages, in Coverage.order, which are applicable for that claim.


Last updated: Apr 12 2022 at 19:14 UTC