Overview
The Coverage resource describes an individual’s insurance coverage or payment information for healthcare services. Coverage is a critical administrative resource that contains information about the individual’s insurance plan, subscriber details, and relationship to the subscriber. At its minimum, Coverage contains a status, beneficiary reference, and payor information, but may also include data about the coverage period, policy details, and class/group information. Each Coverage Must Have:- health insurance member identifier or subscriber id
- a status
- the health insurance beneficiary (patient)
- beneficiary’s relationship to the subscriber
- the health insurance issuer (payer)
- health insurance coverage type (e.g., Medicare)
- coverage start and/or end date
- health insurance group and/or plan
Profile specific implementation guidance:
- Coverage.status alone may not indicate whether an individual is covered. The Coverage.period needs to be considered as well. For example, the coverage may be expired with a status of “active”, or conversely, it may be “canceled” but still have covered claims.
- The hierarchical nature of the Coverage.type code system “Payer” (also known as the US Public Health Data Consortium Source of Payment Codes) may be unclear in the expansion, and some of the codes may be inappropriate for the use case. Implementers should refer to the PHDSC Payer Type Committee User’s Guide for the Source of Payment Typology when selecting codes.
- If Insurers issue unique member Ids for dependents, then the memberId Coverage.identifier should be used instead of Coverage.dependent to to uniquely refer to the dependent with respect to their insurance.
Must support elements, mandatory and optional search parameters
Coverage must support these elements:identifieridentifier:memberidtype
statustypesubscriberIdbeneficiaryrelationshipperiodpayorclassclass:groupvaluename
class:planvaluename
GET [base url]/Coverage?patient={Type/}[id]
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
Coverage By Patient Id
Search for coverage by patient id. METHOD GET
RESPONSES
EXAMPLE: