Lee Surprenant

Results 188 comments of Lee Surprenant

didn't see any mention in the user's guide please also make sure that any known limitations of the citus implementation are included in the docs

Citus now has its own section in the user's guide under [3.3.1.1 Supported databases](https://linuxforhealth.github.io/FHIR/guides/FHIRServerUsersGuide#331-the-jdbc-persistence-layer). It also mentions the search limitations of the current impl: > Currently, some FHIR search queries...

We're rather tied to OpenLiberty at the moment, so I wouldn't expect to get to this one until they get to https://github.com/OpenLiberty/ci.docker/issues/241

I recently got a MacbookPro with an M1 myself and was able to get it running ok with the following steps (using colima + docker): 1. manually build the parent...

I rebuilt my image and now its even worse...failing to startup with the following: ``` ------Start of DE processing------ = [8/11/22, 17:45:45:177 UTC] Exception = org.jboss.weld.exceptions.DefinitionException Source = com.ibm.ws.container.service.state.internal.ApplicationStateManager probeid...

Our legacy export impl defines "Providers" for Azure Blob, local filesystem, AWS S3, etc. However, the "fast" impl was coded directly to the IBM Cloud Object Storage API. It shouldn't...

Performance question: will doing the designationValues.contains dramatically increase the time to validate large instances?

QA: 1. find or create a CodeSystem that has a concept which has one or more "designations" (that don't match that concept's "display") 2. find or create a StructureDefinition (base...

Prasanna found that even in the latter case (`The display 'MR123' is incorrect for code 'MR'`) the severity of the issue is "information" whereas I would have expected it to...

I dug deeper into the above and I don't think its a regression. This particular message is always informational. But in addition, it results in the corresponding memberOf(valueSet, bindingStrength) constraint...