-
Type:
Technical Correction
-
Resolution: Persuasive
-
Priority:
Medium
-
US Core (FHIR)
-
3.1.0 [deprecated]
-
Cross-Group Projects
-
Profiles and Extensions
-
All search parameters with comparators
-
-
Correction
In many of the profile 'Quick Start' sections, the guide states support for the `ge` comparator in searches. For example, on CareTeam:
SHOULD support searching using the combination of the patient and category and status and date search parameters:
- including support for composite OR search on status (e.g.status={[system]}|[code],{[system]}|[code],...)
- including support for these date comparators: gt,lt,ge,le
- including optional support for composite AND search on date (e.g.date=[date]&date=[date]]&...)
{{GET [base]/CarePlan?patient=[reference]&category=http://hl7.org/fhir/us/core/CodeSystem/careplan-category|assess-plan&status={[system]}|[code]{,
{[system]}|[code],...}&date={gt|lt|ge|le}[date]{&date=
{gt|lt|ge|le}[date]&...}}}
{{}}
However, the associated search parameter does not explicitly list the 'ge' comparator: https://www.hl7.org/fhir/us/core/SearchParameter-us-core-careplan-date.html
{{}}
The above issue appears to occur on all searches that include comparator support.
{{}}
{{}}