org.cqframework.fhir.api.stu3.FhirService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cqf-fhir Show documentation
Show all versions of cqf-fhir Show documentation
The cqf-fhir library for the Clinical Quality Language Java reference implementation
package org.cqframework.fhir.api.stu3;
/**
* Defines the base interface for services available through the STU3 FhirPlatform API
*/
public interface FhirService extends org.cqframework.fhir.api.FhirService {}