#
Update document notes
#
Description :
- Document Notes can be updated whether it is document uploaded in prescription, medical report or lab report.
#
Update Notes :
PATCH : /v1/sync/DocumentReference
#
Request Body :
- send the notes as string, if notes are removed then send empty string.
- filename must be same as existing filename always.
documentFhirIdin request body isdocumentFhirIdin case of prescription document.documentFhirIdin request body islabDocumentfhirIdin case of lab report.documentFhirIdin request body ismedicalRecordFhirIdin case of medical report.
[
{
"documentFhirId": "765",
"note": "",
"filename": "3423432424545.jpeg"
}
]
#
Response body :
{
"status": 1,
"message": "Data updated successfully.",
"data": [
{
"status": "200 OK",
"id": null,
"err": null,
"fhirId": "765"
}
]
}