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