-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from b2ihealthcare/feature/SO-6088-top-bottom-…
…operators Add support for "top of set" and "bottom of set" expressions
- Loading branch information
Showing
34 changed files
with
11,242 additions
and
8,460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* | ||
* The expression constraint below evaluates to all concepts in the substrate that do not have a child or descendant within the sub-expression. | ||
* In this example the "bottom" descendants are leafs of the sub-hierarchy starting with 224777007|Physical environment| and concepts like | ||
* 224786002 |Open air environment| will not be present in the result set as they also have a child concept within the same sub-hierarchy. | ||
*/ | ||
|
||
!!< (<< 224777007|Physical environment|) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* | ||
* The expression constraint below evaluates to all concepts in the substrate that do not have a parent or ancestor within the sub-expression. | ||
* In this example the "top" ancestors are 260787004|Physical object| and 373873005|Pharmaceutical / biologic product| as the concept is a | ||
* drug-device combination product. | ||
*/ | ||
|
||
!!> (>> 411114003|Drug coated stent|) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.