Encounter Information
POST {{baseUrl}}/get_encounter_info/execute
This function will provide the encounter note information based on the visit_id or the mrn of the patient.
Request Body
{"mrn"=>"<string>", "alternate_visit_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"content":[{"flag":"\u003cstring\u003e","flag_type":"\u003cstring\u003e","alternate_visit_id":"\u003cstring\u003e"},{"flag":"\u003cstring\u003e","flag_type":"\u003cstring\u003e","alternate_visit_id":"\u003cstring\u003e"}],"empty":"\u003cboolean\u003e","first":"\u003cboolean\u003e","last":"\u003cboolean\u003e","number":"\u003cnumber\u003e","numberOfElements":"\u003cnumber\u003e","pageable":{"offset":"\u003cnumber\u003e","paged":"\u003cboolean\u003e","unpaged":"\u003cboolean\u003e","pageNumber":"\u003cnumber\u003e","pageSize":"\u003cnumber\u003e","sort":{}},"totalElements":"\u003cnumber\u003e","totalPages":"\u003cnumber\u003e","size":"\u003cnumber\u003e","sort":{}}