Skip to content

Commit

Permalink
Merge pull request #60 from FirelyTeam/alexzautke-patch-1
Browse files Browse the repository at this point in the history
Fix broken link to MaskingNode
  • Loading branch information
mmsmits committed Feb 7, 2024
2 parents 13b45ee + c1f60f1 commit 370e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsing/itypedelement-custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This pipeline can be extended by custom implementations of both interfaces, and
* The ``MaskingNode``, which wraps another ``ITypedElement`` and which represents a tree pruned to just the nodes marked with `isSummary <http://hl7.org/fhir/elementdefinition-definitions.html#ElementDefinition.isSummary>`_. It could also be extended to mask out data based on the user's authorization.
* The ``ScopedNode``, which tracks parent/child relationships and keeps track of the nearest "parent resource" (amonst other things) while traversing the tree. This information is used by both the validator and the FhirPath evaluation engine.

The `MaskingNode source code <https://github.com/FirelyTeam/firely-net-sdk/blob/develop/src/Hl7.Fhir.ElementModel/MaskingNode.cs>`_ is an excellent place to start exploring the possibilities provided by the framework.
The `MaskingNode source code <https://github.com/FirelyTeam/firely-net-sdk/blob/develop/src/Hl7.Fhir.Base/ElementModel/MaskingNode.cs>`_ is an excellent place to start exploring the possibilities provided by the framework.

0 comments on commit 370e6f9

Please sign in to comment.