@openmrs/esm-dispensing-app 1.3.2-pre.274 → 1.3.2-pre.277
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -17,6 +17,16 @@ https://github.com/openmrs/openmrs-distro-referenceapplication/blob/main/distro/
|
|
|
17
17
|
|
|
18
18
|
https://openmrs.slack.com/archives/C02P790SM7X/p1692380047339679?thread_ts=1692338258.965499&cid=C02P790SM7X
|
|
19
19
|
|
|
20
|
+
You can also manually configure these concept sources in your OpenMRS instance by adding 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.
|
|
21
|
+
|
|
22
|
+
Example as seen below:
|
|
23
|
+
|
|
24
|
+
<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">
|
|
25
|
+
|
|
26
|
+
<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">
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
20
30
|
The Medication Dispense Status value set can be found here:
|
|
21
31
|
|
|
22
32
|
https://app.openconceptlab.org/#/search/?q=medication+dispense+status
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.2.0"},"pages":[{"component":"dispensing","route":"dispensing","online":true,"offline":true}],"extensions":[{"name":"dispensing-link","slot":"app-menu-slot","component":"dispensingLink","online":true,"offline":true},{"name":"dispensing-dashboard","slot":"dispensing-dashboard-slot","component":"dispensingDashboard","online":true,"offline":true},{"name":"dispensing-dashboard-link","component":"dispensingDashboardLink","meta":{"name":"dispensing","slot":"dispensing-dashboard-slot","title":"Dispensing"}}],"version":"1.3.2-pre.
|
|
1
|
+
{"backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.2.0"},"pages":[{"component":"dispensing","route":"dispensing","online":true,"offline":true}],"extensions":[{"name":"dispensing-link","slot":"app-menu-slot","component":"dispensingLink","online":true,"offline":true},{"name":"dispensing-dashboard","slot":"dispensing-dashboard-slot","component":"dispensingDashboard","online":true,"offline":true},{"name":"dispensing-dashboard-link","component":"dispensingDashboardLink","meta":{"name":"dispensing","slot":"dispensing-dashboard-slot","title":"Dispensing"}}],"version":"1.3.2-pre.277"}
|
package/package.json
CHANGED
|
File without changes
|