fhir-sdc icon indicating copy to clipboard operation
fhir-sdc copied to clipboard

Improve debug experience for $extract and $populate

Open ruscoder opened this issue 11 months ago • 0 comments

The problem:

Currently, there is no way to see how mappers are executed on extract, and what data was passed after transformation. The same for $populate - there's no way to see how source queries were executed.

Possible solutions: For $extract add param ?__debug=True that will add an extra field into the response with data that was sent to FHIR Server.

For $populate add param ?__debug=True that will add an extra field into the response with source queries that were executed

ruscoder avatar Jan 24 '25 14:01 ruscoder