core.structuremaptransform | Medplum
structureMapTransform() function
Transforms input values using a FHIR StructureMap.
Signature:
export declare function structureMapTransform(structureMap: StructureMap, input: TypedValue[], transformMaps?: TransformMapCollection): TypedValue[];
Parameters
| Parameter | Type | Description |
|---|---|---|
| structureMap | StructureMap | The StructureMap to transform. |
| input | TypedValue | The input values. |
| transformMaps | TransformMapCollection | (Optional) Optional collection of imported StructureMaps and ConceptMaps. |
Returns:
The transformed values.