-
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.
Nur noch eine Aenderung von Gregor Abwarten
- Loading branch information
Showing
5 changed files
with
34 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Author: Viktor Bublitz @bublitzv | ||
RuleSet: rs-timingCLL(count,period) //TODO ich hab das hier als Vorschlag, wenn inordnung: bei allen assessment actions umsetzen :) | ||
/* .repeat.periodUnit = $ucum#wk "week" */ | ||
* timing[extension].extension[relativeTime].extension[contextCode].valueCodeableConcept = $loinc#63936-9 | ||
* timing.extension[relativeTime].extension[offset].valueDuration = -{period} 'wk' | ||
RuleSet: rs-timingCLL(period) //TODO ich hab das hier als Vorschlag, wenn inordnung: bei allen assessment actions umsetzen :) | ||
* extension[relativeTime].extension[contextCode].valueCodeableConcept = $loinc#63936-9 //TODO wieso funktioniert das so noch nicht?!? | ||
* extension[relativeTime].extension[offset].valueRange.low = -{period} 'wk' | ||
* extension[relativeTime].extension[offset].valueRange.high = -0 'wk' |
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