The voided field missing in orders (drug orders) in the REST api

Which OpenMRS platform version are you running?

actually i was just looking through code , am not running any thing related to this .

2.1.1 Build 725db5

The resource you are looking at is for platform versions 1.8 and 1.9 https://github.com/openmrs/openmrs-module-webservices.rest/blob/2.24.0/omod-1.8/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_8/OrderResource1_8.java#L43

Platform 2.1 uses this resource: https://github.com/openmrs/openmrs-module-webservices.rest/blob/2.24.0/omod-1.10/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs1_10/OrderResource1_10.java#L53

@petmongrels given the above, am wondering how you are able to get voided orders information for the default representation. Can you share a sample output like you did above?

for the same encounter when i send the request without v=full, i get the following. by the way I also noted that, if the record is not voided the field is not present in the default representation also.

Feel free to raise a pull request to add this property back.