Skip to main content

HS.FHIR.DTL.Mapping.Base

abstract class HS.FHIR.DTL.Mapping.Base

Method Inventory

Parameters

parameter FHIRTargetType;
Type in FHIR that the extensions will be mapped to, eg. "Patient" or "Address"
parameter SourceClass;
Class that is being transformed to FHIR extensions
parameter TargetSchema;

Methods

classmethod Transform(sdaObject As %RegisteredObject, ByRef fhirTarget As %RegisteredObject, ByRef aux) as %RegisteredObject
Generates a method which will transform the properties in sdaObject, which is an instance of SDAExtensionClass, to FHIR extensions, which will be added to the fhirTarget object.
FeedbackOpens in a new tab