Hi @veronica, @ibacher I see that, by using below fields in payload during creation of drug order, we can kind of give hint to start medication in future (I am assuming this as I am no expert)
"scheduledDate": "2025-06-02T08:00:00.000+0000",
"urgency": "ON_SCHEDULED_DATE",
In this case, the thread “medications to start at future date” (the current thread), how it is different functionally with scheduledDate ? I am sure, I am missing something here, any pointer ?
Also, if patient comes after follow-up date that is medication got expired, what would be way to renew/revise it so that it could be linked to previous order We tried to use revise, but it throws error as already discontinued medication can’t be discontinued. Do drug order API end point supports RENEW?