Registry / http-client / hapi-fhir-client

hapi-fhir-client

JSON →
library8.8.1javamavenunverified

An open-source implementation of the FHIR specification in Java, providing a client for interacting with FHIR servers.

<dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-client</artifactId> <version>8.8.1</version> </dependency>
INSTALL
IMPORT
SIG · HAPI-FHIR-CLIENT
H
hapi-fhir-client
http-clientjavav8.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IGenericClient
ca.uhn.fhir.rest.client.api.IGenericClient

Creates a FHIR client and fetches server capabilities.

import ca.uhn.fhir.rest.client.api.IGenericClient; import ca.uhn.fhir.context.FhirContext; FhirContext ctx = FhirContext.forR4(); IGenericClient client = ctx.newRestfulGenericClient("http://hapi.fhir.org/baseR4"); System.out.println(client.capabilities().execute());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
hapi-fhir-client — mvn dependency:get hapi-fhir-client · libregistry