Stream: implementers
Topic: Adding searchParam option to DataRequirement.sort
Miriam (Apr 20 2020 at 16:35):
DataRequirements allow specifying either a search param or a FHIR path for the codeFilter
and dateFilter
properties. However the sort property only allows "path." Is there some reasoning behind this? I'd like to propose adding a field DataRequirement.sort.searchParam
, and an accompanying constraint path.exists() xor searchParam.exists()
. This would mean the path field changes from required to optional.
Last updated: Apr 12 2022 at 19:14 UTC