This page is part of the CARIN Blue Button Implementation Guide (v1.1.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Raw OpenAPI-Swagger Definition file | Download
This Section describes the expected capabilities of the C4BB Server actor which is responsible for providing responses to the queries submitted by the C4BB Requestors.
The EOB Resource is the focal Consumer-Directed Payer Data Exchange (CDPDE) Resource. Several Reference Resources are defined directly/indirectly from the EOB: Coverage, Patient, Organization (Payer ID), Practioner, and Organization (Facility).
The Coverage Reference Resource SHALL be returned with data that was effective as of the date of service of the claim; for example, the data will reflect the employer name in effect at that time. However, for other reference resources, payers MAY decide to provide either the data that was in effect as of the date of service or the current data. All reference resources within the EOB will have meta.lastUpdated flagged as must support. Payers SHALL provide the last time the data was updated or the date of creation in the payers system of record, whichever comes last. Apps will use the meta.lastUpdated values to determine if the reference resources are as of the current date or date of service.
The C4BB Server SHALL:
meta.profile
attribute for each instance.The C4BB Server SHOULD:
Security:
HTTP 401
unauthorized response code.Summary of Search Criteria
Resource Type | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|
Coverage | C4BB-Coverage | Coverage:payor | |||
ExplanationOfBenefit | C4BB-ExplanationOfBenefit, C4BB-ExplanationOfBenefit-Inpatient-Institutional, C4BB-ExplanationOfBenefit-Outpatient-Institutional, C4BB-ExplanationOfBenefit-Pharmacy, C4BB-ExplanationOfBenefit-Professional-NonClinician | _id, patient, _lastUpdated, type, identifier, service-date | ExplanationOfBenefit:patient, ExplanationOfBenefit:provider, ExplanationOfBenefit:care-team, ExplanationOfBenefit:coverage, ExplanationOfBenefit:insurer, ExplanationOfBenefit:* | ||
Organization | C4BB-Organization | ||||
Patient | C4BB-Patient | ||||
Practitioner | C4BB-Practitioner |
Conformance Expectation: SHALL
Supported Profiles: C4BB-Coverage
Reference Policy: resolves
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/Coverage/[id]
GET [base]/Coverage?[parameter=value]&_include=Coverage:payor
Conformance Expectation: SHALL
Supported Profiles: C4BB-ExplanationOfBenefit, C4BB-ExplanationOfBenefit-Inpatient-Institutional, C4BB-ExplanationOfBenefit-Outpatient-Institutional, C4BB-ExplanationOfBenefit-Pharmacy, C4BB-ExplanationOfBenefit-Professional-NonClinician
Resource Specific Documentation:
When an EOB references another resource (e.g., Patient or Practitioner), the reference may be versioned or versionless. Payers SHALL use versioned references whenever they maintain point-in-time data (data that was effective as of the date of service or date of admission on the claim), but MAY use versionless references when they do not maintain versioned data. Clients MAY request referenced resources as part of an EOB search (by supplying the _include parameter) or directly using read or vread. Payers SHALL support both approaches, and SHALL return the same content for referenced resources in either case. “:iterate" should be used if you request to include Coverage:payor in the EOB response bundle, e.g. GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:coverage&_include:iterate=Coverage:payor.
Reference Policy: resolves
Profile Interaction Summary:
search-type
,
read
†.read†Searches using service-date, _lastUpdated, or type require a patient search argument.
_include:* SHALL be supported.
Fetch and Search Criteria:
GET [base]/ExplanationOfBenefit/[id]
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:patient
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:provider
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:care-team
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:coverage
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:insurer
GET [base]/ExplanationOfBenefit?[parameter=value]&_include=ExplanationOfBenefit:*
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/ExplanationOfBenefit?_id=[id] |
SHALL | patient | reference | GET [base]/ExplanationOfBenefit?patient=[patient] |
SHALL | _lastUpdated | date | GET [base]/ExplanationOfBenefit?_lastUpdated=[_lastUpdated] |
SHALL | type | token | GET [base]/ExplanationOfBenefit?type=[system]|[code] |
SHALL | identifier | token | GET [base]/ExplanationOfBenefit?identifier=[system]|[code] |
SHALL | service-date | date | GET [base]/ExplanationOfBenefit?service-date=[service-date] |
Conformance Expectation: SHALL
Supported Profiles: C4BB-Organization
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.Fetch and Search Criteria:
GET [base]/Organization/[id]
GET [base]/Organization/[id]/_history/vid
Conformance Expectation: SHALL
Supported Profiles: C4BB-Patient
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.Fetch and Search Criteria:
GET [base]/Patient/[id]
GET [base]/Patient/[id]/_history/vid
Conformance Expectation: SHALL
Supported Profiles: C4BB-Practitioner
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.Fetch and Search Criteria:
GET [base]/Practitioner/[id]
GET [base]/Practitioner/[id]/_history/vid