UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

23 lines 618 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ /** * The structure of a file entry in the .fume.index.json file of a package, according to version 2 @see https://hl7.org/fhir/packages.html */ export interface FileInPackageIndex { filename: string; resourceType: string; id: string; url?: string; name?: string; version?: string; kind?: string; type?: string; supplements?: string; content?: string; baseDefinition?: string; derivation?: string; date?: string; } //# sourceMappingURL=FileInPackageIndex.d.ts.map