Stream: implementers
Topic: uses of coverage vs CoverageEligibilityRequest/Response
Ravindra Kondiparthi (Apr 23 2019 at 23:33):
Hi,
Below is mu Question on usage of coverage,CoverageEligibilityRequest/Response
Should i be using coverage or CoverageEligibilityRequest/Response if i want to expose coverage data that i got from eligibility lookup (using EDI..etc)?
Thanks
Ravi
Lloyd McKenzie (Apr 24 2019 at 00:01):
Coverage will provide indication that coverage exist. EligibilityResponse will indicate whether a patient is eligible for coverage.
Ravindra Kondiparthi (Apr 24 2019 at 00:09):
thanks @Lloyd McKenzie
can you confirm my below understanding
coverage will say if i have vision coverage but my eligibility response will say if i am eligible to use vision coverage(incase if i have exhausted my covered dollar amounts then i am not eligible)
Andy Stechishin (Apr 24 2019 at 10:00):
@Paul Knapp
Paul Knapp (Apr 24 2019 at 10:12):
@Ravindra Kondiparthi Coverage would provide the administrative details of an insurance coverage, eg. identify the insurer, covered party, network, plan etc. The CoverageEligibilityRequest/Response may be used to ask the insurer whether the supplied Coverage is still in-force (has not been cancelled) and optionally request details of the types of benefits provided (vision, dental, medical, drugs etc).
The ability to get back your benefits and benefit balance, amounts used or remaining, is new and not supported by most other eClaims standards so most insurers still don't support this feature. Typically if you want to know what your insurance will pay if you receive service or product 'X' then your provider will submit a preauthorization, or in some cases a predetermination, listing 'X' and the providers change for 'X' and the insurer will respond indicating whether the service is covered and to what amount.
If you have used up your funds this is typically a temporary thing and your annual accumulators will reset at the beginning of the next policy year - so you remain at all times eligible but your benefit amount may be $0.
Ravindra Kondiparthi (May 08 2019 at 00:04):
Thanks @Paul Knapp for the explanation.
Going back to my original question what resource/resources would you recommend for us if i am building a api for our consumers that would return their coverages and benefits information.
Last updated: Apr 12 2022 at 19:14 UTC