Hello , I’m intrested to POST a json object for creating an Observation ; where ‘concept’, ‘person’ and ‘obsDateTime’ are mandatory fields. What should I send in ‘concept’ here . Below is the json I’m posting to upload Obs and the output of Concept that I got in GET concept by patient uuid. Thankful if anyone can help me with this. Is this the correct method to POST Observation? or should I POST whole VISIT/ENCOUNTER in whole as a body of my webservice ?
{[http://www.freeformatter.com/gfx/minus.gif] “concept”: " ? ", “obsDatetime”: “2016-06-17T20:04:49+05:30”, “person”: {[http://www.freeformatter.com/gfx/minus.gif] “names”: [[http://www.freeformatter.com/gfx/minus.gif] {[http://www.freeformatter.com/gfx/minus.gif] “givenName”: “Mittie”,
"familyName": "Davidson"
}
],
"gender": "F"
} }
[cid:image003.jpg@01D1C8DD.728DFA90]
[cid:image005.jpg@01D1C8DD.728DFA90]