Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

File metadata and controls

26 lines (16 loc) · 1.02 KB

README

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.

How do I get set up?

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>

Guides

Several guides for the HSPC Java Client are available in the Quick Start Guide.

Tutorials

Several tutorials for the HSPC Java Client are available in the App Developer Tutorials.

Where to go from here

https://healthservices.atlassian.net/wiki/display/HSPC/HSPC+Java+Client+Library