I want to add diagnosis for a Patient during encounter.What will be the payload/Object in this case.I have the idea how to add observation during encounter.But I am not able to understand how to add diagnosis for a patient.Posted Image for how I want it through my rest api.
Is there any other way of doing this thing .Right now I am currently focus on how to add diagnosis for a patient with in encounter.I think there will other way,I am searching for that payload.
If there is not other option.I will definately go for adding method in emp/api.
This form is basically to create an encounter, Encounter Type is VISIT_NOTE.
Each action in this encounter is an observation. For example clinical Note.
Clinical Note observation has a concept of “Text of encounter note”
The other observation here is “Add presumed or confirmed diagnosis”
This observation will have a collection of observations as group member of
“presumed or confirmed diagnosis”.
There are three members(Concepts) in each group:
a. Diagnosis certainty (Confirmed in the picture)
b. Diagnosis order (Primary in the picture)
c. PROBLEM LIST (Malaria, HIV in picture)
So this encounter has 2 Observations
1. Visit Note
2. Visit Diagnoses. Which is a collection of observation and each observation will have three members.
a. Diagnosis certainty (Confirmed in the picture)
b. Diagnosis order (Primary in the picture)
c. PROBLEM LIST (Malaria, HIV in picture)
Let me know if you need JSON output for this encounter. I am here after a while so I have to get my project srunning to do that.