If Search Does not Show a Record

Even when you correctly construct your search, you might receive the following result:

```json
[]
```

The result is an empty array. This is RESTful API's way of telling you that no result matches the search criteria. It could, for example, describe a "patient not found" situation. Try adding other fields to the search, and check their search criteria for data entry errors.