Skip to content

Commit

Permalink
Fix rate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Tanjga committed Apr 30, 2024
1 parent 1e66528 commit c1e4a2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions input/fsh/02_LINCAProposalMedicationRequest.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Description: "**Description:** In the course of treatment, the doctor determines
* dosageInstruction.doseAndRate.doseQuantity.value ^short = "Quantity per intake | Menge pro Einnahme"
* dosageInstruction.doseAndRate.doseQuantity.unit ^short = "Unit for quantity per intake | Einheit zur Menge pro Einnahme"
//* dosageInstruction.doseAndRate.doseQuantity.code from $DoseForm (extensible)
* dosageInstruction.doseAndRate.rate 0..0
* dosageInstruction.doseAndRate.rate ^short = "Do not use this rate element for repetitions, period or any other time related information. Use timing instead. | Verwenden Sie für Wiederholungen, Perioden oder andere zeitbezogene Informationen nicht dieses rate-Feld. Verwenden Sie stattdessen timing."
* dosageInstruction.doseAndRate.rateRatio ^short = "Do not use any rate element for repetitions, period or any other time related information. Use timing instead. | Verwenden Sie für Wiederholungen, Perioden oder andere zeitbezogene Informationen keine der rate-Elemente. Verwenden Sie stattdessen timing."
* dosageInstruction.doseAndRate.rateRatio 0..0
* dosageInstruction.doseAndRate.rateRange 0..0
* dosageInstruction.doseAndRate.rateQuantity 0..0

* dispenseRequest.numberOfRepeatsAllowed ^short = " Number of refills authorized | Anzahl der genehmigten Einlösungen"

0 comments on commit c1e4a2b

Please sign in to comment.