@medplum/core 3.2.3 → 3.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1259,6 +1259,8 @@ export declare function findObservationReferenceRange(definition: ObservationDef
1259
1259
  */
1260
1260
  export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
1261
1261
 
1262
+ export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
1263
+
1262
1264
  export declare const forbidden: OperationOutcome;
1263
1265
 
1264
1266
  /**
@@ -2502,8 +2504,6 @@ export declare interface MailOptions {
2502
2504
  */
2503
2505
  export declare function mapByIdentifier<T extends Resource = Resource>(resourceBundle: Bundle<T>, identifierSystem: string): Map<string, T>;
2504
2506
 
2505
- export declare function mapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
2506
-
2507
2507
  export declare interface Marker {
2508
2508
  index: number;
2509
2509
  line: number;
@@ -1259,6 +1259,8 @@ export declare function findObservationReferenceRange(definition: ObservationDef
1259
1259
  */
1260
1260
  export declare function findResourceByCode(resources: ResourceWithCode[], code: CodeableConcept | string, system: string): ResourceWithCode | undefined;
1261
1261
 
1262
+ export declare function flatMapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
1263
+
1262
1264
  export declare const forbidden: OperationOutcome;
1263
1265
 
1264
1266
  /**
@@ -2502,8 +2504,6 @@ export declare interface MailOptions {
2502
2504
  */
2503
2505
  export declare function mapByIdentifier<T extends Resource = Resource>(resourceBundle: Bundle<T>, identifierSystem: string): Map<string, T>;
2504
2506
 
2505
- export declare function mapFilter<T, U>(arr: T[], fn: (value: T, idx: number) => U | undefined): U[];
2506
-
2507
2507
  export declare interface Marker {
2508
2508
  index: number;
2509
2509
  line: number;