...
GET ref | GET default | GET full | POST create | POST update |
---|---|---|---|---|
uuid | uuid | uuid | patient orderType encounter careSetting orderReason orderReasonNonCoded instructions | orderType |
...
GET ref | GET default | GET full | POST create | POST update |
---|---|---|---|---|
uuid | uuid | uuid | patient orderType encounter careSetting orderReason orderReasonNonCoded instructions dose | patient |
Note |
---|
orderType is a required attribute but the API infers this from the specified mapping in the system so you shouldn't specify this. |
OrderType
URLs
url | description |
---|---|
GET /ws/rest/v1/ordertype | Fetch all non-retired that match any specified parameters otherwise fetch all non-retired |
GET /ws/rest/v1/ordertype/{uuid} | Fetch by unique uuid |
POST /ws/rest/v1/ordertype | Create with properties in request |
POST /ws/rest/v1/ordertype/{uuid} | Edit with given uuid, only modifying properties in request |
DELETE /ws/rest/v1/ordertype/{uuid}?!purge | Retire/Void this object |
DELETE /ws/rest/v1/ordertype/{uuid}?purge | Delete this object from the database |
...