Fetching FHIR data using Blue-Button API in PHP
What is Blue Button API?
Blue Button 2.0 API enables Medicare beneficiaries to connect their Medicare claims data to the applications, services, and research programs they trust.
The CMS Blue Button 2.0 API:
- Enables a developer to register a beneficiary-facing application
- Enables a beneficiary to grant an application access to four years of their Part A, B, and D claims data
- Uses the HL7 FHIR standard for beneficiary data and the OAuth 2.0 standard for beneficiary authorization
Read the Documentation.
- Fork the repository.
- Clone the repository.
git clone https://github.com/ayushkr459/Blue-Button.git
- Run the index.php in your localhost.
This project follows MIT License