Hi Team,
Reading the number searching section Search - FHIR v4.0.1 get confused by the example of the implicit searching range when value=1e2.
|[parameter]=1e2 | Values that equal 100, to 1 significant figures precision, so this is actually searching for values in the range [95 ... 105) |
Wouldn’t it be actually in the range [50 … 150) ? because there is only 1 significant digit so the range would be (1 +/- 0.5)e2
Thanks