Get a list of coverages
get
/Coverage
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves a list of coverages that meet the supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID.
-
_revinclude: string
The related Provenance resources to include in the search bundle.Allowed Values:
[ "Provenance:target" ] -
patient: string
The covered party.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : Coverage
Type:
Show Source
object-
beneficiary(required):
beneficiary
(USCDI) The plan beneficiary.
-
class: array
class
(USCDI) The additional coverage classifications.
- Entries can represent group-level or plan-level classification details.
- For group classification, type coding may indicate
group. - For plan classification, type coding may indicate
plan.
-
id(required): string
-
identifier: array
identifier
(USCDI) The member ID and other identifiers.
-
payor(required): array
payor
(USCDI) The issuer of the policy.
-
period:
period
(USCDI) The coverage start and end dates.
-
relationship(required):
relationship
(USCDI) The beneficiary's relationship to the subscriber.
-
resourceType(required): string
Allowed Values:
[ "Coverage" ] -
status(required): string
(USCDI) The following values are supported:
activecancelleddraftentered-in-error
-
subscriberId: string
(USCDI) The ID assigned to the subscriber.
-
type:
type
(USCDI) The coverage category such as medical or accident.
Nested Schema : beneficiary
(USCDI) The plan beneficiary.
Match All
(USCDI) The plan beneficiary.
Show Source
Nested Schema : class
Type:
array(USCDI) The additional coverage classifications.
- Entries can represent group-level or plan-level classification details.
- For group classification, type coding may indicate
group. - For plan classification, type coding may indicate
plan.
Nested Schema : period
(USCDI) The coverage start and end dates.
Match All
(USCDI) The coverage start and end dates.
Show Source
Nested Schema : relationship
(USCDI) The beneficiary's relationship to the subscriber.
Match All
(USCDI) The beneficiary's relationship to the subscriber.
Show Source
Nested Schema : type
(USCDI) The coverage category such as medical or accident.
Match All
(USCDI) The coverage category such as medical or accident.
Show Source
Nested Schema : CoverageClass
Type:
Show Source
object-
name: string
A human-readable description of the type and value.
-
type(required):
type
The type of class such as group or plan.
-
value(required): string
The value associated with the type.
Nested Schema : type
The type of class such as group or plan.
Match All
The type of class such as group or plan.
Show Source
Nested Schema : items
Type:
Show Source
object-
code(required): string
Allowed Values:
[ "MB" ] -
display: string
-
system(required): string
Allowed Values:
[ "http://terminology.hl7.org/CodeSystem/v2-0203" ]
Nested Schema : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]