Welcome to the HSPC Java Client library! The HSPC Java Client library can be used to connect to a FHIR resource server using the SMART OAuth2/OpenID Connect security protocols.
Typically the HSPC Java Client would be used as a maven dependency. Search for the latest version here.
Add this entry to your pom.xml
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hspc-java-client</artifactId>
<version>1.6.0</version>
</dependency>
Several guides for the HSPC Java Client are available in the Quick Start Guide.
Several tutorials for the HSPC Java Client are available in the App Developer Tutorials.
https://healthservices.atlassian.net/wiki/display/HSPC/HSPC+Java+Client+Library