I downloaded an extensive list of drug concepts from CIEL and populated my database with them. I am also able to see these in the patient chart when I go to add a medication.
However, when I try to access these through a custom form, only a very small list of medications appears. Here is what I am currently doing:
{ "label": "Medications", "type": "obs", "required": true, "id": "medications", "questionOptions": { "rendering": "drug", "concept": "160270AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" } },
In this, it doesn’t seem changing the concept even has an effect. Further, when I add additional logic such as this, there also seems to be no effect:
"config": { "class": "42ed45fd-f3f6-44b6-bfc2-8bde1bb41e00" }
I’ve tried searching through my SQL database manually as well to find the proper class IDs, concept IDs, and any other information that could be relevant, and none of this seems to allow me to access all drug types.