New searchContext(SearchContext) builder method — specifies the context in which a search is performed, affecting which configurations are applied to results
location() builder now has two new overloads:
location(latitude: Double, longitude: Double) — lat/long only
location(zipCode: String) — zip code only
NOTE: The previous 3-parameter location(latitude, longitude, zipCode) variant is now deprecated — please migrate to the new overloads
Search: HealthResource model updates
New bookable: Bookable? field added
New providerLocation: List<ProviderLocation>? field added — includes scheduling information
NOTE:location field is now deprecated — please use providerLocation instead
Financials: ExplanationOfBenefit model updates
ExplanationOfBenefitItem expanded with additional adjudication fields
New related and process note fields added via ExplanationOfBenefitRelated and ExplanationOfBenefitProcessNote
Activate a Previously Disconnected Direct IAS Connection
A new endpoint, activateDirectConnection, has been introduced. This allows users to reconnect a previously disconnected Direct Individual Access Service (IAS) connection and start retrieving new data for that connection again.