core.statsfn | Medplum StatsFn type Signature: export type StatsFn = (data: number[]) => number | Quantity; StatsFn type