Class R4ToR5Loader
java.lang.Object
org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
org.hl7.fhir.convertors.loaders.loaderR5.R4ToR5Loader
- All Implemented Interfaces:
org.hl7.fhir.r5.context.IContextResourceLoader
public class R4ToR5Loader
extends BaseLoaderR5
implements org.hl7.fhir.r5.context.IContextResourceLoader
-
Field Summary
Fields inherited from class org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
killPrimitives, lkp, patchUrls, types, URL_BASE, URL_ELEMENT_DEF_NAMESPACE
-
Constructor Summary
ConstructorDescriptionR4ToR5Loader
(List<String> types, ILoaderKnowledgeProviderR5 lkp, String version) -
Method Summary
Modifier and TypeMethodDescriptionList
<org.hl7.fhir.r5.model.CodeSystem> org.hl7.fhir.r5.model.Bundle
loadBundle
(InputStream stream, boolean isJson) org.hl7.fhir.r5.model.Resource
loadResource
(InputStream stream, boolean isJson) org.hl7.fhir.r5.terminologies.client.TerminologyClientManager.ITerminologyClientFactory
protected String
Methods inherited from class org.hl7.fhir.convertors.loaders.loaderR5.BaseLoaderR5
doPatchUrls, getNewLoader, getResourcePath, isPatchUrls, loaderFactory, patchUrl, setLoadProfiles, setPatchUrls, setPath, wantLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.r5.context.IContextResourceLoader
getNewLoader, getResourcePath, getTypes, patchUrl, setLoadProfiles, setPatchUrls, wantLoad
-
Constructor Details
-
R4ToR5Loader
-
-
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 interfaceorg.hl7.fhir.r5.context.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 interfaceorg.hl7.fhir.r5.context.IContextResourceLoader
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
getCodeSystems
- Specified by:
getCodeSystems
in interfaceorg.hl7.fhir.r5.context.IContextResourceLoader
-
versionString
- Specified by:
versionString
in classBaseLoaderR5
-
txFactory
public org.hl7.fhir.r5.terminologies.client.TerminologyClientManager.ITerminologyClientFactory txFactory()- Specified by:
txFactory
in interfaceorg.hl7.fhir.r5.context.IContextResourceLoader
-