Cody Ebberson
Cody Ebberson
`iconv-lite` supports `windows-1252` and is already in the dependency tree for `nodemailer`: https://www.npmjs.com/package/iconv-lite ### Create Middleware for Encoding Conversion You need to create a middleware that checks the `Content-Type` of...
Add as project level config setting in `Project.systemSetting` so only configurable by super admins
In the method `computeExpansion`: https://github.com/medplum/medplum/blob/main/packages/server/src/fhir/operations/expand.ts#L236 The method `validateCodings` is called inside a loop. The method `validateCodings` results in a `SELECT` query: https://github.com/medplum/medplum/blob/main/packages/server/src/fhir/operations/codesystemvalidatecode.ts 1. Are these extra queries required? Or could...