Package org.cqframework.fhir.api.r4
Interface FhirCapabilities
- All Superinterfaces:
FhirCapabilities
This interface provides capability discovery services for the Fhir platform API.
It provides an R4 version of the interface for the implementation of the Fhir
[capabilities](https://hl7.org/fhir/R4/http.html#capabilities) interaction.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.CapabilityStatementReturns a resource describing the capabilities of this FHIR service.
-
Method Details
-
capabilities
org.hl7.fhir.r4.model.CapabilityStatement capabilities()Returns a resource describing the capabilities of this FHIR service.- Specified by:
capabilitiesin interfaceFhirCapabilities- Returns:
-