Skip to content

Commit

Permalink
Merge pull request #222 from FHIR/indexer-expressions
Browse files Browse the repository at this point in the history
Add indexer expressions to FHIRPath subset
  • Loading branch information
johngrimes authored Mar 5, 2024
2 parents 626f3dd + 1b65daf commit a402b3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ All *view runners* must implement these [FHIRPath](https://hl7.org/fhirpath/) ca
* Boolean operators: [and](https://hl7.org/fhirpath/#and), [or](https://hl7.org/fhirpath/#or), [not](https://hl7.org/fhirpath/#not-boolean)
* Math operators: [addition (+)](https://hl7.org/fhirpath/#addition), [subtraction (-)](https://hl7.org/fhirpath/#subtraction), [multiplication (*)](https://hl7.org/fhirpath/#multiplication), [division (/)](https://hl7.org/fhirpath/#division)
* Comparison operators: [equals (=)](https://hl7.org/fhirpath/#equals), [not equals (!=)](https://hl7.org/fhirpath/#not-equals), [greater than (>)](https://hl7.org/fhirpath/#greater-than), [less or equal (<=)](https://hl7.org/fhirpath/#less-or-equal)
* [Indexer expressions](https://hl7.org/fhirpath/#index-integer-collection)

<sup>*</sup> Not yet part of the normative [FHIRPath](https://hl7.org/fhirpath/) release, currently in draft.

Expand Down

0 comments on commit a402b3f

Please sign in to comment.