From 413ba6540174fc6d848fe301f9e1a64323afd637 Mon Sep 17 00:00:00 2001 From: Arjun Sanyal Date: Mon, 22 Jul 2024 09:24:07 -0400 Subject: [PATCH 1/2] italicize draft fhirpath functions for emphasis --- .../StructureDefinition-ViewDefinition-notes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/input/pagecontent/StructureDefinition-ViewDefinition-notes.md b/input/pagecontent/StructureDefinition-ViewDefinition-notes.md index 4b8c491..c1ef159 100644 --- a/input/pagecontent/StructureDefinition-ViewDefinition-notes.md +++ b/input/pagecontent/StructureDefinition-ViewDefinition-notes.md @@ -15,14 +15,14 @@ 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* +* *[join](https://build.fhir.org/ig/HL7/FHIRPath/#joinseparator-string-string) + function** * [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) +* *[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))* + functions (including on [Period](https://hl7.org/fhir/datatypes.html#Period))** * Boolean operators: [and](https://hl7.org/fhirpath/#and), [or](https://hl7.org/fhirpath/#or), [not](https://hl7.org/fhirpath/#not-boolean) * Math @@ -31,8 +31,8 @@ capabilities: 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) -* Not yet part of the normative [FHIRPath](https://hl7.org/fhirpath/) -release, currently in draft. +* *Not yet part of the normative [FHIRPath](https://hl7.org/fhirpath/) +release, currently in draft.* ### Optional FHIRPath Functions From 50840eda0091cb2eaefc5cc98d656e06df42e7ee Mon Sep 17 00:00:00 2001 From: John Grimes Date: Wed, 24 Jul 2024 05:05:34 +1000 Subject: [PATCH 2/2] Fix broken markup and move draft functions to end of list --- .../StructureDefinition-ViewDefinition-notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/input/pagecontent/StructureDefinition-ViewDefinition-notes.md b/input/pagecontent/StructureDefinition-ViewDefinition-notes.md index c1ef159..ed8442b 100644 --- a/input/pagecontent/StructureDefinition-ViewDefinition-notes.md +++ b/input/pagecontent/StructureDefinition-ViewDefinition-notes.md @@ -15,14 +15,9 @@ 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** * [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))** * Boolean operators: [and](https://hl7.org/fhirpath/#and), [or](https://hl7.org/fhirpath/#or), [not](https://hl7.org/fhirpath/#not-boolean) * Math @@ -30,9 +25,14 @@ capabilities: * 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))** +* *[join](https://build.fhir.org/ig/HL7/FHIRPath/#joinseparator-string-string) + function** -* *Not yet part of the normative [FHIRPath](https://hl7.org/fhirpath/) -release, currently in draft.* +* Not yet part of the normative [FHIRPath](https://hl7.org/fhirpath/) +release, currently in draft. ### Optional FHIRPath Functions