Skip to content

Commit

Permalink
Merge pull request #272 from FHIR/circular-fhirpath-reference
Browse files Browse the repository at this point in the history
Remove reference to supported FHIRPath within base profile
  • Loading branch information
niquola authored Jan 15, 2025
2 parents 9be6244 + 84d0fc5 commit 7b82541
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions input/pagecontent/StructureDefinition-ViewDefinition-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,10 @@ inferred under the following conditions:
known data type, either from the root resource or a child of an `ofType`
function, then the data type for each column is determined by the structure
definition it comes from.
3. If the terminal expression is one of
the [supported FHIRPath functions](#supported-fhirpath-functionality) with a
defined return type, then the column will be of that data type. For instance,
if the `path` ends in `exists()` or `lowBoundary()`, the data type for the
column would be boolean or an instant type, respectively.
3. If the terminal expression is a FHIRPath function with a defined return type,
then the column will be of that data type. For instance, if the `path` ends
in `exists()` or `lowBoundary()`, the data type for the column would be
boolean or an instant type, respectively.
4. A path that ends in `ofType()` will be of the type given to that function.

Note that type inference is an optional feature and some implementations may not
Expand Down

0 comments on commit 7b82541

Please sign in to comment.