core.parsemappinglanguage
Home > @medplum/core > parseMappingLanguage
parseMappingLanguage() function
Parses a FHIR Mapping Language document into an AST.
Signature:
export declare function parseMappingLanguage(input: string): StructureMap;
Parameters
Parameter | Type | Description |
---|---|---|
input | string | The FHIR Mapping Language document to parse. |
Returns:
StructureMap
The AST representing the document.