
Package org.hl7.fhir.convertors
Interface VersionConvertorAdvisor50
- All Known Implementing Classes:
IGR2ConvertorAdvisor5
,NullVersionConverterAdvisor50
,R2016MayToR5Loader
,R2ToR5Loader
,R3ToR5Loader
,R4ToR5Loader
,R5ToR5Loader
public interface VersionConvertorAdvisor50
-
Method Summary
Modifier and Type Method Description org.hl7.fhir.dstu2.model.Resource
convertR2(org.hl7.fhir.r5.model.Resource resource)
org.hl7.fhir.dstu2016may.model.Resource
convertR2016May(org.hl7.fhir.r5.model.Resource resource)
org.hl7.fhir.dstu3.model.Resource
convertR3(org.hl7.fhir.r5.model.Resource resource)
org.hl7.fhir.r4.model.Resource
convertR4(org.hl7.fhir.r5.model.Resource resource)
org.hl7.fhir.r5.model.CodeSystem
getCodeSystem(org.hl7.fhir.r5.model.ValueSet src)
void
handleCodeSystem(org.hl7.fhir.r5.model.CodeSystem tgtcs, org.hl7.fhir.r5.model.ValueSet source)
boolean
ignoreEntry(org.hl7.fhir.r5.model.Bundle.BundleEntryComponent src)
-
Method Details
-
ignoreEntry
-
convertR2
org.hl7.fhir.dstu2.model.Resource convertR2(org.hl7.fhir.r5.model.Resource resource) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertR2016May
org.hl7.fhir.dstu2016may.model.Resource convertR2016May(org.hl7.fhir.r5.model.Resource resource) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertR3
org.hl7.fhir.dstu3.model.Resource convertR3(org.hl7.fhir.r5.model.Resource resource) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertR4
org.hl7.fhir.r4.model.Resource convertR4(org.hl7.fhir.r5.model.Resource resource) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
handleCodeSystem
void handleCodeSystem(org.hl7.fhir.r5.model.CodeSystem tgtcs, org.hl7.fhir.r5.model.ValueSet source) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getCodeSystem
org.hl7.fhir.r5.model.CodeSystem getCodeSystem(org.hl7.fhir.r5.model.ValueSet src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-