Releases: the-commons-project/CommonHealthClientSample
Releases · the-commons-project/CommonHealthClientSample
v1.9.9
v1.9.8
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
- 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
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
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
Upgrading from v0.4.8 to v1.1.2
v1.1.2
introduced a small number of changes:
- The constructor for
SecureNamespacedKeyValueStore
now requires aCryptoProvider
object. - The artifacts names have changed:
org.thecommonsproject.commonhealth:common
is noworg.thecommonsproject:commonhealth-common
org.thecommonsproject.commonhealth:commonhealthclient
is noworg.thecommonsproject:commonhealth-client
- The artifacts are now hosted in Maven Central.