API Integration
Steps to integrate using the A...
Receiving the summary and transcript
2 min
in response to posting the audio chunks to the chunklocation chunklocation , the summary and transcript will be sent to the ehr via the method stipulated in the original request (see call api endpoint docid\ vxfcu8 svwffuzigcd w8 to see where this method is stipulated), and communication methods docid\ yrcjraaamdwoiqwdclhkj to get an overview of the available communication methods) here is an example of the resultant summary that you will receive { "standard en" { "final" true, "data" \[ { "items" \[ { "sentences" \[], "text" "strong heachaches since 5 days" } ], "section" "subjectief" }, { "items" \[ { "sentences" \[], "text" "refer to neurologist" } ], "section" "plan" } ], } } the template and associated headings will be dependant on what template type was included in the request types with episodes the following templates will produce multiple episodes, depending on what was discussed during the consultation soap episodes en soap episodes nl if one of these were included in the request, the following is an example of the output { "soap nl" { "final" true, "data" \[{ "episode" "headache", "note" \[ { "items" \[ { "sentences" \[], "text" "strong heachaches since 5 days" } ], "section" "subjectief" }, { "items" \[ { "sentences" \[], "text" "refer to neurologist" } ], "section" "plan" } ] }] }, }