You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
If this is a question about an error or issue you are seeing, please fill out the following fields:
Issue Summary: I am trying to POST a DocumentReference to cerner fhir server but I keep getting "500 Internal Server Error" , I also went through most of the related topics to it and verified details such as Patient Id, Encounter Id and data. everything seems to be valid for me. Can someone please help me with this in identifying the exact issue?
"data": "<!DOCTYPE html><html lang='en'><head><meta charset='UTF-8'/><title>Document</title></head><body><div><p>Testing document api on cerner</p></div></body></html>"
}
}
],
"context": {
"encounter": {
"reference": "Encounter/4027918"
},
"period": {
"end": "2015-08-20T09:10:14Z"
}
}
}
Madhur Rajendran (Cerner)
unread,
Sep 6, 2018, 6:25:33 PM9/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hi Supresh,
The data that is passed in on the content.attachment.data field has to be base64 encoded.
Thanks,
Madhur
Supresh Bhujbal
unread,
Sep 6, 2018, 8:15:24 PM9/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message