Get a coverage by ID

get

/Coverage/{id}

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 an individual coverage by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : Coverage
Type: object
Show Source
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.
Show Source
Nested Schema : identifier
Type: array
(USCDI) The member ID and other identifiers.
Show Source
Nested Schema : payor
Type: array
(USCDI) The issuer of the policy.
Show Source
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 : Reference
Type: object
Show Source
Nested Schema : CoverageClass
Type: object
Show Source
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 : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : items
Match One Schema
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : MemberId
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Period
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top