Cody Ebberson

Results 16 comments of Cody Ebberson

Hi @fh-ivan That is correct, Medplum does not support custom search parameters at this time. We have some very early preliminary plans for how to support custom search parameters in...

2 concrete changes we should make: 1. Make clear in the docs that we discourage reusing `MedplumClient` for different users like this. It is an unnecessary risk vs just creating...

Same: ``` Argument of type 'Unpack' is not assignable to parameter of type 'WritableStream'. The types returned by 'write(...)' are incompatible between these types. Type 'boolean | Unzip | BrotliDecompress...

https://github.com/strongdm/comply/issues/132#issuecomment-1505448114 > Hi Laurie, > > My name is Matt, I'm Sr Customer Engineer at SDM. > > Unfortunately, this project is no longer supported. > > I'm sorry for...

The main eng work for this is done. For example: ```ts import { loadDataTypes, normalizeErrorString, validate } from '@medplum/core'; import { readJson } from '@medplum/definitions'; import { Bundle, Patient, StructureDefinition...

Fixed in https://github.com/medplum/medplum/pull/3039