aniruddh
(Aniruddh Khera)
April 9, 2016, 10:17am
1
Hi @sashrika ,
I’m trying to POST FHIR encounter resource but getting 500 error “Failed to call access method”.
I’ve referred to the following links still unable to resolve the issue:
Hi All,
As part of FHIR module implementation, below display how sample Visit, Encounter and Observation modeled through FHIR Resources.
Visit
{
"resourceType":"Encounter",
"id":"29f0bd73-9047-4bca-ad46-8fbc0a271cb1",
"status":"finished",
"class":"inpatient",
"patient":{
"reference":"Patient/dd6f7565-1691-11df-97a5-7038c432aabf",
"display":"Lazaros Amutebe(Identifier:1196TS-2)"
},
"period":{
"start":"2015-04-05T09:41:14",
"end":"…
https://wiki.openmrs.org/display/projects/Encounter+Resource
Also, since most of the resources are developed by you, i’m interested to know how can I POST a FHIR bundle resource(any rest end-point ?) as I couldn’t get any documentation on this.
Thanks, waiting for some help