Class CapabilityStatementProvider

java.lang.Object
ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
ch.ahdis.matchbox.terminology.providers.CapabilityStatementProvider
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.instance.model.api.IBaseConformance>

public class CapabilityStatementProvider extends ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
The CapabilityStatement provider for the Matchbox terminology server.
  • Field Summary

    Fields inherited from class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider

    DEFAULT_REST_RESOURCE_REV_INCLUDES_ENABLED
  • Constructor Summary

    Constructors
    Constructor
    Description
    CapabilityStatementProvider(ca.uhn.fhir.rest.server.RestfulServer theServer, ca.uhn.fhir.context.FhirContext fhirContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseConformance
    getServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
     

    Methods inherited from class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider

    getOperationDefinitionPrefix, getPublisher, postProcess, postProcessRest, postProcessRestResource, readOperationDefinition, searchParamEnabled, setPublisher, setRestfulServer, setRestResourceRevIncludesEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CapabilityStatementProvider

      public CapabilityStatementProvider(ca.uhn.fhir.rest.server.RestfulServer theServer, ca.uhn.fhir.context.FhirContext fhirContext)
  • Method Details

    • getServerConformance

      public org.hl7.fhir.instance.model.api.IBaseConformance getServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      getServerConformance in interface ca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.instance.model.api.IBaseConformance>
      Overrides:
      getServerConformance in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider