Stream: fhirbase
Topic: https certificates
Michael Trotta (Mar 16 2020 at 15:51):
I'm trying to use bulkget
in the latest docker image and getting certificate untrusted message.
$ fhirbase bulkget "https://fhir-open.sandboxcerner.com/r4/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Patient/$export" . Get https://fhir-open.sandboxcerner.com/r4/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Patient/: x509: certificate signed by unknown authority cannot perform HTTP query
Anyone have any insight?
nicola (RIO/SS) (Mar 17 2020 at 20:28):
First, ask cerner guys about certificate - then create an issue in fhirbase github.
Jenni Syed (Mar 18 2020 at 19:28):
@Michael Trotta that should have a valid Entrust signed cert
Jenni Syed (Mar 18 2020 at 19:31):
I will say that you need a patient id, we don't allow for bulk download of patients w/no query parameters
Michael Trotta (Mar 18 2020 at 19:37):
Thanks for the reply. My goal is to provide pre-computed analytics for a provider when they log in and view their patients. I was hoping to bulk export a lot of patient clinical data ahead of time. It sounds like that might not be feasible. Thoughts? @Jenni Syed
Jenni Syed (Mar 18 2020 at 19:39):
@Michael Trotta not with our existing APIs that run on our realtime clinical system. That is currently focused on realtime patient chart type flows. We will have bulk data endpoints that are NRT eventually, but they're not available today
Michael Trotta (Mar 18 2020 at 19:40):
nicola (RIO/SS) said:
First, ask cerner guys about certificate - then create an issue in fhirbase github.
I think you're right, Nicola. I believe the issue may be the pre-built fhirbase docker image is using stale certificates. I've opened a fhirbase github issue. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC