Skip to content

Commit

Permalink
Merge pull request #252 from FHIR/arjun-patch-1
Browse files Browse the repository at this point in the history
italicize draft fhirpath functions for emphasis
  • Loading branch information
johngrimes authored Jul 23, 2024
2 parents f6f650a + 50840ed commit 16a40cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions input/pagecontent/StructureDefinition-ViewDefinition-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ capabilities:
* [exists](https://hl7.org/fhirpath/#existscriteria-expression-boolean) function
* [empty](https://hl7.org/fhirpath/#empty-boolean) function
* [extension](https://hl7.org/fhir/R4/fhirpath.html#functions) function
* [join](https://build.fhir.org/ig/HL7/FHIRPath/#joinseparator-string-string)
function<sup>*</sup>
* [ofType](https://hl7.org/fhirpath/#oftypetype-type-specifier-collection)
function
* [first](https://hl7.org/fhirpath/#first-collection) function
* [lowBoundary](https://build.fhir.org/ig/HL7/FHIRPath/#lowboundaryprecision-integer-decimal--date--datetime--time)
and [highBoundary](https://build.fhir.org/ig/HL7/FHIRPath/#highboundaryprecision-integer-decimal--date--datetime--time)
functions (including on [Period](https://hl7.org/fhir/datatypes.html#Period))<sup>*</sup>
* 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)
* *[lowBoundary](https://build.fhir.org/ig/HL7/FHIRPath/#lowboundaryprecision-integer-decimal--date--datetime--time)
and [highBoundary](https://build.fhir.org/ig/HL7/FHIRPath/#highboundaryprecision-integer-decimal--date--datetime--time)
functions (including on [Period](https://hl7.org/fhir/datatypes.html#Period))*<sup>*</sup>
* *[join](https://build.fhir.org/ig/HL7/FHIRPath/#joinseparator-string-string)
function*<sup>*</sup>

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

### Optional FHIRPath Functions

Expand Down

0 comments on commit 16a40cd

Please sign in to comment.