UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

9 lines (7 loc) 256 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ export const eDefSelector = (fullPath: string, structDef: any): object => { return structDef?.differential.element.filter(e => e.path === fullPath); };