Hi, I'm creating a python script to insert ICD codes directly into the database of OpenMRS from a CSV file.
I created an ICD-10 source from the user interface and mapped everything to its concept_source_id. I filled up the concept, concept_name and concept_map with the appropriate values. I got everything right and I could search for the concept using its id in the user interface. The problem is that when I try to search for the concept using its name, I get nothing. When I clicked "edit" to edit the concept, I did nothing since everything seemed ok so I just saved it. After that, the concept could now be searched via concept name. Is there a missing table that I need to fill in? _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

