Cody Ebberson

Results 16 comments of Cody Ebberson

Thanks @TimothyStiles this is a good suggestion! We do have OpenAPI 3.0 API definitions: https://api.medplum.com/openapi.json There are 2 current blockers for a swagger site: 1. Our object model is huge,...

Thanks @TimothyStiles this is a good suggestion. Yes, you are correct. We do build and deploy with every release. We currently only push the Docker image to [AWS ECR](https://aws.amazon.com/ecr/). We...

Hi @saewitz - as of https://github.com/medplum/medplum/pull/960 all new projects are in "strict mode", which will catch this error. Please let us know if you'd like to modify an existing project...

@rahul1 I'd love your feedback on the preview: https://medplum-www-git-cody-docusaurus-for-www-medplum.vercel.app/ Some thoughts: * We should probably remove /docs/security, as it's now redundant with /security * It might make sense to merge...

Hi @bsoneca thanks for submitting! First, I 100% support the need for the ability to "add a Practitioner user without sending an email". I have a few questions about the...

Update: With the updated "invite" flow, you can now create a `Patient`, `Practitioner`, or `RelatedPerson`. This is a single API that handles configuring `AccessPolicy` and `UserConfiguration`. The API is available...

Yes, I've noticed this on recent versions of Edge too. The root cause is inconsistent behavior in [Pointer Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API). In particular, Chrome appears to lock the cursor immediately, and...

> is this addressed by strict mode? Partially. We now have a JS/TS utility to validate a FHIR resource, but it is currently only available in `server`. There is some...

See https://github.com/medplum/medplum/discussions/3995

> Bundles: we'll likely need to move the existing batch implementation from @medplum/fhir-router into @medplum/server and refactor it significantly. I don't think that is necessarily true. I think it could...