UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

7 lines 294 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ import type { FhirResource } from '../../types/FhirResource'; export declare const reference: (resource: FhirResource | undefined) => string | undefined; //# sourceMappingURL=reference.d.ts.map