This page is part of the CARIN Blue Button Implementation Guide (v1.2.0: STU 2 Ballot 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
http://hl7.org/fhir/us/carin-bb/CapabilityStatement/c4bb
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
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|---|
Coverage | search-type, read | C4BB Coverage | _id | Coverage:payor | ||
ExplanationOfBenefit | search-type, read | C4BB Explanation Of Benefit, C4BB ExplanationOfBenefit Inpatient Institutional, C4BB ExplanationOfBenefit Outpatient Institutional, C4BB ExplanationOfBenefit Oral, C4BB ExplanationOfBenefit Pharmacy, C4BB ExplanationOfBenefit Professional NonClinician | _id, patient, _lastUpdated, type, identifier, service-date, service-start-date | ExplanationOfBenefit:patient, ExplanationOfBenefit:provider, ExplanationOfBenefit:care-team, ExplanationOfBenefit:coverage, ExplanationOfBenefit:insurer, ExplanationOfBenefit:* | ||
Organization | search-type, read, vread | C4BB Organization | ||||
Patient | search-type, read, vread | C4BB Patient | ||||
Practitioner | search-type, read, vread | C4BB Practitioner |
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
search-type
,
read
.Fetch and Search Criteria:
GET [base]/Coverage/[id]
GET [base]/Coverage/[id]{?[parameters]{&_format=[mime-type]}}
GET [base]/Coverage?[parameter=value]&_include=Coverage:payor
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _id | token | GET [base]/Coverage?_id=[id] |
Conformance Expectation: SHALL
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?_id[parameter=value]&_include=ExplanationOfBenefit:coverage&_include:iterate=Coverage:payor.
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
search-type
†,
read
.search-type†
Searches using service-date, _lastUpdated, or type require a patient search argument.
_include:* SHALL be supported.
Note:
_include=ExplanationOfBenefit:*
means, at minimum, the resources that are included as reference type search parameters for the ExplanationOfBenefit resource on the server. Servers claiming compliance to this guide will, at minimum, support the include ofpatient
,provider
,care-team
,coverage
, andinsurer
, and will support returning all of them in supportExplanationOfBenefit:*
. Not all of these are defined as required search parameters, but are defined as part of the _include requirement. For example, the insurer search parameter is not required because in the context of the use case, it is anticipated there will ever be one insurer. It however must be returned in the_include=ExplanationOfBenefit:*
results. The means in which this is done (including defining all of the _include as search parameters) is not defined.
Fetch and Search Criteria:
GET [base]/ExplanationOfBenefit/[id]
GET [base]/ExplanationOfBenefit/[id]{?[parameters]{&_format=[mime-type]}}
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=[type]/[id] |
SHALL | _lastUpdated | date | GET [base]/ExplanationOfBenefit?_lastUpdated=[dateTime] |
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] |
SHALL | service-start-date | date | GET [base]/ExplanationOfBenefit?service-start-date=[service-start-date] |
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.search-type
.Fetch and Search Criteria:
GET [base]/Organization/[id]
GET [base]/Organization/[id]/_history/vid
GET [base]/Organization/[id]{?[parameters]{&_format=[mime-type]}}
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.search-type
.Fetch and Search Criteria:
GET [base]/Patient/[id]
GET [base]/Patient/[id]/_history/vid
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
Conformance Expectation: SHALL
Supported Profiles:
Reference Policy: resolves
Profile Interaction Summary:
read
.vread
.search-type
.Fetch and Search Criteria:
GET [base]/Practitioner/[id]
GET [base]/Practitioner/[id]/_history/vid
GET [base]/Practitioner/[id]{?[parameters]{&_format=[mime-type]}}