Lee Surprenant
Lee Surprenant
I tried creating a Binary resource that has a SecurityContext element which is a "logical reference" (Reference.identifier) instead of a "literal reference" (Reference.value) and, to my surprise, even with `validateBinarySecurityContext...
Prasanna added the fix for the above comment. Looks good now.
Assuming that we *would* want a search like `GET [base]/Observation?value-quantity=5.4` to search the originally specified value of the resources (irregardless of which unit they use), then I agree we'll need...
hint: expand AbstractQuantitySearchTest (or duplicate it to new test class) and add "normalized unit" search tests.
If we get to #3774 then that could alleviate some of these concerns (depending how its implemented)...at least for conditional interactions that rely on identifiers
Proposal: introduce a config parameter to control the behavior of the server in this scenario. We need to remember where async indexing is configured and see if it makes sense...
Had this thought today while watching the JavaOne keynote: If we make our model classes java records, then we could use the brand new java record pattern matching / destructuring...
Potentially some modules-related / reflection-related issues, so increasing estimate.
some ideas: * initially implement directly in the database. the tricky bit is filtering out the values from 'entered-in-error' and the like. * if too expensive, consider building on our...
Given that we'd like to retire the OAuth support (and maybe JBatch if we move away from java batch for bulkdata), lets 1. use `create-schema` for the action instead of...