Details
-
Type:
Change Request
-
Status: Waiting for Input (View Workflow)
-
Priority:
Medium
-
Resolution: Persuasive with Modification
-
Specification:FHIR Core (FHIR)
-
Raised in Version:R4
-
Work Group:Clinical Decision Support
-
Related URL:
-
Related Artifact(s):RiskAssessment
-
Grouping:
-
Resolution Description:
-
Change Category:Correction
-
Change Impact:Non-compatible
Description
Note: This is a copy of FHIR-25174 which was closed as not persuasive (incorrectly in my opinion). We discussed the issue on a CDS conference call and resolved to open a new issue instead of reopening that one.
-------
According to http://build.fhir.org/search.html#table the data type 'Range' should map to search parameters of type 'quantity'.
However, the RiskAssessment-prediction search parameter has an expression like "RiskAssessment.prediction.probability" while this element can be either a decimal or a Range.
Possible resolutions to this issue include:
A. Updating the search summary table at 3.1.1.9 to mention that a Range can be mapped to a search parameter of type number; or
B. Updating the search parameter expression to only select this element when its of type decimal (e.g.
RiskAssessment.prediction.probability as decimal)