Package org.cqframework.fhir.api
Interface FhirCapabilities
- All Known Subinterfaces:
FhirCapabilities,FhirCapabilities
public interface FhirCapabilities
This interface provides capability discovery services for the Fhir platform API.
It provides a version-independent interface for the implementation of the Fhir
[capabilities](https://hl7.org/fhir/http.html#capabilities) interaction.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseConformanceReturns a resource describing the capabilities of this FHIR service.
-
Method Details
-
capabilities
org.hl7.fhir.instance.model.api.IBaseConformance capabilities()Returns a resource describing the capabilities of this FHIR service.- Returns:
-