...
- created_at: Medication request creation date, which is determined by the external system. Format DATE '2017-09-07'. created_at = today
- started_at: Start date of a treatment period, which is determined by the external system. Greater or equal to created_at. Format DATE '2017-09-07'
- ended_at: End date of a treatment period, which is determined by the external system. Greater or equal to started_at. Format DATE '2017-10-07'
Info | ||||
---|---|---|---|---|
| Specific only for "Доступні ліки"
| |||
You can't create Medication Request for medication innm_dosge in case there is another Medication Request with the same medication in this period (between started_at and ended_at) |
Info | ||
---|---|---|
| ||
In case Medication Request for innm_dosge already exists next Medication Request can be done in
|
- dispense_valid_from: Start date of dispense period, which is determined by the external system. Format internal system, not-manageable attribute by API. dispense_valid_from = created_at. Format DATE '2017-09-07'
- dispense_valid_to: End date of dispense period, which is determined by the external system. Greater or equal to dispenseinternal system, not-manageable attribute by API. dispensed_valid_to = dispensed_valid_from + 30 days. Format DATE '2017-10-07'
...