Lee Surprenant

Results 188 comments of Lee Surprenant

Thanks for your patience, @mudlej Is it possible for you to amend your commits to include a "sign-off" line in accordance with https://github.com/LinuxForHealth/FHIR/blob/main/CONTRIBUTING.md#legal ? Alternatively, if you indicate here your...

Per https://github.com/LinuxForHealth/FHIR/blob/main/CONTRIBUTING.md#legal this project uses the "Developer's Certificate of Origin" (DCO) process for contributions. Would you mind either amending your commits with a sign-off or replying to this comment to...

Nothing at the moment. The first step would be to generate a new fhir-model off the R5 ballot artifacts. If someone would like to give it a go, we can...

@alexey1607 thanks for the update. can we close this one as "invalid" in that case?

The docs for this are at https://linuxforhealth.github.io/FHIR/guides/FHIRServerUsersGuide/#331-the-jdbc-persistence-layer fhir-server-config.json only has a few persistence fields...the most important of which is the jndiName for the datasource. so all the connection info is...

The RegistryResourceProviders are discovered during startup (using the java ServiceLoader pattern) and so registering new providers is not supported at runtime. That said, it should be possible to implement a...

Thanks @chgl, did you happen to try our `fhir-notification-websockets` support? I think that one obeys the Subscription mechanism but we disable it by default due tenant-privacy concerns in multi-tenant deploys...

Your workaround matches what we mention in our performance guide https://linuxforhealth.github.io/FHIR/guides/FHIRPerformanceGuide#65-search-examples We think the postgres optimizer is chosing a poor plan in this case. Disabling merge join on your postgresql...

Today the integration point between the server and this audit component is the AuditLogService interface; especially its `logEntry` method which takes an AuditLogEvent object: Note the missing javadoc on all...

The current version of the spec (R4B) lists only two cases for when there are "no matches": * No matches, no id provided: The server creates the resource. * No...