b.well SDK v1.12.3 Change Log

b.well SDK version 1.12.3 includes a bug fix.

Updates

  • This version ensures that token state is properly persisted and maintained during refresh operations.


b.well SDK v1.12.2 Change Log

b.well SDK version 1.12.2 includes an enhancement.

Updates

  • The SDK size has now been reduced.

b.well SDK v1.12.0 Change Log

b.well SDK version 1.12.0 includes an enhancement.

Updates

  • getVerificationStatus now returns errorCode
    • errorCode is one of SERVER_ERROR, PERSON_MATCHING_ERROR or null

b.well SDK version 1.11.2 includes new features and some enhancements.

New Additions

  • health.getDiagnosticReportLabGroups
  • health.getDiagnosticReports
  • user.getPatients
  • user.getRelatedPersons

Updates

  • getMemberConnections now supports retrieving previously deleted connection ids to enable re-activation
    • MemberConnectionsRequest supports filtering by status and integrationType
      • IntegrationTypeis one of: PROA,DIRECT_IAS,INDIRECT_IAS
    • syncStatus will now include new enum values: DELETING and DATA_DELETED
  • Additional fields exposed for:
    • PractitionerRole
      • active
      • resourceType
      • identifier
      • location
      • organization
      • code
      • period
      • practitioner
      • specialty
      • telecom
      • endpoint

b.well SDK v1.10.1 Change Log

b.well SDK version 1.10.1 includes some enhancements.

Updates

  • getMemberConnections.status enum now includes ACCESS_ENDED
    • When IAS Consent is revoked by the user, all currently connected Direct IAS connections will be transitioned to ACCESS_ENDED
    • When IAS Consent is re-permitted, all Direct IAS connections in the ACCESS_ENDED status will be transition to CONNECTED
  • Additional fields exposed for:
    • CareTeams:
      • resourceType
      • status
      • participant
    • Location:
      • status
    • Organization:
      • active
      • type

b.well SDK v1.9.0 Change Log

b.well SDK version 1.9.0 includes a new feature.

New Additions

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.

b.well SDK v1.8.0 Change Log

b.well SDK version 1.8.0 includes new features and some small enhancements.

New Additions

Record Location Status now supported

  • The getTasks endpoint will now return a task indicating the status of the IAS Record Location.

Updates

  • getMemberConnections.category now includes IDENTITYfor Direct IAS connections
  • getTasks now includes a filter for performerType (user or system)
    • Note: Please filter by user for all current uses of getTasks to retrieve insights
  • The following fields were added to getMedicationGroups
    • lastEncounter
    • pharmacyName
    • prescriber
    • refillsRemaining
    • totalRefills
    • lastFilled
    • daysOfSupply
    • prescriberInstruction
    • pharmacyInstruction
  1. Updated Methods

getHealthResourceSearchResponse

  • Score will not be available in the response.

createConsent

  • Add support for IAS_IMPORT_RECORDS consent category
  1. Additional fields have been exposed for:
  • Document Reference
    • content.attachment[].title
  • MedicationDispense
    • medication
  • MedicationRequest
    • medication
  • Medication
    • code
    • form
    • resourceType
    • identifier
    • ingredient
      • itemCodeableConcept
      • strength
      • itemReference
      • isActive
  1. Updated Methods
  • HealthResourceSearchRequest.build
    • Zip code is required when sorting by DATA_SOURCE_RANK, and must be unset otherwise. Earlier Zip Code was only allowed when sorting by DATA_SOURCE_RANK.
  1. Additional fields exposed for:
  • MedicationRequest
    • identifier
    • resourceType
    • courseOfTherapyType
  • MedicationDispense
    • identifier
    • resourceType
    • category
  • Encounter
    • location
    • resourceType
    • text
  • Procedure
    • asserter
    • identifier
    • location
    • recorder
    • report
    • resourceType
    • text
  • Immunizations
    • location.address
    • location.telecom
  1. New Methods
  • getDiagnosticReportLabGroup which can be used to group Diagnostic Reports and Observations by code and date
  1. Updated Methods
  • Consent (Health Match Support)
    • New consent category code HEALTH_MATCH
  • Unified Search
    • searchHealthResources updated schema (see Method Guide)