health-patterns
health-patterns copied to clipboard
A collection of documentation and reference implementations that highlight how to combine various technologies into meaningful patterns for healthcare
For a newly deployed DEID Prep service, I attempt to get a list of configurations via: https://test-enrichment-enrich-deid-prep.wh-health-patterns.dev.watson-health.ibm.com/config The list I get back is: run-java.sh default quarkus app quarkus-run.jar lib I...
Since the NLP configurations can be defined at deploy time, the configuration overrides for resources should be able to be defined at deploy time too. Currently, configuration overrides for resources...
This does not impact running of tests. I stumbled into these errors when debugging the Nifi flow while investigating ASCVD failures. The error message: InvokeScriptedProcessor[id=bd38dc04-e99c-395e-a816-0b8da5df640d] Failed to properly initialize Processor....
This may be working as designed, and I should have noticed it earlier. When I use data enrichment such as Terminology services along with requesting DEID, I notice that the...
nlp-insights currently only knows how to connect to an ACD instance that's behind an IAM auth layer. If no key is supplied it should instead attempt to connect to a...
if ACD_KEY is empty, use a NoAuthAuthenticator (supports running agai…nst development ACD deployments without IAM keys) Signed-off-by: Paul Felt
When we install the health-patterns ingestion/enrichment flow, there is a step(script) called initialize-nifi.sh that runs in an extra container in the nifi pod (it's actually built and pushed as a...
In conjunction with the synchronous support, please provide detailed information on a failure of where the problem occurred.
Consolidate the writing of logs into a common place (kafka topic, etc) across the Ingest/Enrich pipeline so that triage of problems becomes more straightforward. In particular with the async processing,...
Either on the repo itself or via a Readme or html calling github actions, create a way to have a push-button deploy of the Ingest or Enrich pattern after supplying...