From 99d5a6abb28b29ac468abe1af96f5174b9049050 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Thu, 31 Jul 2025 13:17:07 +0530 Subject: [PATCH 1/5] Docs for medicationrequest in prescription --- api-reference/doc-tool/doc-tool.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index 18c407ef..b901b888 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -5534,9 +5534,10 @@ paths: display: "Social History" note: [] - resource_type: "medicationrequest" - drug_id: "medanta3806727491" + partner_drug_id: "medanta3806727491" drug_status: "active" med_name: "Olmezest 40 Tablet" + snomed_id: "" dose: id: "du-5550260779" value: 1.0 @@ -5549,6 +5550,9 @@ paths: unit: null value: null custom: null + period: null + period_unit: null + frequency: null dosage_instruction: custom: "1-0-0" when: null From 2ce68651391f729fcb42860caa89f779dcc30734 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Thu, 31 Jul 2025 15:42:35 +0530 Subject: [PATCH 2/5] Docs for medicationrequest in which added the dispense_quantitu --- api-reference/doc-tool/doc-tool.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index b901b888..6259d2dd 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -5537,7 +5537,7 @@ paths: partner_drug_id: "medanta3806727491" drug_status: "active" med_name: "Olmezest 40 Tablet" - snomed_id: "" + snomed_id: "123456" dose: id: "du-5550260779" value: 1.0 @@ -5560,6 +5560,9 @@ paths: period_unit: null frequency: null note: null + dispense_quantity: + value: 28.0 + unit: "tablet" '403': description: Forbidden From fe0f44d6644cfd74fde9c4739edf329e598abfa3 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Thu, 31 Jul 2025 15:43:15 +0530 Subject: [PATCH 3/5] Docs for medicationrequest in which added the dispense_quantity --- api-reference/doc-tool/doc-tool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index 6259d2dd..9c82d71c 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -5537,7 +5537,7 @@ paths: partner_drug_id: "medanta3806727491" drug_status: "active" med_name: "Olmezest 40 Tablet" - snomed_id: "123456" + snomed_id: "1234567" dose: id: "du-5550260779" value: 1.0 From 1bfadaff8c59bc201836979263172dab7265baef Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Thu, 31 Jul 2025 16:14:52 +0530 Subject: [PATCH 4/5] Docs changes in Medicationrequest --- api-reference/doc-tool/doc-tool.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index 9c82d71c..7d189509 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -5544,22 +5544,22 @@ paths: unit: "tablet" custom: "1.0 tablet" additional_instructions: - - custom: null + - custom: "After Meal" type: "timing" duration: - unit: null - value: null - custom: null - period: null - period_unit: null - frequency: null + unit: "wk" + value: 2 + custom: "2 wk" + period: "1" + period_unit: "d" + frequency: 2 dosage_instruction: custom: "1-0-0" - when: null - period: null - period_unit: null - frequency: null - note: null + when: ["MORN","NIGHT"] + period: "1" + period_unit: "d" + frequency: 2 + note: "Take with water" dispense_quantity: value: 28.0 unit: "tablet" From e411ce4b2b52223dcb856eb889f0d8d51a558d8a Mon Sep 17 00:00:00 2001 From: Niharika Chaturvedi <43184138+niha9@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:53:16 +0530 Subject: [PATCH 5/5] dosage fix --- api-reference/doc-tool/doc-tool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index 7d189509..ff3065d3 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -5554,7 +5554,7 @@ paths: period_unit: "d" frequency: 2 dosage_instruction: - custom: "1-0-0" + custom: "1-0-1" when: ["MORN","NIGHT"] period: "1" period_unit: "d"