{ "info": { "_postman_id": "03a61238-c0e9-4147-9ff2-9f1cac3ae7d2", "name": "Visit Notes API", "description": "This API supports the management of visit notes.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-03a61238-c0e9-4147-9ff2-9f1cac3ae7d2" }, "item": [ { "name": "notes", "item": [ { "name": "custom-blocks", "item": [ { "name": "List Custom Blocks", "id": "62adf23a-bee1-4a66-8594-4687a310b51e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/notes/custom-blocks?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "notes", "custom-blocks" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" } ] } }, "response": [ { "id": "bd39f985-5e53-4c3f-8df1-8dec0889170d", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/custom-blocks?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "notes", "custom-blocks" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"label\": \"\",\n \"id\": \"\",\n \"practice_id\": \"\",\n \"is_system_template\": \"\",\n \"aliases\": [\n \"\",\n \"\"\n ],\n \"created_by\": \"\"\n },\n {\n \"label\": \"\",\n \"id\": \"\",\n \"practice_id\": \"\",\n \"is_system_template\": \"\",\n \"aliases\": [\n \"\",\n \"\"\n ],\n \"created_by\": \"\"\n }\n ],\n \"count\": \"\",\n \"offset\": \"\",\n \"limit\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-bd39f985-5e53-4c3f-8df1-8dec0889170d" }, { "id": "cd84e496-1e17-4a80-bbfb-faf9c3f595d7", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/custom-blocks?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "notes", "custom-blocks" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-cd84e496-1e17-4a80-bbfb-faf9c3f595d7" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-62adf23a-bee1-4a66-8594-4687a310b51e" } ], "id": "55b0acd9-b51f-402e-8b40-244dd2eabc44", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-55b0acd9-b51f-402e-8b40-244dd2eabc44" }, { "name": "{note_id}", "item": [ { "name": "amendments", "item": [ { "name": "{amendment_id}", "item": [ { "name": "Get Note Amendment By Id", "id": "5002a0a5-14b1-462f-a18e-8e61b6f43865", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "id": "a9cb3720-0edf-4b78-a685-7b3f3cc076e7", "key": "note_id", "value": "", "description": "(Required) " }, { "id": "a7f3a520-85ca-4199-8354-4cbe170c79ce", "key": "amendment_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific note amendment (legacy or EN2.1 sections-based)." }, "response": [ { "id": "b142e2f3-6aef-41dc-bf79-bd6bb868ae28", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"note_id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"Excepteur1d_\": -94592876.16776502\n },\n \"previous_content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-b142e2f3-6aef-41dc-bf79-bd6bb868ae28" }, { "id": "0d04cb40-bb7f-4162-9e88-8cee92688787", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0d04cb40-bb7f-4162-9e88-8cee92688787" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-5002a0a5-14b1-462f-a18e-8e61b6f43865" } ], "id": "785b36ec-e6c9-4d8b-a5c2-324d38ae0cea", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-785b36ec-e6c9-4d8b-a5c2-324d38ae0cea" } ], "id": "4e5f32e2-0301-4c3f-bcea-ad95140228e9", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-4e5f32e2-0301-4c3f-bcea-ad95140228e9" }, { "name": "Delete Note By Id", "id": "b15aaf9e-4563-4a53-8c80-0879d10af0a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "id": "98ae1892-1298-4241-86f0-74f7ce6e0ded", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Delete a specific draft note" }, "response": [ { "id": "b27402de-8d09-43b2-a35e-ef7931e171eb", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-b27402de-8d09-43b2-a35e-ef7931e171eb" }, { "id": "908148d7-680e-410e-ba0b-02d41d00970a", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-908148d7-680e-410e-ba0b-02d41d00970a" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-b15aaf9e-4563-4a53-8c80-0879d10af0a3" }, { "name": "Get Note By Id", "id": "62cac506-f38a-419e-aa23-0e8ab9f49c1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "id": "202255ff-954c-4220-936e-f52d3bf9aeab", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific note. Returns a sections-based response for layout notes,\nor a legacy Note for notes created before the sections schema.\n\nThis endpoint fetches a note without creating a snapshot. The snapshot is used for conflict\nresolution when multiple sources are concurrently updating the note.\n\nTo fetch a note for editing that requires conflict resolution, use the `/notes/{note_id}/edit`\nendpoint instead." }, "response": [ { "id": "24ead65a-139c-42c5-b401-16a93ee03e7e", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"id\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"velit_d36\": \"dolor laboris ea\",\n \"nostrud4f\": \"irure reprehenderit nisi\",\n \"ex2c\": -16662157\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-24ead65a-139c-42c5-b401-16a93ee03e7e" }, { "id": "a658768b-7b02-40c6-aa38-66894e4a2efd", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-a658768b-7b02-40c6-aa38-66894e4a2efd" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-62cac506-f38a-419e-aa23-0e8ab9f49c1b" }, { "name": "Update Note By Id", "id": "180def03-6dcb-425e-86d1-fdfeb7432f45", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "id": "0d3c8464-222b-42c4-a959-b734b8b5cf0e", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Update a specific note by id" }, "response": [ { "id": "98b16b06-9e15-49bc-a984-db11cea47780", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"id\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"ipsumaa\": 67872529.92853564,\n \"esse_4\": -80955159\n }\n ],\n \"type\": \"document\",\n \"culpa_4e\": -62414140,\n \"occaecate\": \"et ut dolor\"\n },\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"mollitc\": 56377651.12563363\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-98b16b06-9e15-49bc-a984-db11cea47780" }, { "id": "e8240a95-89d1-401c-b938-9931850cc5ad", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-e8240a95-89d1-401c-b938-9931850cc5ad" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-180def03-6dcb-425e-86d1-fdfeb7432f45" } ], "id": "313569b4-cceb-4326-97ce-3dd3b65bc1f0", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-313569b4-cceb-4326-97ce-3dd3b65bc1f0" }, { "name": "List Notes", "id": "c29d0406-44dc-4202-a7b0-268df3313a07", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] }, "description": "Returns a paginated list of note metadata" }, "response": [ { "id": "1f8e79b1-8f4a-4b00-8f95-3cb1fa27ec9c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n },\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n }\n ],\n \"count\": \"\",\n \"offset\": \"\",\n \"limit\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-1f8e79b1-8f4a-4b00-8f95-3cb1fa27ec9c" }, { "id": "d76c226c-95ce-4c7e-b2b4-ac2ce8c50763", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-d76c226c-95ce-4c7e-b2b4-ac2ce8c50763" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-c29d0406-44dc-4202-a7b0-268df3313a07" }, { "name": "Create Note", "id": "dcefb3f5-7dd4-4e50-bc17-8efeff368865", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes", "host": [ "{{baseUrl}}" ], "path": [ "notes" ] }, "description": "Create a new `Note`." }, "response": [ { "id": "1b0b2eca-f17c-4c4c-b70b-793ab15b21e5", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes", "host": [ "{{baseUrl}}" ], "path": [ "notes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"id\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"ipsumaa\": 67872529.92853564,\n \"esse_4\": -80955159\n }\n ],\n \"type\": \"document\",\n \"culpa_4e\": -62414140,\n \"occaecate\": \"et ut dolor\"\n },\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"mollitc\": 56377651.12563363\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-1b0b2eca-f17c-4c4c-b70b-793ab15b21e5" }, { "id": "50377e7d-6ffe-4ba4-b9b0-e33c568c9880", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/notes", "host": [ "{{baseUrl}}" ], "path": [ "notes" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-50377e7d-6ffe-4ba4-b9b0-e33c568c9880" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-dcefb3f5-7dd4-4e50-bc17-8efeff368865" } ], "id": "535b50b2-51bb-427b-8be2-5a42a30e0b92", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-535b50b2-51bb-427b-8be2-5a42a30e0b92" }, { "name": "v1", "item": [ { "name": "notes", "item": [ { "name": "{note_id}", "item": [ { "name": "Delete Note By Id V1", "id": "0131d056-30d5-45e1-9f05-1ef4c640a256", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "id": "dc7f842a-c4a6-4c3d-a073-1f06d817dfa4", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Delete a specific draft legacy Note." }, "response": [ { "id": "4276880d-9826-4476-9052-2685ccaa2dad", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-4276880d-9826-4476-9052-2685ccaa2dad" }, { "id": "89a308d4-b608-483d-91f4-6b2e1e399f9f", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-89a308d4-b608-483d-91f4-6b2e1e399f9f" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0131d056-30d5-45e1-9f05-1ef4c640a256" }, { "name": "Get Note By Id V1", "id": "0ed5278f-23e0-4502-8b57-3c226ffd034f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "id": "23787c09-ee50-4754-92df-a20f1baa700b", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific legacy Note. Returns HTTP 400 if the note uses the EN2.1 schema." }, "response": [ { "id": "fcaad2c6-7f2d-4e06-8076-66ccc967b21c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"id\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"ipsumaa\": 67872529.92853564,\n \"esse_4\": -80955159\n }\n ],\n \"type\": \"document\",\n \"culpa_4e\": -62414140,\n \"occaecate\": \"et ut dolor\"\n },\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"mollitc\": 56377651.12563363\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-fcaad2c6-7f2d-4e06-8076-66ccc967b21c" }, { "id": "c9c0fa02-b1c7-4668-a14a-e90160f581eb", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-c9c0fa02-b1c7-4668-a14a-e90160f581eb" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0ed5278f-23e0-4502-8b57-3c226ffd034f" }, { "name": "Update Note By Id V1", "id": "478cd5dd-83c8-445a-a7dc-0b997331547a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "id": "d3edf3b0-9f01-4eb7-b3a7-5d0b14e146d0", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Update a legacy Note. Returns HTTP 400 if the note uses the EN2.1 schema\n(pass ``content_map`` and use the /v2/ endpoint instead)." }, "response": [ { "id": "05dd3e09-4e94-479e-a59b-280bea47c4c4", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"id\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"ipsumaa\": 67872529.92853564,\n \"esse_4\": -80955159\n }\n ],\n \"type\": \"document\",\n \"culpa_4e\": -62414140,\n \"occaecate\": \"et ut dolor\"\n },\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"mollitc\": 56377651.12563363\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-05dd3e09-4e94-479e-a59b-280bea47c4c4" }, { "id": "7be02b68-6e5d-4901-a55f-5a57b6f5d934", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"close_snapshot\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"minim_5\": false\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\",\n \"enim_3\": \"minim enim dolor\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {},\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-7be02b68-6e5d-4901-a55f-5a57b6f5d934" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-478cd5dd-83c8-445a-a7dc-0b997331547a" } ], "id": "5ad8293a-ef39-4ebd-b622-4c059903bda3", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-5ad8293a-ef39-4ebd-b622-4c059903bda3" }, { "name": "List Notes V1", "id": "4f858f5c-ffa0-4802-bd5b-dfc5e9ffa2c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] }, "description": "Returns a paginated list of note metadata." }, "response": [ { "id": "b79fb95e-5ce7-40f0-807c-3e36cc8b5f84", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n },\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n }\n ],\n \"count\": \"\",\n \"offset\": \"\",\n \"limit\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-b79fb95e-5ce7-40f0-807c-3e36cc8b5f84" }, { "id": "2b73c5e4-e0df-48ff-a459-816ba4789965", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-2b73c5e4-e0df-48ff-a459-816ba4789965" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-4f858f5c-ffa0-4802-bd5b-dfc5e9ffa2c9" }, { "name": "Create Note V1", "id": "9ce1b29b-8fba-4cfd-bde1-0580ab847564", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] }, "description": "Create a legacy Note." }, "response": [ { "id": "4fa306e7-21f5-43a8-aace-b9b780459d38", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"id\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"ipsumaa\": 67872529.92853564,\n \"esse_4\": -80955159\n }\n ],\n \"type\": \"document\",\n \"culpa_4e\": -62414140,\n \"occaecate\": \"et ut dolor\"\n },\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"mollitc\": 56377651.12563363\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-4fa306e7-21f5-43a8-aace-b9b780459d38" }, { "id": "3310b2c6-5cef-4cde-aef3-ddda764eacc6", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"content\": {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\",\n \"esse_d0\": \"adipisicing cul\",\n \"nullac\": \"qui commodo dolor incididunt\"\n }\n ],\n \"type\": \"twoColumnLayout\",\n \"dolor_0e\": -14837645.706149518,\n \"Excepteura6f\": -39395119.90533173,\n \"ullamco3e3\": 34898273,\n \"inb1c\": \"minim tempor\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"template\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n },\n {\n \"attrs\": {\n \"ai_generation_info\": {\n \"is_finalized\": true,\n \"transcript_source_text\": \"\"\n },\n \"creation_type\": \"ai\",\n \"is_new\": \"\",\n \"ref_id\": \"\"\n },\n \"type\": \"columnLayout\"\n }\n ],\n \"type\": \"twoColumnLayout\"\n }\n ],\n \"type\": \"document\"\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"adipisicing514\": true,\n \"exercitation_495\": \"et\",\n \"aliqua114\": -32575466,\n \"sed_7ae\": -33595030\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/notes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "notes" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-3310b2c6-5cef-4cde-aef3-ddda764eacc6" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-9ce1b29b-8fba-4cfd-bde1-0580ab847564" } ], "id": "4bf22ae5-93c9-4314-bbdc-0d5ae5ae757a", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-4bf22ae5-93c9-4314-bbdc-0d5ae5ae757a" } ], "id": "30b47df0-afc8-423f-a322-4da9dc072475", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-30b47df0-afc8-423f-a322-4da9dc072475" }, { "name": "v2", "item": [ { "name": "notes", "item": [ { "name": "{note_id}", "item": [ { "name": "amendments", "item": [ { "name": "{amendment_id}", "item": [ { "name": "Delete Note Amendment By Id V2", "id": "0cc7f449-29d5-44b6-b2de-f999ebb2e037", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "id": "61fe7e7d-a6af-49a8-9513-31d4b0e1bd0b", "key": "note_id", "value": "", "description": "(Required) " }, { "id": "50cf3578-4ded-4cb5-9e64-ee4c600b3d73", "key": "amendment_id", "value": "", "description": "(Required) " } ] }, "description": "Delete a specific draft EN2.1 note amendment." }, "response": [ { "id": "956b4888-1eaa-4c51-ae44-664804976b03", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-956b4888-1eaa-4c51-ae44-664804976b03" }, { "id": "7d4fe927-fd2c-446c-9c9e-c5d6f60417d6", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-7d4fe927-fd2c-446c-9c9e-c5d6f60417d6" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0cc7f449-29d5-44b6-b2de-f999ebb2e037" }, { "name": "Get Note Amendment By Id V2", "id": "0e39f781-1267-4f63-bbd4-d9a94ce73249", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "id": "ce7d52d3-ccba-44f3-89fa-779dcf4d6e91", "key": "note_id", "value": "", "description": "(Required) " }, { "id": "72b38db8-e348-432f-b6e1-96bc918a25f0", "key": "amendment_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific EN2.1 note amendment." }, "response": [ { "id": "55466dd7-3082-4dd0-8908-c87146866888", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"note_id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"Excepteur1d_\": -94592876.16776502\n },\n \"previous_content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-55466dd7-3082-4dd0-8908-c87146866888" }, { "id": "17ec01b7-8e9c-46c8-ba38-ce657c149be8", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-17ec01b7-8e9c-46c8-ba38-ce657c149be8" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0e39f781-1267-4f63-bbd4-d9a94ce73249" }, { "name": "Update Note Amendment By Id V2", "id": "5d83f9a5-f569-4b8a-ada7-d5b4793130c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"laborum57_\": 60708435.24975705,\n \"mollit_94\": \"elit\",\n \"enim_423\": 53895482.856758505\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "id": "0807e941-b283-41cf-9e1a-61aedf0b1ddb", "key": "note_id", "value": "", "description": "(Required) " }, { "id": "d2a1a69e-bff0-49cc-a791-706079a182ae", "key": "amendment_id", "value": "", "description": "(Required) " } ] }, "description": "Update a draft EN2.1 note amendment." }, "response": [ { "id": "c7ccd746-0027-4918-bdb6-77f2835e6f1d", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"laborum57_\": 60708435.24975705,\n \"mollit_94\": \"elit\",\n \"enim_423\": 53895482.856758505\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"note_id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"Excepteur1d_\": -94592876.16776502\n },\n \"previous_content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-c7ccd746-0027-4918-bdb6-77f2835e6f1d" }, { "id": "6a7540ce-08f0-4d7b-8718-81947e092739", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"laborum57_\": 60708435.24975705,\n \"mollit_94\": \"elit\",\n \"enim_423\": 53895482.856758505\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments/:amendment_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments", ":amendment_id" ], "variable": [ { "key": "note_id" }, { "key": "amendment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-6a7540ce-08f0-4d7b-8718-81947e092739" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-5d83f9a5-f569-4b8a-ada7-d5b4793130c1" } ], "id": "0af75531-34c7-49ee-aac3-f600bd58e5fc", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0af75531-34c7-49ee-aac3-f600bd58e5fc" }, { "name": "Create Note Amendment V2", "id": "951e6888-5a9a-4f35-a5df-bea210ef307e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments" ], "variable": [ { "id": "f7cd6eda-52a9-4dda-b06b-e17fd43b6e43", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Create an EN2.1 note amendment. If a draft amendment already exists, returns it\n(HTTP 200). The parent note must be a signed sections-based note." }, "response": [ { "id": "a399ace3-240c-4dd0-952e-63eb31328b72", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments" ], "variable": [ { "key": "note_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"note_id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"Excepteur1d_\": -94592876.16776502\n },\n \"previous_content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-a399ace3-240c-4dd0-952e-63eb31328b72" }, { "id": "ea911407-d33c-49b8-bc17-6df5188f132c", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/amendments", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "amendments" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-ea911407-d33c-49b8-bc17-6df5188f132c" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-951e6888-5a9a-4f35-a5df-bea210ef307e" } ], "id": "3cced4c0-ce0b-4788-94e3-9cdc5c7c7141", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-3cced4c0-ce0b-4788-94e3-9cdc5c7c7141" }, { "name": "doctags", "item": [ { "name": "{doctag_id}", "item": [ { "name": "Delete Doctag V2", "id": "406acc03-aefc-44e9-807b-d79401e2894b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags/:doctag_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags", ":doctag_id" ], "variable": [ { "id": "6a841dbf-273d-4487-8999-879734dd7555", "key": "note_id", "value": "", "description": "(Required) " }, { "id": "e5f46507-c9e7-40ff-979e-1d7639c5d00c", "key": "doctag_id", "value": "", "description": "(Required) " } ] }, "description": "Remove a doctag from an EN2.1 sections-based Note. Returns HTTP 400 if\nthe note uses the legacy schema." }, "response": [ { "id": "a24c103d-c8d1-4d2e-9158-b9f831a6ed22", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags/:doctag_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags", ":doctag_id" ], "variable": [ { "key": "note_id" }, { "key": "doctag_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-a24c103d-c8d1-4d2e-9158-b9f831a6ed22" }, { "id": "341214a0-2faa-4e21-98b4-1f0803976115", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags/:doctag_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags", ":doctag_id" ], "variable": [ { "key": "note_id" }, { "key": "doctag_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-341214a0-2faa-4e21-98b4-1f0803976115" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-406acc03-aefc-44e9-807b-d79401e2894b" } ], "id": "e9ff7473-2a11-4a7f-8c39-b621b078d2fb", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-e9ff7473-2a11-4a7f-8c39-b621b078d2fb" }, { "name": "List Note Doctags V2", "id": "d4611683-f145-445c-9445-5b5d5ae01aa6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "id": "9c334bec-2ca7-4a21-b929-4d90be54d642", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "List all doctags for an EN2.1 sections-based Note. Returns HTTP 400 if\nthe note uses the legacy schema." }, "response": [ { "id": "ba22836c-ae1b-454c-9795-33dd9244a7bf", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"value\": \"\",\n \"id\": \"\",\n \"shared\": \"\",\n \"is_mips\": \"\",\n \"is_cpc_plus\": \"\",\n \"code\": \"\",\n \"code_type\": \"ICD10\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"practice\": \"\",\n \"snomed_result_code\": \"\"\n },\n {\n \"value\": \"\",\n \"id\": \"\",\n \"shared\": \"\",\n \"is_mips\": \"\",\n \"is_cpc_plus\": \"\",\n \"code\": \"\",\n \"code_type\": \"ICD10\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"practice\": \"\",\n \"snomed_result_code\": \"\"\n }\n]", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-ba22836c-ae1b-454c-9795-33dd9244a7bf" }, { "id": "869b9496-2aac-4a67-8576-86350593dc80", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-869b9496-2aac-4a67-8576-86350593dc80" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-d4611683-f145-445c-9445-5b5d5ae01aa6" }, { "name": "Add Doctag To Note V2", "id": "ddfab6f7-332e-426b-b3e8-9f77e5a86c9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"SNOMED\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"is_cpc_plus\": false,\n \"is_mips\": false,\n \"shared\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "id": "f47df853-89fb-40bf-800c-0920d3d57df0", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Add a doctag to an EN2.1 sections-based Note. The doctag will be upserted\ninto the database and linked to the note. Returns HTTP 400 if the note\nuses the legacy schema." }, "response": [ { "id": "734618ea-4347-4b76-844c-0ee3fb1c339b", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"SNOMED\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"is_cpc_plus\": false,\n \"is_mips\": false,\n \"shared\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"id\": \"\",\n \"shared\": \"\",\n \"is_mips\": \"\",\n \"is_cpc_plus\": \"\",\n \"code\": \"\",\n \"code_type\": \"RXNORM\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"practice\": \"\",\n \"snomed_result_code\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-734618ea-4347-4b76-844c-0ee3fb1c339b" }, { "id": "40fba647-7504-478b-b378-a1fe562b90d9", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"SNOMED\",\n \"concept_name\": \"\",\n \"description\": \"\",\n \"is_cpc_plus\": false,\n \"is_mips\": false,\n \"shared\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/doctags", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "doctags" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-40fba647-7504-478b-b378-a1fe562b90d9" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-ddfab6f7-332e-426b-b3e8-9f77e5a86c9f" } ], "id": "0904a71a-4b06-4b14-8f93-d06b22c52b20", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-0904a71a-4b06-4b14-8f93-d06b22c52b20" }, { "name": "edit", "item": [ { "name": "Get Note For Edit V2", "id": "835bc222-4c4c-493a-9652-dc05365967e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/edit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "edit" ], "variable": [ { "id": "b10dd2fc-e06e-435a-994b-ba1934f6ed6f", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch an EN2.1 note for editing. Creates a snapshot and returns ``snapshot_id``\nfor collaborative PATCH updates." }, "response": [ { "id": "7c141df4-a1ae-4494-be03-07f49318a80b", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/edit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "edit" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"id\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"velit_d36\": \"dolor laboris ea\",\n \"nostrud4f\": \"irure reprehenderit nisi\",\n \"ex2c\": -16662157\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-7c141df4-a1ae-4494-be03-07f49318a80b" }, { "id": "2d796d8a-705f-4627-8e98-62a2ca89cec7", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id/edit", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id", "edit" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-2d796d8a-705f-4627-8e98-62a2ca89cec7" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-835bc222-4c4c-493a-9652-dc05365967e1" } ], "id": "d95581e9-f319-461c-8fe7-8b261413c52a", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-d95581e9-f319-461c-8fe7-8b261413c52a" }, { "name": "Delete Note By Id V2", "id": "cd567bea-4bf1-4ec8-a99d-ee794a02cbd4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "id": "cc0da4d2-0517-41aa-b501-51ed51140c09", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Delete a specific draft EN2.1 Note." }, "response": [ { "id": "ee1b58f8-e0bf-4ad6-acc6-51cb0f3e8b26", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-ee1b58f8-e0bf-4ad6-acc6-51cb0f3e8b26" }, { "id": "2a719b22-09a8-420c-9588-89f78f2575d6", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-2a719b22-09a8-420c-9588-89f78f2575d6" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-cd567bea-4bf1-4ec8-a99d-ee794a02cbd4" }, { "name": "Get Note By Id V2", "id": "65b6be26-6a2f-474f-92db-21e98b585318", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "id": "58a5a0c5-1017-4f52-9ac0-e99cabc15a92", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Get a specific EN2.1 sections-based Note. Returns HTTP 400 if the note\nuses the legacy schema." }, "response": [ { "id": "da83bebd-b300-47a6-98d9-56fac7bc15e2", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"id\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"velit_d36\": \"dolor laboris ea\",\n \"nostrud4f\": \"irure reprehenderit nisi\",\n \"ex2c\": -16662157\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-da83bebd-b300-47a6-98d9-56fac7bc15e2" }, { "id": "9288644a-755a-4654-86a4-7a0200b6a12d", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-9288644a-755a-4654-86a4-7a0200b6a12d" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-65b6be26-6a2f-474f-92db-21e98b585318" }, { "name": "Update Note By Id V2", "id": "213b0b6e-393f-494c-9a89-660d6f5c4134", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"confidential\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"sint_f2e\": \"eu do sint\",\n \"ipsum_c2\": false,\n \"labore53f\": -26238764\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "id": "311f136f-9a11-4081-a70b-fece812813dd", "key": "note_id", "value": "", "description": "(Required) " } ] }, "description": "Update an EN2.1 sections-based Note." }, "response": [ { "id": "fb9b7159-212d-4e2a-8375-dbee497fd3f1", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"confidential\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"sint_f2e\": \"eu do sint\",\n \"ipsum_c2\": false,\n \"labore53f\": -26238764\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"id\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"velit_d36\": \"dolor laboris ea\",\n \"nostrud4f\": \"irure reprehenderit nisi\",\n \"ex2c\": -16662157\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-fb9b7159-212d-4e2a-8375-dbee497fd3f1" }, { "id": "821c2610-118e-43b2-97a0-a1f91c5c3faa", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bill\": \"\",\n \"category\": \"\",\n \"confidential\": \"\",\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n },\n \"exam_reason\": \"\",\n \"metadata\": {\n \"sint_f2e\": \"eu do sint\",\n \"ipsum_c2\": false,\n \"labore53f\": -26238764\n },\n \"provider\": \"\",\n \"serviced_at\": \"\",\n \"snapshot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes", ":note_id" ], "variable": [ { "key": "note_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-821c2610-118e-43b2-97a0-a1f91c5c3faa" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-213b0b6e-393f-494c-9a89-660d6f5c4134" } ], "id": "64483764-c55a-4c7a-88ca-42ad102495f3", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-64483764-c55a-4c7a-88ca-42ad102495f3" }, { "name": "List Notes V2", "id": "7a1e6a86-a6ec-45b4-badf-a78c6259cf61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] }, "description": "Returns a paginated list of note metadata." }, "response": [ { "id": "6dc5639f-c5f3-4d2c-bc73-eaf863264fd6", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n },\n {\n \"id\": \"\",\n \"provider\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"metadata\": {},\n \"note_v1_id\": \"\"\n }\n ],\n \"count\": \"\",\n \"offset\": \"\",\n \"limit\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-6dc5639f-c5f3-4d2c-bc73-eaf863264fd6" }, { "id": "b2f6fb86-00c7-4d9b-826e-712432b378a4", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v2/notes?limit=20&offset=0&practice_id=&is_draft=&patient=&providers=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ], "query": [ { "description": "Limit for pagination", "key": "limit", "value": "20" }, { "description": "Offset for pagination", "key": "offset", "value": "0" }, { "description": "Filter by practice ID", "key": "practice_id", "value": "" }, { "description": "True to filter to draft notes only. False to include only signed notes. Omit to include both.", "key": "is_draft", "value": "" }, { "description": "Filter by patient ID", "key": "patient", "value": "" }, { "description": "Comma separated list of provider IDs", "key": "providers", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-b2f6fb86-00c7-4d9b-826e-712432b378a4" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-7a1e6a86-a6ec-45b4-badf-a78c6259cf61" }, { "name": "Create Note V2", "id": "c152744d-3e3b-4020-810e-fa68f35a62e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"metadata\": {\n \"minim4a\": \"reprehenderit laborum ex non\",\n \"nisif\": 63260704.309367865,\n \"enim62\": 4830885.1816931665\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ] }, "description": "Create an EN2.1 sections-based Note." }, "response": [ { "id": "9d4b0b5d-1166-4457-8cb8-4d8b416f7048", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"metadata\": {\n \"minim4a\": \"reprehenderit laborum ex non\",\n \"nisif\": 63260704.309367865,\n \"enim62\": 4830885.1816931665\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"serviced_at\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"id\": \"\",\n \"content\": {\n \"layout\": {\n \"name\": \"\",\n \"content\": [\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n },\n {\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"header\"\n },\n {\n \"text\": \"\",\n \"type\": \"header\"\n }\n ],\n \"type\": \"column\"\n }\n ]\n },\n \"content_map\": {\n \"followUp\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"followUpParagraph\"\n }\n ],\n \"type\": \"followUp\"\n },\n \"instructions\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"instructionsParagraph\"\n }\n ],\n \"type\": \"instructions\"\n },\n \"narrative\": {\n \"content\": [\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n },\n {\n \"attrs\": {\n \"ref_id\": \"\"\n },\n \"content\": [\n {\n \"text\": \"\",\n \"type\": \"text\"\n },\n {\n \"text\": \"\",\n \"type\": \"text\"\n }\n ],\n \"type\": \"narrativeParagraph\"\n }\n ],\n \"type\": \"narrative\"\n },\n \"orders\": {\n \"content\": [\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n },\n {\n \"attrs\": {\n \"entity_id\": \"\",\n \"prescription\": {\n \"id\": \"\",\n \"medication_display_name\": \"\",\n \"medication_id\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"directions\": \"\",\n \"instructions_to_pharmacy\": \"\",\n \"is_document_med\": \"\",\n \"medication_type\": \"\",\n \"num_samples\": \"\",\n \"quantity\": \"\",\n \"quantity_units\": \"\",\n \"refills\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"prescription\"\n }\n ],\n \"type\": \"orders\"\n },\n \"procedures\": {\n \"content\": [\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n },\n {\n \"attrs\": {\n \"cpt_code\": {\n \"id\": \"\",\n \"code\": \"\",\n \"description\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"procedure\"\n }\n ],\n \"type\": \"procedures\"\n },\n \"referencedDocuments\": {\n \"content\": [\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n },\n {\n \"attrs\": {\n \"document\": {\n \"id\": \"\",\n \"lab_result_id\": \"\",\n \"summary\": \"\"\n },\n \"ref_id\": \"\"\n },\n \"type\": \"referencedDocument\"\n }\n ],\n \"type\": \"referencedDocuments\"\n },\n \"vitals\": {\n \"attrs\": {\n \"ref_id\": \"\",\n \"vitals\": {\n \"bmi\": [\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n },\n {\n \"bmi\": \"\",\n \"edited_by_scribe\": false\n }\n ],\n \"bp\": [\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n },\n {\n \"bp_d\": \"\",\n \"bp_s\": \"\",\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\"\n }\n ],\n \"fio2\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"hc\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hc\": \"\",\n \"id\": \"\"\n }\n ],\n \"height\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"height\": \"\",\n \"id\": \"\"\n }\n ],\n \"hr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"hr\": \"\",\n \"id\": \"\"\n }\n ],\n \"oxygen\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"percent\": \"\"\n }\n ],\n \"pain\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"pain\": \"\"\n }\n ],\n \"rr\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"rr\": \"\"\n }\n ],\n \"temperature\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"temperature\": \"\"\n }\n ],\n \"weight\": [\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n },\n {\n \"edited_by_scribe\": false,\n \"extra_note\": \"\",\n \"id\": \"\",\n \"weight\": \"\"\n }\n ]\n },\n \"vitals_collection_id\": \"\"\n },\n \"type\": \"vitals\"\n }\n }\n },\n \"is_draft\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"is_outdated\": false,\n \"metadata\": {\n \"velit_d36\": \"dolor laboris ea\",\n \"nostrud4f\": \"irure reprehenderit nisi\",\n \"ex2c\": -16662157\n },\n \"snapshot_id\": \"\",\n \"summary\": \"\"\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-9d4b0b5d-1166-4457-8cb8-4d8b416f7048" }, { "id": "a34e0675-9a83-4956-a076-8dee45bb8112", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"provider\": \"\",\n \"category\": \"\",\n \"layout_name\": \"\",\n \"practice\": \"\",\n \"patient\": \"\",\n \"bill\": \"\",\n \"confidential\": false,\n \"exam_reason\": \"\",\n \"metadata\": {\n \"minim4a\": \"reprehenderit laborum ex non\",\n \"nisif\": 63260704.309367865,\n \"enim62\": 4830885.1816931665\n },\n \"serviced_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/notes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "notes" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"ctx\": {},\n \"input\": {\n \"title\": \"Input\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-a34e0675-9a83-4956-a076-8dee45bb8112" } ], "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-c152744d-3e3b-4020-810e-fa68f35a62e3" } ], "id": "446f451c-10cf-4d0d-95eb-87e38e487277", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-446f451c-10cf-4d0d-95eb-87e38e487277" } ], "id": "1246c7c3-1c8c-437f-8381-6d517ad8512f", "createdAt": "2026-07-28T01:34:01.000Z", "updatedAt": "2026-07-28T01:34:01.000Z", "uid": "35240-1246c7c3-1c8c-437f-8381-6d517ad8512f" } ], "variable": [ { "key": "baseUrl", "value": "https://sandbox.elationemr.com/api/2.0" } ] }