All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cqframework.fhir.api.r4.FhirCapabilities Maven / Gradle / Ivy

Go to download

The cqf-fhir library for the Clinical Quality Language Java reference implementation

There is a newer version: 3.20.1
Show newest version
package org.cqframework.fhir.api.r4;

import org.hl7.fhir.r4.model.CapabilityStatement;

/**
 * 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.
 */
public interface FhirCapabilities extends org.cqframework.fhir.api.FhirCapabilities {
    /**
     * Returns a resource describing the capabilities of this FHIR service.
     * @return
     */
    CapabilityStatement capabilities();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy