Package org.hl7.fhir.r5.utils
Interface StructureMapUtilities.ITransformerServices
-
- Enclosing class:
- StructureMapUtilities
public static interface StructureMapUtilities.ITransformerServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Base
createResource(Object appInfo, Base res, boolean atRootofTransform)
Base
createType(Object appInfo, String name)
void
log(String message)
List<Base>
performSearch(Object appContext, String url)
Base
resolveReference(Object appContext, String url)
Coding
translate(Object appInfo, Coding source, String conceptMapUrl)
-
-
-
Method Detail
-
createType
Base createType(Object appInfo, String name) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createResource
Base createResource(Object appInfo, Base res, boolean atRootofTransform)
-
translate
Coding translate(Object appInfo, Coding source, String conceptMapUrl) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveReference
Base resolveReference(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
performSearch
List<Base> performSearch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-