Search for observations
This flow finds a patient by reference ID and uses the patient's reference ID to search for all of his/her observation data.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /Patient/$find
POST [baseURL]/Patient/$find
Try API
2. /Observation
POST [baseURL]/Observation/_search
Try API