You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample BlueButton Test file (medicare/medicare_bbp.txt) from MyMedicare.gov has been used to create a medicare_bbp.xml and medicare_bbp.json format.
This has been based on the claims.xml file that was initially created by Ryan Panchadsaram.
Latest change is to change field names to headlessCamelCase. ie. "Medicare Part B Effective Date" becomes "medicarePartBEffectiveDate".
Objective
The objective of this work is to:
Create structured file formats in XML and JSON that can be used for the CMS BlueButton Plus data-as-a-service project.
Create claims summary and claim detail sections that will also satisfy the needs of the payer community for BlueButton
claims output for beneficiaries of Medicare, Medicaid and private insurance plans.
Design Principles
The following design principles have been adopted in creating these file formats:
Keep it simple
Develop a single file format with the necessary sections incorporated within the file
in order to avoid the challenges that can come with packaging multiple sets of files.
Files in medicare folder:
medicare_bbp.txt
This is a medicare bluebutton test file in simple ASCII format
medicare_bbp.xml
This is an xml version based on the fields in the medicare_bbp.txt file