From 8fb7588a81566737f13c064e7382441a4043631c Mon Sep 17 00:00:00 2001 From: Lubwama Samuel Date: Wed, 3 Apr 2024 16:38:32 +0300 Subject: [PATCH 1/2] update read me to reflect fhir_concept_source configuration --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1b80617..6c96d5e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ It also is bundled in the "DrugDispense" OCL package provided by the Reference A https://github.com/openmrs/openmrs-distro-referenceapplication/tree/main/distro/configuration/ocl +### Note +You should also have the the fhirConceptSource Mapping in the fhir_concept_source table with url ***"http://terminology.hl7.org/CodeSystem/medicationdispense-status"*** and name as ***"HL7-MedicationDispenseStatus"***. Also make sure it relates a similar mapping in the concept_reference_source Table Example as seen below + +Screenshot 2024-04-03 at 16 35 10 + +Screenshot 2024-04-03 at 16 36 01 + + The "DrugDispense" also provides the default value sets for the "Substitution Type", "Substitution Reason", and "Medication Dispense Status Reason". The "Substitution Type" and "Substitution Reason" value sets define the valid answers for both the equivalent questions when substituting a drug. The "Medication Dispense Status Reason" provides the default answers for both the "Reason for Pause" and "Reason for Close" questions. From f1996e76554d8b868cec27d934659f1bc887bba9 Mon Sep 17 00:00:00 2001 From: Lubwama Samuel Date: Wed, 3 Apr 2024 16:39:19 +0300 Subject: [PATCH 2/2] add more spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c96d5e..1a13bfa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ You should also have the the fhirConceptSource Mapping in the fhir_concept_sourc Screenshot 2024-04-03 at 16 35 10 + Screenshot 2024-04-03 at 16 36 01