Implementing alphanumeric
filters
Age queries as first use case for comparator queries
While the Beacon v2 API has in principle support for an alphanumeric
filter
type so far in bycon
there had been no dedicated support. With yesterday's v1.0.49
update the library
now supports such queries, implemented & tested specifically for age (...at diagnosis)
values.
Here one (or two, for a range - see image) age values can be specified using
an ISO8601 period expression (e.g. P3Y6M
or P365D
- not including time elements)
prefixed by the ageAtDiagnosis
1 indicator, a :
separator and one of the comparators
(=
, <=
, >=
, <
, >
).
Examples¶
ageAtDiagnosis:>=P18Y,ageAtDiagnosis:<=P65Y
ageAtDiagnosis:<P1Y6M
-
Changed 2023-09-20 from "age" to "ageAtDiagnosis" ↩