Skip to content

Commit

Permalink
Test additional rules for slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Tanjga committed Apr 29, 2024
1 parent 8843848 commit 04d9ab1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion input/fsh/02_LINCAProposalMedicationRequest.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ Description: "**Description:** In the course of treatment, the doctor determines

* effectiveDosePeriod ^short = "Period over which the medication is to be taken | Zeitraum, über den das Medikament eingenommen werden soll"

* dosageInstruction.timing contains period and split
//Slice for Identifier, order matters
* dosageInstruction.timing ^slicing.rules = #open
//* dosageInstruction.timing ^slicing.discriminator.type = #value
//* dosageInstruction.timing ^slicing.discriminator.path = "type.coding.code"
* dosageInstruction.timing ^slicing.ordered = false
* dosageInstruction.timing contains period 0..1 or split 0..1
* dosageInstruction.timing[period] ^short = "When medication should be administered | Wann Medikamente verabreicht werden sollten"
* dosageInstruction.timing[period].repeat.frequency ^short = "Repetitions within the period | Wiederholungen innerhalb der Dauer"
* dosageInstruction.timing[period].repeat.period ^short = "A defined period with its duration to which the frequency applies | Ein bestimmter Zeitraum mit seiner Dauer, für den die Wiederholungen gelten"
Expand Down

0 comments on commit 04d9ab1

Please sign in to comment.