Class R3ToR5Loader

java.lang.Object
org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
org.hl7.fhir.convertors.loaders.loaderR5.R3ToR5Loader
All Implemented Interfaces:
org.hl7.fhir.r5.context.IWorkerContext.IContextResourceLoader

public class R3ToR5Loader extends BaseLoaderR5 implements org.hl7.fhir.r5.context.IWorkerContext.IContextResourceLoader
  • Constructor Details

  • Method Details

    • loadBundle

      public org.hl7.fhir.r5.model.Bundle loadBundle(InputStream stream, boolean isJson) throws org.hl7.fhir.exceptions.FHIRException, IOException
      Specified by:
      loadBundle in interface org.hl7.fhir.r5.context.IWorkerContext.IContextResourceLoader
      Throws:
      org.hl7.fhir.exceptions.FHIRException
      IOException
    • loadResource

      public org.hl7.fhir.r5.model.Resource loadResource(InputStream stream, boolean isJson) throws org.hl7.fhir.exceptions.FHIRException, IOException
      Specified by:
      loadResource in interface org.hl7.fhir.r5.context.IWorkerContext.IContextResourceLoader
      Throws:
      org.hl7.fhir.exceptions.FHIRException
      IOException
    • getCodeSystems

      public List<org.hl7.fhir.r5.model.CodeSystem> getCodeSystems()
      Specified by:
      getCodeSystems in interface org.hl7.fhir.r5.context.IWorkerContext.IContextResourceLoader
    • versionString

      protected String versionString()
      Specified by:
      versionString in class BaseLoaderR5