Lee Surprenant

Results 88 issues of Lee Surprenant

### Requested Feature Currently, Synthea includes the following in its NOTICES file: > This material contains content from SNOMED CT and constitutes a fair use of such copyrighted material as...

And only warn about the deprecated (R4 resource type) tables when we're migrating from an older schema version that has these. I also renamed ResourceTypeHelper to ResourceTypeUtil to better reflect...

**Is your feature request related to a problem? Please describe.** our default datasources.xml has this: `` which is relative to the running server (e.g. `/opt/wlp/usr/servers/defaultServer/derby`). our `build/boostrap_derby.sh` defaults to `${WORKSPACE}/derby`...

enhancement
P3

**Describe the bug** ``` [8/11/22, 17:55:29:709 UTC] 00000054 FHIRPersisten E Unexpected error while processing token value records. java.lang.NullPointerException at java.base/java.util.zip.InflaterInputStream.(Unknown Source) at java.base/java.util.zip.GZIPInputStream.(Unknown Source) at java.base/java.util.zip.GZIPInputStream.(Unknown Source) at org.linuxforhealth.fhir.persistence.jdbc.dao.impl.FetchResourcePayloadsDAO.run(FetchResourcePayloadsDAO.java:132) at...

bug

**Is your feature request related to a problem? Please describe.** There's a few more code-related locations that we should migrate before our 5.0 * the 'ibm' directories under fhir-examples (json...

enhancement

**Is your feature request related to a problem? Please describe.** Today we have no end-to-end test coverage for the payload-offload feature with azure-blob **Describe the solution you'd like** As part...

enhancement
P1

**Describe the bug** I ran the fhir-bucket cli with arguments like this: ``` --fhir-properties fhir.properties --immediate-local --scan-local-dir /Users/lmsurpre//git/synthea/output/fhir ``` It worked just fine, but I see this error message repeated...

P3

**Is your feature request related to a problem? Please describe.** for kafka-based notifications, our config block looks like this: ``` "enabled": true, "topicName": "{{ .Values.notifications.kafka.topicName }}", "connectionProperties": { "bootstrap.servers": "{{...

enhancement
P3
deprecation
removal
technical debt

**Is your feature request related to a problem? Please describe.** In R4B, ClinicalUseDefinition includes a number of search parameters that reference an element of type CodeableReference: - contraindication - contraindication-reference...

enhancement
P2

**Is your feature request related to a problem? Please describe.** For IBM FHIR Server, we pushed our docker images to DockerHub under the organization `ibmcom`. The LinuxForHealth project has its...