b.well SDK v0.14.0
almost 2 years ago
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
getEncounterGroupsparticipantwas removed. This will be replaced withperformerin an upcoming release.periodwas replaced withperformedDate
Changes to AllergyIntolerance
AllergyIntoleranceAllergyIntolerance.categoryis now aList<AllergyIntoleranceCategoryCode?>
Future Enhancements
- Error handling with
getMedicationKnowledgewill be improved in a future release. Currently, error handling to be aware of:- Passing a
medicationStatementIdthat exists but does not have the correct codes configured will return a400response. - Passing a
medicationStatementIdthat does not exist results in an empty list returned.
- Passing a
