DocumentReference endpoint

Hi all,

Is it possible to make a GET request for DocumentReference? I can make POST with eg. pdf file, but how to get it without using Minio gui?

Best,
Rafał

Hey @ISys,

It seems like you are talking about a specific implementation. You are most likely referring to the FHIR Resource DocumentReference, too.
Can you add more information on what you are trying to do, with what setup? Otherwise, it is impossible to know how to help you.

1 Like

I have sent request from FHIR Bridge (DocumentReference with pdf as b64) and it has been saved as object in Minio, but I am wondering if there is a way to get it from Minio the same way as I can eg. Get Observation object.