As in the reference application, we can select diseases and mark
Primary or Secondary
Confirmed or not
I want to create the same in android client via rest but I am unable to figure out how to create an observation with the above entries. Right now, we only send concept value and answer in the observation for that encounter.
How can we create it using REST, any information will be helpful
I want to implement this particular feature. I have figured out the way to get all the diagnoses using system properties, I just want to create diagnosis out of it.
Is diagnosis created when we POST visit forms or it needs to be posted separately
looking at the swagger, it says that I need to pass the query to get the diagnosis list, I tried passing patient UUID, patientId but it always returns empty result
I haven’t created a POST, i am trying to find JSOn input… my doubt is that while creating visit note using REST, is diagnosis data sent in the visit note HTML Form, or first encounter is created using html form and then diagnosis is created using seperate REST