layout | title |
---|---|
default |
Interim Recommendations For Payer / Health Plan Content |
Blue Button files from health plans are typically derived from administrative claims databases, as well as self-entered data from online Personal Health Records. Files made available to patients via Blue Button+ should be:
- Human-readable, and
- Formatted in a way that is "machine readable" for downstream (e.g. 3rd-party) applications.
The Blue Button+ file should include, as possible, interoperable data fields and elements as covered below in Blue Button+ recommended data fields and elements. The base set of data fields and elements included should be as consistent as possible with the data represented in the MyMedicare.gov Blue Button file. Additional fields were also recommended by the group and detailed below. These include fields to describe the patient, payer coverage, provider(s), and codified claims history (including medication where possible). Several options for formatting are currently possible. Each option is described below in "Blue Button+ format options,” with the potential strengths and limitations of each choice described.
This section describes the recommended data fields and elements to represent in Blue Button files.
Blue Button files from non-EMR sources typically come from administrative claims data, as well as potentially self-entered data on Personal Health Records. To the extent that data holders already have useful and meaningful health data for consumers' Blue Button files, including from administrative claims data, the following data fields and elements are recommended for inclusion.
Payer & Coverage Information
- Payer name
- Payer ID type (e.g. CMS National Plan ID)
- Payer ID code
- Plan ID
- Payer web site
- Eligibility period start date
- Eligibility period end date (if applicable)
- Plan Type (e.g. Medical, Pharmacy, etc.)
- Primary Insurance vs. Secondary
Patient Information
- Patient Name (Last, First)
- Patient Identifier (e.g. Member ID#)
Provider Information (note: may be provided on a claims-level basis)
- Provider ID code (e.g. NPI)
- Provider Name (Last & First name or organization)
- Provider web site
Claims-Level Detail
- Claim-level Detail
- Claims ID number
- Date of Service
- "Procedure" Code Type (e.g. CPT, HCPCS, NDC Rx code, ICD-9 CM procedure)
- "Procedure" Code(s)
- "Procedure" Description(s)
- Diagnosis Codes (e.g. ICD-9, ICD-10)
- Diagnosis Description(s)
Health Financial Amounts
- Provider Charged Amount ("Amount charged")
- Allowed/Negotiated Amount ("Insurance approved")
- Paid-to-Provider Amount ("Provider paid")
- Patient Responsibility ("You may be billed")
- Deductible Amount
- Coinsurance Amount
- Copay Amount
- Coordination-of-Benefits (COB) Amount
- Adjustments
- Explanatory Codes
Other Health Data Elements found in non-EMR data sources
- Laboratory result data (e.g. LOINC-coded results)
- Wellness & Care Management Program Alerts & Invitations
- Security & Authentication Hashes
Further detail on data fields and elements for Blue Button+ is available on http://wiki.siframework.org/ABBI+Payor+Content+Interim+Guidance.
This section describes the recommended format options for Blue Button files. Note: multiple options can be offered simultaneously.
-
ASCII Plain Text Format: the Blue Button file should ideally start with representing data fields currently shown in the MyMedicare.gov Blue Button file. The actual visual layout may differ, however, and plans are encouraged to provide public sample files and details of data fields supported if alternate structures are provided, for developer and trading partner use. Special note: the My HealtheVet Blue Button file from the Department of Veterans Affairs presents clinical data in another format. It was originally derived from clinical data rather than payer-based data, does not contain codified data, and is therefore not recommended for interoperability purposes (but rather human-readability, basic Blue Button "non-plus" purposes).
-
CDA-formatted XML: for plans seeking to give consumers a file that can interoperate with clinical systems, Consolidated CDA (C-CDA) XML files should be offered, ideally in a Continuity of Care Document template (CCD). At present there is no formal HL7 implementation guide; however, several interim options and mappings are presented below, along with sample disclaimer text for consumers to understand the limitations of claims data relative to point-of-care clinical data. C-CDA files should be validated against NIST tools as well as semantic validators (e.g. C-CDA Scorecard.
-
"Lightweight" XML or JSON and HL7 Fast Healthcare Interoperability Resources (FHIR): for plans seeking interoperability with mobile applications and RESTful APIs, FHIR-style XML and/or JSON documents may be offered. The FHIR specification, and its patient, coverage, provider, and claims resources offer a promising way to approach this. This is a standard currently under development and not due to emerge until 2013-2014, because of the limitations of CDA in representing personal health financial data, it provides a method to express Explanation of Benefit (EOB) type of data in a structured and open fashion. (See also a simplified XML and JSON representation, below.)
No currently-existing standard is ideal for all of the available data, nor all the use cases, particularly to represent personal health financial data (EOB content). A new standard common format is most likely needed in order for payers to represent EOB-like data for consumer applications (as opposed to payer-provider transactions). Future implementation guidance should be updated with a (EOB-like) claims-derived consumer data standard as soon as possible.
Blue Button+ Simplified XML and JSON: As a starting point for future standards-development processes, or for organizations who wish to innovate ahead of the standards development process, an example open Blue Button+ simplified XML and JSON representation of MyMedicare.gov data elements is provided for reference and potential interim application. For example, organizations seeking to develop mobile application ecosystems may wish to consider this format. See sample XML representation. See sample JSON representation.
Additional proprietary or closed data exchange formats and platforms also exist for health plan data interoperability with consumer-facing applications, including consumer health financial data, but are not detailed here. These were explored and discussed by the sub-workgroup, and include Microsoft Healthvault, Dossia, and Intuit/Optum Open Medical Exchange Platform.
Further detail on formats for Blue Button+ is available on http://wiki.siframework.org/ABBI+Payor+Content+Interim+Guidance.
HL7 CDA security issues have come to light in certain implementations. Maliciously-crafted documents can lead to vulnerabilities and exploits in the HTML portions of the CDA document, particularly if using the C-CDA display using HL7 style sheets. See important post from Dr. Joshua Mandel from Harvard for more detail:
http://smartplatforms.org/2014/04/security-vulnerabilities-in-ccda-display/
also Graham Grieve has helped summarize these issues:
- Unsanitized nonXMLBody/text/reference/@value can execute JavaScript
- Unsanitized table/@onmouseover can execute JavaScript
- Unsanitized observationMedia/value/reference/@value can leak state via HTTP Referer headers
HL7 FHIR, I would suggest, may be less vulnerable to these types of attacks. This standard not only has the feature set described in the Interim Guidance, but also several important protective features, namely that FHIR already includes native HTML, and active content is not allowed. Other information, including Graham Grieve's post on white-listing external references and imaging, are detailed here: