Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UUID,Source,Code,Name,Description
13efe0d5-4b93-43d2-8cf7-73ee4b800916,OpenMRS,TRUE,TRUE,True value in OpenMRS core
0b76f41a-5a2a-4139-857e-4c95682e7814,OpenMRS,FALSE,FALSE,False value in OpenMRS core
3 changes: 3 additions & 0 deletions configuration/backend_configuration/concepts/concepts.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Uuid,Same as mappings
1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,OpenMRS:TRUE
1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,OpenMRS:FALSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ ddb6b595-0b85-4a80-9243-efe4ba404eef,,org.openmrs.module.mdrtb,The required conc
9e2cf36d-5eb2-44b6-945a-6d456aa50794,,org.openmrs.module.emrapi,The required concepts for the EMRAPI module,,
1b880698-489f-59ed-bd5b-f42a2f5c8e81,,HL7-MedicationDispenseStatus,Medication dispense status for FHIR,,
50ef5518-f4e3-4c49-9352-0002202005e9,,ANCDAK,WHO SMART Guideline Data Elements,,
913e06c5-4ca1-46e3-9ecf-afbe11bbd0d9,,OpenMRS,The official OpenMRS concept source for core metadata,OpenMRS,
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<globalProperty>
<property>concept.true</property>
<value>1</value>
<description>(Deprecated) Concept id of the concept defining the TRUE boolean value. Mapped to OpenMRS:TRUE.</description>
</globalProperty>
<globalProperty>
<property>concept.false</property>
<value>2</value>
<description>(Deprecated) Concept id of the concept defining the FALSE boolean value. Mapped to OpenMRS:FALSE.</description>
</globalProperty>
<globalProperty>
<property>visits.assignmentHandler</property>
Expand Down