From 796ff843669814cf18396ac2d9c69e2a1a3daac2 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Mon, 8 Dec 2025 21:07:11 +0530 Subject: [PATCH 1/3] medication request updated --- .../health-ai/ekascribe/Eka-FHIR-structure.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx index 4383222e..9b94dc0a 100644 --- a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx +++ b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx @@ -181,23 +181,17 @@ Medication prescriptions are stored using the FHIR MedicationRequest resource. | Eka Property | FHIR Resource | FHIR Link | Decision to Use | |--------------|---------------|-----------|-----------------| -| medication.name, medication.id | MedicationRequest.medicationCodeableConcept | [Medication Codes](https://www.hl7.org/fhir/valueset-medication-codes.html) | MDB, SNOMED, Partner codes | -| medication.partner_chemist_id | MedicationRequest.extension | [Extension](https://www.hl7.org/fhir/extensibility.html) | url: https://eka.care/partner_clinic_id | -| medication.vendor | MedicationRequest.extension | [Extension](https://www.hl7.org/fhir/extensibility.html) | url: https://eka.care/vendor | +| medication.name, medication.id | MedicationRequest.medicationCodeableConcept | [Medication Codes](https://www.hl7.org/fhir/valueset-medication-codes.html) | Name : paracetamol 500 mg; code: MDB, SNOMED | | medication.status | MedicationRequest.status | [MedicationRequest Status](https://www.hl7.org/fhir/valueset-medicationrequest-status.html) | `active` | | medication.intent | MedicationRequest.intent | [MedicationRequest Intent](https://www.hl7.org/fhir/valueset-medicationrequest-intent.html) | `order` | | patient.id, patient.profile.personal.name | MedicationRequest.subject | [Reference](https://www.hl7.org/fhir/references.html) | Patient reference | -| visitid | MedicationRequest.encounter | [Reference](https://www.hl7.org/fhir/references.html) | Encounter reference | | doctor.id, doctor.profile.personal.name | MedicationRequest.requester | [Reference](https://www.hl7.org/fhir/references.html) | Practitioner reference | | date | MedicationRequest.authoredOn | [dateTime](https://www.hl7.org/fhir/datatypes.html#dateTime) | ISO 8601 format | | medication.instruction | MedicationRequest.dosageInstruction.text | [Dosage](https://www.hl7.org/fhir/dosage.html) | String | | medication.dose.value, dose.unit, dose.id, dose.custom | MedicationRequest.dosageInstruction.doseAndRate.doseQuantity | [Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity) | value, unit, code | | medication.dose-rate-type | MedicationRequest.dosageInstruction.doseAndRate.type | [Dose Rate Type](https://www.hl7.org/fhir/valueset-dose-rate-type.html) | `ordered` | | medication.frequency.id, frequency.value, frequency.custom | MedicationRequest.dosageInstruction.additionalInstruction | [Additional Instruction](https://www.hl7.org/fhir/valueset-additional-instruction-codes.html) | CodeableConcept | -| medication.frequency.frequency, frequency.period, frequency.period_unit | MedicationRequest.dosageInstruction.timing.repeat | [Timing](https://www.hl7.org/fhir/datatypes.html#Timing) | frequency, period, periodUnit | -| medication.duration.custom | MedicationRequest.dosageInstruction.timing.repeat | [Timing](https://www.hl7.org/fhir/datatypes.html#Timing) | duration, durationUnit | -| medication.timing | MedicationRequest.dosageInstruction.timing.repeat.when | [Event Timing](https://www.hl7.org/fhir/valueset-event-timing.html) | PCM, PCD, PCV, ACM, ACD, ACV, etc. | -| medication.timing_code | MedicationRequest.dosageInstruction.timing.code | [Timing Abbreviation](https://www.hl7.org/fhir/valueset-timing-abbreviation.html) | CodeableConcept | +| medication.frequency.frequency, frequency.period, frequency.period_unit | MedicationRequest.dosageInstruction.timing.repeat,duration, duration-unit, when | [Timing](https://www.hl7.org/fhir/datatypes.html#Timing) | frequency, period, periodUnit | | calculated | MedicationRequest.dispenseRequest.quantity | [Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity) | frequency × duration × dose | --- From b9be638d909d640ea9945cd45469990b51529217 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Mon, 8 Dec 2025 21:13:39 +0530 Subject: [PATCH 2/3] medication request updated --- api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx index 9b94dc0a..b9a540ce 100644 --- a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx +++ b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx @@ -181,7 +181,7 @@ Medication prescriptions are stored using the FHIR MedicationRequest resource. | Eka Property | FHIR Resource | FHIR Link | Decision to Use | |--------------|---------------|-----------|-----------------| -| medication.name, medication.id | MedicationRequest.medicationCodeableConcept | [Medication Codes](https://www.hl7.org/fhir/valueset-medication-codes.html) | Name : paracetamol 500 mg; code: MDB, SNOMED | +| medication.name, medication.id | MedicationRequest.medicationCodeableConcept | [Medication Codes](https://www.hl7.org/fhir/valueset-medication-codes.html) | Name : Ibuprofen 200mg; code: MDB/SNOMED | | medication.status | MedicationRequest.status | [MedicationRequest Status](https://www.hl7.org/fhir/valueset-medicationrequest-status.html) | `active` | | medication.intent | MedicationRequest.intent | [MedicationRequest Intent](https://www.hl7.org/fhir/valueset-medicationrequest-intent.html) | `order` | | patient.id, patient.profile.personal.name | MedicationRequest.subject | [Reference](https://www.hl7.org/fhir/references.html) | Patient reference | From 26211850ed63fe279d312b9240215d3d139ae477 Mon Sep 17 00:00:00 2001 From: Durgesh Mehar Date: Mon, 8 Dec 2025 21:19:27 +0530 Subject: [PATCH 3/3] medication reqeuest updated --- api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx index b9a540ce..e3251254 100644 --- a/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx +++ b/api-reference/health-ai/ekascribe/Eka-FHIR-structure.mdx @@ -191,7 +191,7 @@ Medication prescriptions are stored using the FHIR MedicationRequest resource. | medication.dose.value, dose.unit, dose.id, dose.custom | MedicationRequest.dosageInstruction.doseAndRate.doseQuantity | [Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity) | value, unit, code | | medication.dose-rate-type | MedicationRequest.dosageInstruction.doseAndRate.type | [Dose Rate Type](https://www.hl7.org/fhir/valueset-dose-rate-type.html) | `ordered` | | medication.frequency.id, frequency.value, frequency.custom | MedicationRequest.dosageInstruction.additionalInstruction | [Additional Instruction](https://www.hl7.org/fhir/valueset-additional-instruction-codes.html) | CodeableConcept | -| medication.frequency.frequency, frequency.period, frequency.period_unit | MedicationRequest.dosageInstruction.timing.repeat,duration, duration-unit, when | [Timing](https://www.hl7.org/fhir/datatypes.html#Timing) | frequency, period, periodUnit | +| medication.frequency.frequency, frequency.period, frequency.period_unit, duration, duration-unit, when | MedicationRequest.dosageInstruction.timing.repeat | [Timing](https://www.hl7.org/fhir/datatypes.html#Timing) | frequency, period, periodUnit | | calculated | MedicationRequest.dispenseRequest.quantity | [Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity) | frequency × duration × dose | ---