Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 976 Bytes

File metadata and controls

39 lines (22 loc) · 976 Bytes

Blue-Button API

Fetching FHIR data using Blue-Button API in PHP


About API ✍🏻✍🏻

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.


How to Install 🎯🎯

  • Fork the repository.
  • Clone the repository.
    git clone https://github.com/ayushkr459/Blue-Button.git
  • Run the index.php in your localhost.

License 🔗🔗

This project follows MIT License