395 questions
0
votes
1
answer
70
views
The CQF ruler HAPI FHIR server doesn't seem to find the base64 encoded text/cql or text/elm in my Library
Problem
I’ve uploaded multiple Library resources and measures, each containing both text/cql and application/elm+json entries also in the content array. from the HEDIS MY2024 definations
Each Library ...
0
votes
1
answer
115
views
Hapi FHIR fails to install IGs
I am new to HAPI FHIR and this is the problem I can't solve: I have the HAPI FHIR server running with docker compose alongside with the application.yaml config file. Inside the config file I specify ...
0
votes
0
answers
127
views
eClinicalWorks - the redirect uri returns 403 "error_description":"invalid_request"
I am integrating eClinicalWorks to my portal. The whole idea is we make an authentication request to eClinicalWorks - in an ideal world, the user opens up the page, the portal makes a request to eCW, ...
1
vote
0
answers
56
views
HAPI FHIR heap space error when importing SNOMED
I am not able to upload recent Snomed data. Anyone managed to do this? please advise...
hapi-fhir-cli upload-terminology -d /Users/satv/Downloads/...
0
votes
1
answer
59
views
FHIR PlanDefinition $Apply error trying to access Activity Definitions
Using the docker image for hapiproject/hapi:latest and running the image using docker run -e HAPI_FHIR_CR_ENABLED=true -p 8080:8080 to enabled the Clinical Reasoning module, when I try to Apply ...
0
votes
1
answer
122
views
Is there anyway to get FHIR Claim Resources based on related Procedure details?
This seems to be a huge oversight on HL7s FHIR standard but it seems Claims lack Search Params based on associated "items" like CPT codes or ICD diagnosis. I'm hopeful that I'm just naive ...
0
votes
1
answer
186
views
HAPI FHIR - From CDA to FHIR by using StructureMap
I'm using hapi-fhir version 7.2.1 and I'm trying to convert a CDA document in FHIR resource by using FHIR Mapping language and StructureMap resources
I wrote this unit test
@SpringBootTest(
...
1
vote
1
answer
311
views
Springboot HAPI FHIR graalvm native image
I have an application created by using springboot 3.3.0 and HAPI FHIR 7.2.1
When I start it normally, all works pretty good
Now I'm giving a look to graalvm and native images.
I can successfully ...
1
vote
1
answer
390
views
Debugging node.js running in an Alpine Docker container
I created a simple node server with a handful of routes. It works perfectly running in my local Ubuntu environment. I can connect with my browser and get result sets back.
I containerized it using ...
0
votes
1
answer
71
views
Why is this basic sinon stub not working in my hapi web application
I'm just starting to look into adding some automated unit testing into my hapi web application and I'm using lab and sinon to do this.
For some reason though I can't get the first test of sinon to ...
0
votes
1
answer
101
views
Cannot implement JWT authorization in `hapi.js`
I am interested in incorporating the JWT strategy into the backend of my Hapi.js application to enhance security measures and improve authentication processes. here is my server code :
const Hapi = ...
1
vote
1
answer
77
views
Node Hapi.js bulk update to mariaDB
I'm looking for a way to do a bulk update on my MariaDB. I use the Node.js mariaDB plugin and HAPI.js with Handlebars. I'm very new at javascript but got already a far way on my little project to do ...
0
votes
1
answer
59
views
I am struggling to get async working with Hapi and MySQL in Node.js
I am updating an older node.js application which was pre-async/await and promise. I am struggling to get Hapi handler() working correctly with async/await. The code does not throw an error but I am ...
1
vote
0
answers
72
views
Not getting expected results from plot
I am having trouble extracting the absorption coefficients for carbon dioxide using the hitran2016 database. I am interested in the wavelengths between ca. 1200 and 2600nm. For methane I get expected ...
1
vote
0
answers
147
views
Hapi.js Server - "Debug: request, error, close" Messages but GET Method Works Fine
js community,
I'm encountering a peculiar issue with my Hapi.js server where I'm consistently seeing "Debug: request, error, close" messages in the logs. However, the GET method appears to ...