Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation in the Readme file to reflect fhir concept source configuration needed #102

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ 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

<img width="1586" alt="Screenshot 2024-04-03 at 16 35 10" src="https://github.com/slubwama/openmrs-esm-dispensing/assets/3336745/17027c7a-60a9-4d56-ba54-bec8db764d6a">


<img width="1616" alt="Screenshot 2024-04-03 at 16 36 01" src="https://github.com/slubwama/openmrs-esm-dispensing/assets/3336745/973ed865-7468-4239-aab2-1056087c11e0">


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.
Expand Down
Loading