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

org.hl7.fhir.dstu3.hapi.ctx.FhirServerDstu3 Maven / Gradle / Ivy

There is a newer version: 7.4.0
Show newest version
package org.hl7.fhir.dstu3.hapi.ctx;

import ca.uhn.fhir.rest.api.server.IFhirVersionServer;
import ca.uhn.fhir.rest.server.RestfulServer;
import org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider;

public class FhirServerDstu3 implements IFhirVersionServer {
	@Override
	public ServerCapabilityStatementProvider createServerConformanceProvider(RestfulServer theServer) {
		return new ServerCapabilityStatementProvider(theServer);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy