Package-level declarations

Types

Link copied to clipboard
class LocalizationHelper(val configurationRegistry: ConfigurationRegistry)
Link copied to clipboard
@Singleton
class TransformSupportServices @Inject constructor(val simpleWorkerContext: SimpleWorkerContext) : StructureMapUtilities.ITransformerServices

Copied from https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/TransformSupportServices.java and adapted for R4. This class enables us to implement generation of Types and Resources not in the original Hapi Fhir source code here https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.r4/src/main/java/org/hl7/fhir/r4/model/ResourceFactory.java. The missing Types and Resources are internal model types eg RiskAssessment.Prediction, Immunization.Reaction