Skip to content

Releases: the-commons-project/CommonHealthClientSample

v1.9.9

08 Feb 21:01
d0b9f38
Compare
Choose a tag to compare

v1.9.9 Fixed an Android 13+ bug where the package of the 3rd party app (I.e. CommonHealthClientSample) could not be validated.

v1.9.8

01 Feb 19:37
10f7af6
Compare
Choose a tag to compare

Upgrading from v1.6.2 to v1.9.8

v1.9.8 introduced International Patient Summary, SMART Health Links and Digital Insurance Cards as well as updating dependencies

  • Find a digital insurance card here and scan it into the app
  • Create SMART Health Links containing SMART Health Cards here and scan it into the app
  • Create an International Patient Summary within the CommonHealth Developer app by adding FHIR clinical data (via the SMART IT Sandbox) and then once data has downloaded, clicking Share My Clinical Summary

v1.6.4

29 Sep 15:50
2796657
Compare
Choose a tag to compare
  • Upgraded to SMART IT Sandbox R4 from DSTU2
  • Make sure to use the R4 Patient Browser (listed above) rather than the previously linked DSTU2 browser for finding valid patients

v1.6.2

14 Sep 16:10
72340da
Compare
Choose a tag to compare

Upgrading from v1.3.15 to v1.6.2

v1.6.2 introduced insurance data:

  • Support for Insurance data through the CMS Blue Button 2.0 Sandbox. This will require you to register with CMS an app with a redirect url to CommonHealth, and then for you to provide the client id/secret locally into CommonHealth so that you can download the data. Please README section "Using CMS Blue Button Sandbox" for details
  • Minor change to readSampleQuery(..) parameters

v1.3.15

03 May 15:29
8ceb40e
Compare
Choose a tag to compare

Upgrading from v1.1.2 to v1.3.15

v1.3.15 introduced a small number of changes:

  • Support for requesting access to Verifiable Credentials (SMART® Health Cards) is now in beta
  • Updates to support higher Android OS levels (specifically changes to accommodate new restrictions on apps calling into packageManager)

v1.1.2

03 May 15:28
6f0280b
Compare
Choose a tag to compare

Upgrading from v0.4.8 to v1.1.2

v1.1.2 introduced a small number of changes:

  • The constructor for SecureNamespacedKeyValueStore now requires a CryptoProvider object.
  • The artifacts names have changed:
    • org.thecommonsproject.commonhealth:common is now org.thecommonsproject:commonhealth-common
    • org.thecommonsproject.commonhealth:commonhealthclient is now org.thecommonsproject:commonhealth-client
  • The artifacts are now hosted in Maven Central.