Class FhirCapabilities

java.lang.Object
org.apache.camel.component.fhir.api.FhirCapabilities

public class FhirCapabilities extends Object
API to Fetch the capability statement for the server
  • Constructor Details

    • FhirCapabilities

      public FhirCapabilities(ca.uhn.fhir.rest.client.api.IGenericClient client)
  • Method Details

    • ofType

      public <T extends org.hl7.fhir.instance.model.api.IBaseConformance> T ofType(Class<T> type, Map<ExtraParameters,Object> extraParameters)
      Retrieve the conformance statement using the given model type
      Type Parameters:
      T - extends IBaseConformance
      Parameters:
      type - the model type
      extraParameters - see ExtraParameters for a full list of parameters that can be passed, may be NULL
      Returns:
      the conformance statement