Package org.hl7.fhir.r4.utils
Interface StructureMapUtilities.ITransformerServices
- Enclosing class:
StructureMapUtilities
public static interface StructureMapUtilities.ITransformerServices
-
Method Summary
Modifier and TypeMethodDescriptioncreateResource
(Object appInfo, Base res, boolean atRootofTransform) createType
(Object appInfo, String name) void
performSearch
(Object appContext, String url) resolveReference
(Object appContext, String url)
-
Method Details
-
log
-
createType
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createResource
-
translate
Coding translate(Object appInfo, Coding source, String conceptMapUrl) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveReference
- 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
-