Class FhirTypeConverterFactory


  • public class FhirTypeConverterFactory
    extends Object
    • Constructor Detail

      • FhirTypeConverterFactory

        public FhirTypeConverterFactory()
    • Method Detail

      • create

        public FhirTypeConverter create​(ca.uhn.fhir.context.FhirVersionEnum fhirVersionEnum)
        Creates a FHIR version specific FhirTypeConverter
        Parameters:
        fhirVersionEnum - the version of FHIR to create a converter for
        Returns:
        a FhirTypeConverter
        Throws:
        IllegalArgumentException - if the FHIR version specified is not supported