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

org.hl7.fhir.r4.hapi.ctx.FhirServerR4 Maven / Gradle / Ivy

Go to download

Builds the hapi fhir r4. Requires hapi-fhir-base, hapi-fhir-utilities and hapi-fhir-r4 be built first and be excluded from any other poms requiring it.

There is a newer version: 7.0.2-r9
Show newest version
package org.hl7.fhir.r4.hapi.ctx;

import ca.uhn.fhir.rest.api.server.IFhirVersionServer;
import ca.uhn.fhir.rest.server.RestfulServer;
import ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider;

public class FhirServerR4 implements IFhirVersionServer {

	@Override
	public ServerCapabilityStatementProvider createServerConformanceProvider(RestfulServer theServer) {
		return new ServerCapabilityStatementProvider(theServer);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy