core.stringmap | Medplum StringMap type Signature: export type StringMap = { [key: string]: string; }; StringMap type