Add an observation


This flow finds a patient by reference ID and creates a new Observation for the patient.

Sample Flow


add-observation

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 Try API