UNPKG

fhir-snapshot-generator

Version:
6 lines 259 B
/** * Flatten CodeSystem concepts (collect all nested {code, display}). * Returns a Map<code, display?>. */ export declare function flattenCodeSystemConcepts(cs: any): Map<string, string | undefined>; //# sourceMappingURL=flattenCodeSystemConcepts.d.ts.map