b.well SDK v0.14.0

b.well SDK v0.14.0 Change Log

Production SDK Updates

b.well SDK version 0.14.0 includes the latest round of fully integrated methods aligned with User Journey 4: User is able to retrieve Health Data.

Before referencing the method documentation, please take some time to read the Codings in Health Data Request Objects guide. It will be important to understand this concept as you begin to integrate the health data methods.

The following methods are now available:

Methods not available in this release, but coming (very) soon:

  • getEncounters
  • getMedicationStatements
  • getLabs
  • getLabGroups
  • getLabKnowledge

Important Changes

SDK Changes

  • Due to changes in the SDK, all Group queries will no longer function with SDK v0.13.0 or earlier. Please update dependencies to use v0.14.0 as soon as possible

Changes to getEncounterGroups

  • participant was removed. This will be replaced with performer in an upcoming release.
  • period was replaced with performedDate

Changes to AllergyIntolerance

  • AllergyIntolerance.category is now a List<AllergyIntoleranceCategoryCode?>

Future Enhancements

  • Error handling with getMedicationKnowledge will be improved in a future release. Currently, error handling to be aware of:
    • Passing a medicationStatementId that exists but does not have the correct codes configured will return a 400 response.
    • Passing a medicationStatementId that does not exist results in an empty list returned.