From c1e4a2b8498ddb048efa005e94bacf83e6a01334 Mon Sep 17 00:00:00 2001 From: Nikola Tanjga Date: Tue, 30 Apr 2024 06:56:42 +0200 Subject: [PATCH] Fix rate instructions --- input/fsh/02_LINCAProposalMedicationRequest.fsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/fsh/02_LINCAProposalMedicationRequest.fsh b/input/fsh/02_LINCAProposalMedicationRequest.fsh index 5afb4da..a423918 100644 --- a/input/fsh/02_LINCAProposalMedicationRequest.fsh +++ b/input/fsh/02_LINCAProposalMedicationRequest.fsh @@ -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" \ No newline at end of file