Is there a way that I can inspect the underlying details of the HTTP request when I do something like this? ```rb FHIR::Patient.read('example') ``` I'd like to handle this information in my application code, not just see it in the logs.
Is there a way that I can inspect the underlying details of the HTTP request when I do something like this?
I'd like to handle this information in my application code, not just see it in the logs.