generated from mgramigna/typescript-node-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to handle coverage changes Removes all localids that aren't in the annotation * Add not null test and 3.15.0-translated fixtures * Return string array from annotation search function * Update comments and function name
- Loading branch information
Showing
18 changed files
with
35,374 additions
and
28 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
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
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,24 @@ | ||
library Test | ||
|
||
using FHIR version '4.0.1' | ||
|
||
include FHIRHelpers version '4.0.1' | ||
include MATGlobalCommonFunctions version '5.0.000' called Global | ||
|
||
codesystem "EXAMPLE": 'http://example.com' | ||
codesystem "EXAMPLE-2": 'http://example.com/2' | ||
codesystem "ConditionClinicalStatusCodes": 'http://terminology.hl7.org/CodeSystem/condition-clinical' | ||
|
||
valueset "test-vs": 'http://example.com/test-vs' | ||
|
||
code "Active": 'active' from "ConditionClinicalStatusCodes" | ||
code "Recurrence": 'recurrence' from "ConditionClinicalStatusCodes" | ||
code "Relapse": 'relapse' from "ConditionClinicalStatusCodes" | ||
|
||
concept "Condition Active": { "Active", "Recurrence", "Relapse" } display 'Active' | ||
|
||
context Patient | ||
|
||
define "Not Null Clause": | ||
[Condition: "test-vs"] C | ||
where C.id is not null |
Oops, something went wrong.