{ "info": { "_postman_id": "20ea5649-42fa-48e9-ac01-fba1fdf5551e", "name": "Patient Document API", "description": "Elation Health API v2.0\n\nContact Support:\n Name: Elation Health", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "lastUpdatedBy": "35240", "uid": "35240-20ea5649-42fa-48e9-ac01-fba1fdf5551e" }, "item": [ { "name": "api", "item": [ { "name": "2.0", "item": [ { "name": "ccda", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Ccda", "id": "648c74f6-fb0d-4fd7-b499-83ac2698f104", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/ccda/:id/?end_date=§ions=§ions=&start_date=&template=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "ccda", ":id", "" ], "query": [ { "description": "The end date of the CCDA to retrieve.", "key": "end_date", "value": "" }, { "description": "A comma-separated list of sections to include in the CCDA. If not provided, all sections will be included.", "key": "sections", "value": "" }, { "description": "A comma-separated list of sections to include in the CCDA. If not provided, all sections will be included.", "key": "sections", "value": "" }, { "description": "The start date of the CCDA to retrieve.", "key": "start_date", "value": "" }, { "description": "The template used to display the desired information on the CCDA", "key": "template", "value": "" } ], "variable": [ { "id": "3f4e7d1b-d0b8-4860-95b2-95568d51ff10", "key": "id", "value": "", "description": "(Required) The id of the patient to retrieve the CCDA for." } ] }, "description": "Retrieve a single patient's ccda" }, "response": [ { "id": "8fa2f9ff-d777-4eeb-b842-2616c9815080", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/ccda/:id/?end_date=§ions=&start_date=&template=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "ccda", ":id", "" ], "query": [ { "description": "The end date of the CCDA to retrieve.", "key": "end_date", "value": "" }, { "description": "A comma-separated list of sections to include in the CCDA. If not provided, all sections will be included.", "key": "sections", "value": "" }, { "description": "The start date of the CCDA to retrieve.", "key": "start_date", "value": "" }, { "description": "The template used to display the desired information on the CCDA", "key": "template", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"base64_ccda\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-8fa2f9ff-d777-4eeb-b842-2616c9815080" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-648c74f6-fb0d-4fd7-b499-83ac2698f104" } ], "id": "6bb5e77d-0d61-42a9-a9e7-fc4e12c8737d", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-6bb5e77d-0d61-42a9-a9e7-fc4e12c8737d" } ], "id": "737d1348-90a5-4eb9-9568-a5ec01cd95bf", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-737d1348-90a5-4eb9-9568-a5ec01cd95bf" }, { "name": "clinical_documents", "item": [ { "name": "{id}", "item": [ { "name": "Delete Clinical Document", "id": "a506e48b-5965-4474-be49-0e27bee8a043", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", ":id", "" ], "variable": [ { "id": "566200b4-6e54-4ff9-aae6-fac94cc2f63e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4cab4c85-55fd-4551-ab8a-a86f04f0e0ee", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-4cab4c85-55fd-4551-ab8a-a86f04f0e0ee" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a506e48b-5965-4474-be49-0e27bee8a043" }, { "name": "Retrieve Clinical Document", "id": "58beb685-a303-4623-89ba-68bbec035e81", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", ":id", "" ], "variable": [ { "id": "5b1178f1-49c7-4a01-bb0a-6328676ea729", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "095ff846-c4f7-4715-9600-a3f52029ef72", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"qrda_1\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-095ff846-c4f7-4715-9600-a3f52029ef72" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-58beb685-a303-4623-89ba-68bbec035e81" } ], "id": "fa7b8304-e397-4be0-ba8e-2e287720f104", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-fa7b8304-e397-4be0-ba8e-2e287720f104" }, { "name": "List Clinical Documents", "id": "6075c070-9e9c-4f1d-9bbd-2e2c375726db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," } ] } }, "response": [ { "id": "a9884348-631f-42dc-8a67-8714927755f6", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"ccda\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n },\n {\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"qrda_1\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a9884348-631f-42dc-8a67-8714927755f6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6075c070-9e9c-4f1d-9bbd-2e2c375726db" }, { "name": "Create Clinical Document", "id": "51c41440-c967-42b9-bb1a-f77947493bc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"qrda_1\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", "" ] } }, "response": [ { "id": "a1d0e41a-2786-428e-8fc6-0c4385c53fd0", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"qrda_1\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/clinical_documents/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "clinical_documents", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"authoring_practice\": \"\",\n \"patient\": \"\",\n \"xml_file\": {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n \"allergies_imported\": \"\",\n \"author_name\": \"\",\n \"created_date\": \"\",\n \"data_format\": \"qrda_1\",\n \"deleted_date\": \"\",\n \"demographics_imported\": \"\",\n \"encounters_imported\": \"\",\n \"id\": \"\",\n \"immunizations_imported\": \"\",\n \"labs_imported\": \"\",\n \"medications_imported\": \"\",\n \"problems_imported\": \"\",\n \"procedures_imported\": \"\",\n \"vitals_imported\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a1d0e41a-2786-428e-8fc6-0c4385c53fd0" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-51c41440-c967-42b9-bb1a-f77947493bc9" } ], "id": "84e1bb1e-eff0-458c-9cfa-ff254e8f2cf8", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-84e1bb1e-eff0-458c-9cfa-ff254e8f2cf8" }, { "name": "discontinued_medications", "item": [ { "name": "{id}", "item": [ { "name": "Delete Discontinued Medication", "id": "640d6485-f57f-4608-9610-7c22299566c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", ":id", "" ], "variable": [ { "id": "ff203b2f-82ce-46e7-a4fa-158bb5abf97f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bcc0e7b1-c79b-4985-bb4f-71f57b2ea8d6", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-bcc0e7b1-c79b-4985-bb4f-71f57b2ea8d6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-640d6485-f57f-4608-9610-7c22299566c2" }, { "name": "Retrieve Discontinued Medication", "id": "3a401d3f-9b3a-44e4-bf68-e7f6c0ac7b73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", ":id", "" ], "variable": [ { "id": "18d856e1-b37a-43bf-92de-72cc700daa16", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "c56c4605-e85a-4073-bbf4-c63d77791c57", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c56c4605-e85a-4073-bbf4-c63d77791c57" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-3a401d3f-9b3a-44e4-bf68-e7f6c0ac7b73" } ], "id": "4e46a502-ea7c-4129-94cb-653b13a59335", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-4e46a502-ea7c-4129-94cb-653b13a59335" }, { "name": "List Discontinued Medications", "id": "2cc08353-b2ed-43fc-915e-9c548c7dee23", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/?discontinue_date__gte=&discontinue_date__lte=&document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&permanent=&practice=,&prescribing_physician=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", "" ], "query": [ { "key": "discontinue_date__gte", "value": "" }, { "key": "discontinue_date__lte", "value": "" }, { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "permanent", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "prescribing_physician", "value": "," } ] } }, "response": [ { "id": "6ceb1e6d-04f1-4c02-b7b9-dad79cfd9f88", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/?discontinue_date__gte=&discontinue_date__lte=&document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&permanent=&practice=,&prescribing_physician=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", "" ], "query": [ { "key": "discontinue_date__gte", "value": "" }, { "key": "discontinue_date__lte", "value": "" }, { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "permanent", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "prescribing_physician", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n },\n {\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6ceb1e6d-04f1-4c02-b7b9-dad79cfd9f88" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-2cc08353-b2ed-43fc-915e-9c548c7dee23" }, { "name": "Create Discontinued Medication", "id": "3abc053c-0536-4ef6-a958-38c50db46616", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", "" ] } }, "response": [ { "id": "f7d3ab58-dac2-4298-9a18-a145f35eeda7", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/discontinued_medications/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "discontinued_medications", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"med_order\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"discontinue_date\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"id\": \"\",\n \"is_documented\": \"\",\n \"last_medication_order\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"reason\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"supervising_physician\": \"\",\n \"thread\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f7d3ab58-dac2-4298-9a18-a145f35eeda7" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-3abc053c-0536-4ef6-a958-38c50db46616" } ], "id": "c65f486c-7472-4871-a4ab-53919c923822", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c65f486c-7472-4871-a4ab-53919c923822" }, { "name": "document_tags", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Document Tag", "id": "9947e891-19a2-4a9f-a774-f37a72b2b2ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "id": "dc7da013-66c5-4a31-9399-be5fddeddd09", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "cdfd4f79-70e0-4f61-a53b-f84967956c31", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cdfd4f79-70e0-4f61-a53b-f84967956c31" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9947e891-19a2-4a9f-a774-f37a72b2b2ff" }, { "name": "Partially Update Document Tag", "id": "16f6f756-d509-4518-87c8-34fa39a874fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"code_type\": \"HCPCS\",\n \"concept_name\": \"depression-screening-adolescent-declined\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\",\n \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "id": "37cccdf5-5438-4f21-9a08-e06e48423de2", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ac1ba1fd-d5c1-44da-8434-966913311bfa", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"code\": \"\",\n \"code_type\": \"HCPCS\",\n \"concept_name\": \"depression-screening-adolescent-declined\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\",\n \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ac1ba1fd-d5c1-44da-8434-966913311bfa" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-16f6f756-d509-4518-87c8-34fa39a874fc" }, { "name": "Update Document Tag", "id": "55b0a4ff-18eb-43d2-a1e3-0e290a9edb29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "id": "1fb1a01c-95ee-4333-9852-5af9dec646e4", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f1ef377f-4f6f-48b9-b301-1d5ff385da22", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f1ef377f-4f6f-48b9-b301-1d5ff385da22" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-55b0a4ff-18eb-43d2-a1e3-0e290a9edb29" } ], "id": "3a17ec3f-d574-4aaf-b06b-cda8adb7be0f", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-3a17ec3f-d574-4aaf-b06b-cda8adb7be0f" }, { "name": "List Document Tags", "id": "f0a0f26d-2d33-4caf-8d2c-bf26e3183661", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/?code=&limit=&offset=&order_by=&practice_created=&value=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", "" ], "query": [ { "key": "code", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "key": "practice_created", "value": "" }, { "key": "value", "value": "" } ] } }, "response": [ { "id": "239e8fb0-c196-4fb5-b809-c1633bedbd27", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/?code=&limit=&offset=&order_by=&practice_created=&value=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", "" ], "query": [ { "key": "code", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "key": "practice_created", "value": "" }, { "key": "value", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"CPT\",\n \"concept_name\": \"flu-vaccine-elsewhere\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n },\n {\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"CVX\",\n \"concept_name\": \"dietician-referral\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-239e8fb0-c196-4fb5-b809-c1633bedbd27" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f0a0f26d-2d33-4caf-8d2c-bf26e3183661" }, { "name": "Create Document Tag", "id": "edd88a6a-0a1c-449e-9b71-a014619b86e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", "" ] } }, "response": [ { "id": "92946835-9a37-4a4d-851f-54d05233d212", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/document_tags/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "document_tags", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"code\": \"\",\n \"code_type\": \"EL8\",\n \"concept_name\": \"procedure-contraindicated\",\n \"context\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\",\n \"snomed_result_code\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-92946835-9a37-4a4d-851f-54d05233d212" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-edd88a6a-0a1c-449e-9b71-a014619b86e8" } ], "id": "2c031f02-fe5d-4020-88a0-170a1d0b3b85", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-2c031f02-fe5d-4020-88a0-170a1d0b3b85" }, { "name": "incoming_files", "item": [ { "name": "{file_group_id}", "item": [ { "name": "files", "item": [ { "name": "{file_id}", "item": [ { "name": "Retrieve Incoming Files File", "id": "e43283f8-d772-43e6-9be9-319ceb8dda3e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:file_group_id/files/:file_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":file_group_id", "files", ":file_id", "" ], "variable": [ { "id": "fd09977f-cc6f-48e0-8ea9-56cf942ac865", "key": "file_group_id", "value": "5", "description": "(Required) " }, { "id": "577e023e-416c-4099-8031-8632080668d6", "key": "file_id", "value": "5", "description": "(Required) " } ] } }, "response": [ { "id": "cf637265-f0be-4b1f-8e66-14408385eefa", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:file_group_id/files/:file_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":file_group_id", "files", ":file_id", "" ], "variable": [ { "key": "file_group_id" }, { "key": "file_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cf637265-f0be-4b1f-8e66-14408385eefa" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e43283f8-d772-43e6-9be9-319ceb8dda3e" } ], "id": "4b94f96c-dd06-4234-8b2d-ab538e510be0", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-4b94f96c-dd06-4234-8b2d-ab538e510be0" } ], "id": "1ef6aa41-782f-47f6-ac12-c772ef6ef98e", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-1ef6aa41-782f-47f6-ac12-c772ef6ef98e" }, { "name": "images", "item": [ { "name": "{image_id}", "item": [ { "name": "Retrieve Incoming Files Image", "id": "1c97e8c0-02c3-4675-b831-750065764eea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:file_group_id/images/:image_id/?size=preview", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":file_group_id", "images", ":image_id", "" ], "query": [ { "description": "The size of the image to retrieve (default is 'preview').", "key": "size", "value": "preview" } ], "variable": [ { "id": "6ddb48ef-3480-4e58-ac36-5ab207e0e240", "key": "file_group_id", "value": "5", "description": "(Required) " }, { "id": "bb9e3d7f-d262-43d9-b23f-b4e47a8374fb", "key": "image_id", "value": "5", "description": "(Required) " } ] } }, "response": [ { "id": "f0cc7255-4000-4617-b099-77744cd6defe", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:file_group_id/images/:image_id/?size=preview", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":file_group_id", "images", ":image_id", "" ], "query": [ { "description": "The size of the image to retrieve (default is 'preview').", "key": "size", "value": "preview" } ], "variable": [ { "key": "file_group_id" }, { "key": "image_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f0cc7255-4000-4617-b099-77744cd6defe" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1c97e8c0-02c3-4675-b831-750065764eea" } ], "id": "436f087f-6ff6-44a7-8d72-09687e86d4c3", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-436f087f-6ff6-44a7-8d72-09687e86d4c3" } ], "id": "1d15edad-32e3-445e-9940-65d189fd044c", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-1d15edad-32e3-445e-9940-65d189fd044c" } ], "id": "e7bfcd36-3cb3-49da-a34a-ee40018d2e36", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-e7bfcd36-3cb3-49da-a34a-ee40018d2e36" }, { "name": "{id}", "item": [ { "name": "Retrieve Incoming File", "id": "dbdfba11-98c1-48e4-8c8e-94f5bf530498", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":id", "" ], "variable": [ { "id": "63696f30-3c46-43db-9518-79d52bc821f5", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "cbea8123-1334-4060-8419-5945435b372d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cbea8123-1334-4060-8419-5945435b372d" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-dbdfba11-98c1-48e4-8c8e-94f5bf530498" } ], "id": "407bf796-bde2-460b-8b63-8285d21429d3", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-407bf796-bde2-460b-8b63-8285d21429d3" }, { "name": "List Incoming Files", "id": "f9048fca-ea07-4016-88a4-a78379e1cd2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/?created_date__gte=&created_date__lte=&from_number=&limit=&offset=&order_by=&practice=,&practice_fax=&process_state=complete&received_time__gte=&received_time__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", "" ], "query": [ { "key": "created_date__gte", "value": "" }, { "key": "created_date__lte", "value": "" }, { "key": "from_number", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "practice_fax", "value": "" }, { "description": "* `complete` - complete\n* `error` - error\n* `processing` - processing", "key": "process_state", "value": "complete" }, { "key": "received_time__gte", "value": "" }, { "key": "received_time__lte", "value": "" } ] } }, "response": [ { "id": "e4e70624-5bfd-47b8-bceb-16e5cb2a3528", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/?created_date__gte=&created_date__lte=&from_number=&limit=&offset=&order_by=&practice=,&practice_fax=&process_state=complete&received_time__gte=&received_time__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", "" ], "query": [ { "key": "created_date__gte", "value": "" }, { "key": "created_date__lte", "value": "" }, { "key": "from_number", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "practice_fax", "value": "" }, { "description": "* `complete` - complete\n* `error` - error\n* `processing` - processing", "key": "process_state", "value": "complete" }, { "key": "received_time__gte", "value": "" }, { "key": "received_time__lte", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"error\",\n \"received_time\": \"\",\n \"source\": \"refile\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n },\n {\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": null,\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": null,\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"pending\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e4e70624-5bfd-47b8-bceb-16e5cb2a3528" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f9048fca-ea07-4016-88a4-a78379e1cd2d" }, { "name": "Create Incoming File", "id": "d6b142b4-d67d-4c5a-8aec-b216b2501a11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", "" ] } }, "response": [ { "id": "41225781-0bd8-422e-88b7-c42bbd117579", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/incoming_files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "incoming_files", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"group_name\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"external_fax_id\": \"\",\n \"file_size\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"filename\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"file_url\": \"\",\n \"id\": \"\",\n \"incoming_file\": \"\",\n \"practice\": \"\"\n }\n ],\n \"from_number\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"incoming_file\": \"\",\n \"original_extension\": \"\",\n \"original_height\": \"\",\n \"original_padded\": \"\",\n \"original_rotation\": \"\",\n \"original_width\": \"\",\n \"practice\": \"\",\n \"quality_score\": \"\",\n \"quality_score_by\": \"\",\n \"received_date\": \"\",\n \"rotation\": \"\",\n \"sequence\": \"\",\n \"width\": \"\"\n }\n ],\n \"page_count\": \"\",\n \"practice_fax\": \"\",\n \"process_complete_time\": \"\",\n \"process_result\": \"\",\n \"process_start_time\": \"\",\n \"process_state\": \"complete\",\n \"received_time\": \"\",\n \"source\": \"metrofax\",\n \"subject\": \"\",\n \"to_company\": \"\",\n \"to_name\": \"\",\n \"to_number\": \"\",\n \"transmit_time\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-41225781-0bd8-422e-88b7-c42bbd117579" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d6b142b4-d67d-4c5a-8aec-b216b2501a11" } ], "id": "a83e5d16-3425-40ae-a3ff-197f4d1efd49", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-a83e5d16-3425-40ae-a3ff-197f4d1efd49" }, { "name": "injections", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Injection", "id": "fe0512eb-1b1e-49bf-87b5-1828b65dac1b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/injections/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "injections", ":id", "" ], "variable": [ { "id": "0a3bff04-cd5a-483d-ae2e-cea8462901a8", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single injection" }, "response": [ { "id": "05070b7b-296e-4049-a5e0-890ffd6e7e3e", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/injections/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "injections", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dose\": \"-531.\",\n \"given_date\": \"\",\n \"ndc\": \"\",\n \"contraindication\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"dose_in_series\": \"\",\n \"dose_unit\": \"g\",\n \"expiration_date\": \"\",\n \"given_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"id\": \"\",\n \"is_confidential\": \"\",\n \"is_new\": \"\",\n \"is_permanent\": \"\",\n \"lot_number\": \"\",\n \"manufacturer\": \"\",\n \"method\": \"Intravenous\",\n \"notes\": \"\",\n \"ordered_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"packaged_medication_id\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"procedures\": {\n \"code\": \"\",\n \"dxs\": [\n {\n \"code\": \"\",\n \"system\": \"\"\n },\n {\n \"code\": \"\",\n \"system\": \"\"\n }\n ],\n \"modifier_1\": \"\",\n \"modifier_2\": \"\",\n \"modifier_3\": \"\",\n \"modifier_4\": \"\"\n },\n \"reason\": \"\",\n \"reference_medication_id\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"Back\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-05070b7b-296e-4049-a5e0-890ffd6e7e3e" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fe0512eb-1b1e-49bf-87b5-1828b65dac1b" } ], "id": "2fedce42-b5a7-4a73-ac38-8292e4cc30aa", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-2fedce42-b5a7-4a73-ac38-8292e4cc30aa" }, { "name": "List Injections", "id": "1e0e290b-e1fc-49ce-8c45-56377f159d81", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/injections/?id=,&limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "injections", "" ], "query": [ { "description": "Multiple values may be separated by commas.", "key": "id", "value": "," }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] }, "description": "Returns a list of injections" }, "response": [ { "id": "5b31562e-50bc-42a2-98c6-2067156c8cc0", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/injections/?id=,&limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "injections", "" ], "query": [ { "description": "Multiple values may be separated by commas.", "key": "id", "value": "," }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"dose\": \"5749525364012518\",\n \"given_date\": \"\",\n \"ndc\": \"\",\n \"contraindication\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"dose_in_series\": \"\",\n \"dose_unit\": \"ug\",\n \"expiration_date\": \"\",\n \"given_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"id\": \"\",\n \"is_confidential\": \"\",\n \"is_new\": \"\",\n \"is_permanent\": \"\",\n \"lot_number\": \"\",\n \"manufacturer\": \"\",\n \"method\": \"Intramuscular\",\n \"notes\": \"\",\n \"ordered_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"packaged_medication_id\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"procedures\": {\n \"code\": \"\",\n \"dxs\": [\n {\n \"code\": \"\",\n \"system\": \"\"\n },\n {\n \"code\": \"\",\n \"system\": \"\"\n }\n ],\n \"modifier_1\": \"\",\n \"modifier_2\": \"\",\n \"modifier_3\": \"\",\n \"modifier_4\": \"\"\n },\n \"reason\": \"\",\n \"reference_medication_id\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"R Posterior Upper Arm\"\n },\n {\n \"dose\": \"-1289597925337\",\n \"given_date\": \"\",\n \"ndc\": \"\",\n \"contraindication\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"dose_in_series\": \"\",\n \"dose_unit\": \"mg\",\n \"expiration_date\": \"\",\n \"given_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"id\": \"\",\n \"is_confidential\": \"\",\n \"is_new\": \"\",\n \"is_permanent\": \"\",\n \"lot_number\": \"\",\n \"manufacturer\": \"\",\n \"method\": \"Subcutaneous\",\n \"notes\": \"\",\n \"ordered_by\": {\n \"name\": \"\",\n \"type\": \"\",\n \"user_id\": \"\"\n },\n \"packaged_medication_id\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"procedures\": {\n \"code\": \"\",\n \"dxs\": [\n {\n \"code\": \"\",\n \"system\": \"\"\n },\n {\n \"code\": \"\",\n \"system\": \"\"\n }\n ],\n \"modifier_1\": \"\",\n \"modifier_2\": \"\",\n \"modifier_3\": \"\",\n \"modifier_4\": \"\"\n },\n \"reason\": \"\",\n \"reference_medication_id\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"L Thigh\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-5b31562e-50bc-42a2-98c6-2067156c8cc0" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1e0e290b-e1fc-49ce-8c45-56377f159d81" } ], "id": "ef17e280-41b1-4922-be4e-54f7fb5fcccd", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ef17e280-41b1-4922-be4e-54f7fb5fcccd" }, { "name": "letters", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Letter", "id": "748975e0-22d5-45eb-b804-ef9d74389fde", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "id": "111f087b-f1fb-4e4c-a539-f266347180b4", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bae81b59-faf1-46f1-8e8a-3477f916c550", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-bae81b59-faf1-46f1-8e8a-3477f916c550" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-748975e0-22d5-45eb-b804-ef9d74389fde" }, { "name": "Partially Update Letter", "id": "50bee2f8-5c34-49da-86b5-f2298516be5d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"attachment_type\": \"DsWeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "id": "fe2fed40-ca24-41f5-8b54-bb1eaad06a27", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f00c2064-3643-414e-9d52-10d14d361cfd", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"attachment_type\": \"DsWeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f00c2064-3643-414e-9d52-10d14d361cfd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-50bee2f8-5c34-49da-86b5-f2298516be5d" }, { "name": "Update Letter", "id": "6967b3f8-e4de-42a7-91dc-3204e12aab0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "id": "50323b8a-800c-41f1-94ee-c496ff109ae9", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "45955401-2e9d-4f7a-b4d7-9f39f610d5a6", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-45955401-2e9d-4f7a-b4d7-9f39f610d5a6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6967b3f8-e4de-42a7-91dc-3204e12aab0c" } ], "id": "ab383f19-4982-440c-beb5-be6205f14f23", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ab383f19-4982-440c-beb5-be6205f14f23" }, { "name": "List Letters", "id": "cd3fbcf0-dada-4b32-9666-e7ea2f3b7168", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/letters/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&patient=&patient=&practice=&practice=&recipient_id=&recipient_id=&recipient_name=&recipient_name=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", "" ], "query": [ { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "patient", "value": "" }, { "key": "patient", "value": "" }, { "key": "practice", "value": "" }, { "key": "practice", "value": "" }, { "key": "recipient_id", "value": "" }, { "key": "recipient_id", "value": "" }, { "key": "recipient_name", "value": "" }, { "key": "recipient_name", "value": "" } ] }, "description": "Find letters by patient, practice, and date range" }, "response": [ { "id": "ea5a2f9b-cc95-4668-9113-678668a59589", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/letters/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&patient=&practice=&recipient_id=&recipient_name=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", "" ], "query": [ { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "patient", "value": "" }, { "key": "practice", "value": "" }, { "key": "recipient_id", "value": "" }, { "key": "recipient_name", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"PremieWeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"email\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n },\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"WhoHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsinfantHeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"direct\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ea5a2f9b-cc95-4668-9113-678668a59589" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cd3fbcf0-dada-4b32-9666-e7ea2f3b7168" }, { "name": "Create Letter", "id": "c05aa6c3-a0db-4878-92ca-936718ac344e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", "" ] } }, "response": [ { "id": "fd4e1f71-92ae-41b4-8384-bd2d5bb42a28", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/letters/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "letters", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"send_to_contact\": {\n \"id\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\"\n },\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"DsBmiChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"delivery_method\": \"emr\",\n \"direct_message_status\": \"\",\n \"direct_message_to\": \"\",\n \"display_to\": \"\",\n \"document_date\": \"\",\n \"email_to\": \"\",\n \"failure_unacknowledged\": \"\",\n \"fax_attachments\": \"\",\n \"fax_status\": \"\",\n \"fax_to\": \"\",\n \"id\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"referral_order\": \"\",\n \"send_out\": \"\",\n \"send_to_elation_user\": \"\",\n \"send_to_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"to_number\": \"\",\n \"viewed_at\": \"\",\n \"with_archive\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fd4e1f71-92ae-41b4-8384-bd2d5bb42a28" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c05aa6c3-a0db-4878-92ca-936718ac344e" } ], "id": "af02adb3-6d04-462c-8157-81658da8eb36", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-af02adb3-6d04-462c-8157-81658da8eb36" }, { "name": "medication_history_download_fills", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Medication History Download Fill", "id": "71891048-a553-4e1e-bb99-b9231f98f207", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_download_fills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_download_fills", ":id", "" ], "variable": [ { "id": "14dbe01e-45d6-4dd6-ae2d-d0c3148671c6", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9097e290-6a1e-4a31-b749-fbf1373d527a", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_download_fills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_download_fills", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"days_supply\": \"\",\n \"diagnoses\": [\n \"\",\n \"\"\n ],\n \"directions\": \"\",\n \"history_download\": \"\",\n \"is_active\": \"\",\n \"last_fill_date\": \"\",\n \"medication\": \"\",\n \"medication_description\": \"\",\n \"medication_order\": \"\",\n \"note\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"prescribing_physician\": \"\",\n \"prior_auth\": \"\",\n \"prior_auth_qualifier\": \"1D\",\n \"quantity\": \"\",\n \"quantity_note\": \"\",\n \"quantity_unit\": \"\",\n \"refills\": [\n \"\",\n \"\"\n ],\n \"requesting_physician\": \"\",\n \"requesting_physician_action\": \"ReqAct\",\n \"substitutions\": \"\",\n \"written_date\": \"\",\n \"create_date\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9097e290-6a1e-4a31-b749-fbf1373d527a" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-71891048-a553-4e1e-bb99-b9231f98f207" } ], "id": "84160318-d026-4013-8af6-f6fa0304afa9", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-84160318-d026-4013-8af6-f6fa0304afa9" }, { "name": "List Medication History Download Fills", "id": "6fcb7691-839a-4b2a-a803-9029415286a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_download_fills/?history_download=,&last_fill_date__gte=&last_fill_date__isnull=&last_fill_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&written_date__gte=&written_date__isnull=&written_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_download_fills", "" ], "query": [ { "description": "Download summary.", "key": "history_download", "value": "," }, { "key": "last_fill_date__gte", "value": "" }, { "key": "last_fill_date__isnull", "value": "" }, { "key": "last_fill_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," }, { "key": "written_date__gte", "value": "" }, { "key": "written_date__isnull", "value": "" }, { "key": "written_date__lte", "value": "" } ] } }, "response": [ { "id": "09b277d2-d1b2-45e2-b5d0-a4ff44ccbd66", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_download_fills/?history_download=,&last_fill_date__gte=&last_fill_date__isnull=&last_fill_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&written_date__gte=&written_date__isnull=&written_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_download_fills", "" ], "query": [ { "description": "Download summary.", "key": "history_download", "value": "," }, { "key": "last_fill_date__gte", "value": "" }, { "key": "last_fill_date__isnull", "value": "" }, { "key": "last_fill_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," }, { "key": "written_date__gte", "value": "" }, { "key": "written_date__isnull", "value": "" }, { "key": "written_date__lte", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"days_supply\": \"\",\n \"diagnoses\": [\n \"\",\n \"\"\n ],\n \"directions\": \"\",\n \"history_download\": \"\",\n \"is_active\": \"\",\n \"last_fill_date\": \"\",\n \"medication\": \"\",\n \"medication_description\": \"\",\n \"medication_order\": \"\",\n \"note\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"prescribing_physician\": \"\",\n \"prior_auth\": \"\",\n \"prior_auth_qualifier\": \"EJ\",\n \"quantity\": \"\",\n \"quantity_note\": \"\",\n \"quantity_unit\": \"\",\n \"refills\": [\n \"\",\n \"\"\n ],\n \"requesting_physician\": \"\",\n \"requesting_physician_action\": \"ReqAct\",\n \"substitutions\": \"\",\n \"written_date\": \"\",\n \"create_date\": \"\",\n \"id\": \"\"\n },\n {\n \"days_supply\": \"\",\n \"diagnoses\": [\n \"\",\n \"\"\n ],\n \"directions\": \"\",\n \"history_download\": \"\",\n \"is_active\": \"\",\n \"last_fill_date\": \"\",\n \"medication\": \"\",\n \"medication_description\": \"\",\n \"medication_order\": \"\",\n \"note\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"prescribing_physician\": \"\",\n \"prior_auth\": \"\",\n \"prior_auth_qualifier\": \"1E\",\n \"quantity\": \"\",\n \"quantity_note\": \"\",\n \"quantity_unit\": \"\",\n \"refills\": [\n \"\",\n \"\"\n ],\n \"requesting_physician\": \"\",\n \"requesting_physician_action\": \"ReqAct\",\n \"substitutions\": \"\",\n \"written_date\": \"\",\n \"create_date\": \"\",\n \"id\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-09b277d2-d1b2-45e2-b5d0-a4ff44ccbd66" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6fcb7691-839a-4b2a-a803-9029415286a1" } ], "id": "f94da792-d213-4076-afc9-69bae50f8909", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-f94da792-d213-4076-afc9-69bae50f8909" }, { "name": "medication_history_downloads", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Medication History Download", "id": "d48564cd-2f3b-4a05-901a-1fe9bf22f321", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", ":id", "" ], "variable": [ { "id": "009b06e1-7416-476a-b055-8d371d057593", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single med history object" }, "response": [ { "id": "6717269e-27ce-4835-b401-fc2af52edac9", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Communication problem - try again later\",\n \"error_description\": \"\",\n \"error_description_code\": \"Receiver ID not on file.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6717269e-27ce-4835-b401-fc2af52edac9" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d48564cd-2f3b-4a05-901a-1fe9bf22f321" } ], "id": "eedd4bbe-470c-43c3-b1be-2b5d082dcbbd", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-eedd4bbe-470c-43c3-b1be-2b5d082dcbbd" }, { "name": "List Medication History Downloads", "id": "610e273b-a954-41a4-94a7-f7ba28505963", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "response": [ { "id": "59aefd16-76f4-4f46-a916-644b1a096cf1", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Transaction rejected\",\n \"error_description\": \"\",\n \"error_description_code\": \"Sender ID not on file.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n },\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Receiver unable to process\",\n \"error_description\": \"\",\n \"error_description_code\": \"Request timed out before response could be received.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-59aefd16-76f4-4f46-a916-644b1a096cf1" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-610e273b-a954-41a4-94a7-f7ba28505963" }, { "name": "Create Medication History Download", "id": "ca12b072-f903-4644-bc97-d6a89372edcf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Communication problem - try again later\",\n \"error_description\": \"\",\n \"error_description_code\": \"Receiver ID not on file.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", "" ] } }, "response": [ { "id": "227db9e3-fdb5-4fe9-8e9a-23bd84af9cff", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Communication problem - try again later\",\n \"error_description\": \"\",\n \"error_description_code\": \"Receiver ID not on file.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_history_downloads/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_history_downloads", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"eligibility\": \"\",\n \"error_code\": \"Communication problem - try again later\",\n \"error_description\": \"\",\n \"error_description_code\": \"Receiver ID not on file.\",\n \"from_date\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"num_items\": \"\",\n \"pbm_member_id\": \"\",\n \"pbm_name\": \"\",\n \"pbm_surescripts_participant_id\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"success\": \"\",\n \"until_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-227db9e3-fdb5-4fe9-8e9a-23bd84af9cff" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ca12b072-f903-4644-bc97-d6a89372edcf" } ], "id": "a03389c9-2e19-43e7-bc6d-5f7ee6df1858", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-a03389c9-2e19-43e7-bc6d-5f7ee6df1858" }, { "name": "medication_refills", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Medication Refill", "id": "d2f2cd1e-17f1-49ae-bc5b-198a784d2a02", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_refills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_refills", ":id", "" ], "variable": [ { "id": "f7e5d0c9-1b1a-4b18-9d62-67542fc76e33", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f54b8f04-592f-4eb5-bef2-c95dc9d163ef", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_refills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_refills", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"original_medication_order\": \"\",\n \"patient_matching_result\": \"COMPLETE_MATCH\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"received_date\": \"\",\n \"requested_pharmacy_ncpdpid\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"patient_matched\": \"\",\n \"supervisor\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f54b8f04-592f-4eb5-bef2-c95dc9d163ef" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d2f2cd1e-17f1-49ae-bc5b-198a784d2a02" } ], "id": "d540a04e-1d28-4f6e-8efd-d603a5ff31bf", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-d540a04e-1d28-4f6e-8efd-d603a5ff31bf" }, { "name": "List Medication Refills", "id": "db011660-22a3-4a79-a54b-61e334219d7e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_refills/?limit=&offset=&order_by=&patient=,&practice=,&prescriber=,&received_date__gte=&received_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_refills", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "prescriber", "value": "," }, { "description": "Filter by received date greater than or equal to.", "key": "received_date__gte", "value": "" }, { "description": "Filter by received date less than or equal to.", "key": "received_date__lte", "value": "" } ] } }, "response": [ { "id": "b248aebc-3966-4939-8f85-af64da6bcce1", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_refills/?limit=&offset=&order_by=&patient=,&practice=,&prescriber=,&received_date__gte=&received_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_refills", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "prescriber", "value": "," }, { "description": "Filter by received date greater than or equal to.", "key": "received_date__gte", "value": "" }, { "description": "Filter by received date less than or equal to.", "key": "received_date__lte", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"original_medication_order\": \"\",\n \"patient_matching_result\": \"NO_MATCH\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"received_date\": \"\",\n \"requested_pharmacy_ncpdpid\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"patient_matched\": \"\",\n \"supervisor\": \"\"\n },\n {\n \"original_medication_order\": \"\",\n \"patient_matching_result\": \"MULTIPLE_MATCHES\",\n \"practice\": \"\",\n \"prescriber\": \"\",\n \"received_date\": \"\",\n \"requested_pharmacy_ncpdpid\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"patient_matched\": \"\",\n \"supervisor\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b248aebc-3966-4939-8f85-af64da6bcce1" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-db011660-22a3-4a79-a54b-61e334219d7e" } ], "id": "cbea040b-6b88-4235-b241-5c2f2ba492db", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-cbea040b-6b88-4235-b241-5c2f2ba492db" }, { "name": "medications", "item": [ { "name": "{id}", "item": [ { "name": "Delete Medication", "id": "cbf842c9-3de5-4447-ad27-f602afbbd4e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", ":id", "" ], "variable": [ { "id": "1ea9dd3a-8a3b-486e-bce7-718efdc3b77c", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1115d507-2ea7-4554-b5c3-0ade315ea38e", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1115d507-2ea7-4554-b5c3-0ade315ea38e" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cbf842c9-3de5-4447-ad27-f602afbbd4e0" }, { "name": "Retrieve Medication", "id": "1cf3a196-9e74-490c-9783-75503ed21e1a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", ":id", "" ], "variable": [ { "id": "49fabefe-c8d3-4ced-916e-1a87b55e76bd", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "26641f0c-ba18-4c3c-917c-44baee1e6363", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medications/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"prescription\",\n \"order_type\": \"DoseChange\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"2677\",\n \"qty_units\": \"MILLIMETER\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"Psychiatric Residential Treatment Center\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"Africa/Lubumbashi\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"phone\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-26641f0c-ba18-4c3c-917c-44baee1e6363" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1cf3a196-9e74-490c-9783-75503ed21e1a" } ], "id": "f84a0249-6310-4f6a-81ce-31ec75efb120", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-f84a0249-6310-4f6a-81ce-31ec75efb120" }, { "name": "List Medications", "id": "2354fb44-f1df-44cf-b821-2b66dde9855d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medications/?discontinued=&document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&permanent=&practice=,&thread=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", "" ], "query": [ { "description": "Whether the thread has a discontinue order or not.", "key": "discontinued", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that follow it (exclusive).", "key": "document_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or follow it (inclusive).", "key": "document_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that precede it (exclusive).", "key": "document_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or precede it (inclusive).", "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Whether the medication is temporary or permanent.", "key": "permanent", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "thread", "value": "," } ] } }, "response": [ { "id": "c7b2b7e8-7a7f-429e-8305-8e947cb7a9e1", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medications/?discontinued=&document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&permanent=&practice=,&thread=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", "" ], "query": [ { "description": "Whether the thread has a discontinue order or not.", "key": "discontinued", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that follow it (exclusive).", "key": "document_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or follow it (inclusive).", "key": "document_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that precede it (exclusive).", "key": "document_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or precede it (inclusive).", "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Whether the medication is temporary or permanent.", "key": "permanent", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "thread", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"otc\",\n \"order_type\": \"New\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"088696320.170486718\",\n \"qty_units\": \"METRIC DROP\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"School\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"America/Kralendijk\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"mdtoolboxepcs\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n },\n {\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"otc\",\n \"order_type\": \"DoseChange\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"45903599200.967\",\n \"qty_units\": \"PACKET\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"Psychiatric Residential Treatment Center\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"America/Tijuana\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"paper_nonfillable\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c7b2b7e8-7a7f-429e-8305-8e947cb7a9e1" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-2354fb44-f1df-44cf-b821-2b66dde9855d" }, { "name": "Create Medication", "id": "5ab2268a-9f3a-482b-9ab6-f6780a3ee270", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"prescription\",\n \"order_type\": \"DoseChange\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"2677\",\n \"qty_units\": \"MILLIMETER\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"Psychiatric Residential Treatment Center\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"Africa/Lubumbashi\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"phone\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medications/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", "" ] } }, "response": [ { "id": "dd1a102b-093c-4c73-a9b6-b2eefac6b1e7", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"prescription\",\n \"order_type\": \"DoseChange\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"2677\",\n \"qty_units\": \"MILLIMETER\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"Psychiatric Residential Treatment Center\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"Africa/Lubumbashi\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"phone\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medications/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medications", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_refills\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"is_doc_med\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"medication_type\": \"prescription\",\n \"order_type\": \"DoseChange\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"prescribing_physician\": \"\",\n \"qty\": \"2677\",\n \"qty_units\": \"MILLIMETER\",\n \"start_date\": \"\",\n \"thread\": {\n \"is_permanent\": \"\",\n \"dc_date\": \"\",\n \"id\": \"\"\n },\n \"allow_substitutions\": \"\",\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"days_supply\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"document_date\": \"\",\n \"documenting_personnel\": \"\",\n \"fulfillment\": {\n \"service_location\": {\n \"address_line1\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"state\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_primary\": false,\n \"phone\": \"\",\n \"place_of_service\": \"Psychiatric Residential Treatment Center\",\n \"place_of_service_code\": \"\",\n \"status\": \"active\",\n \"timezone\": \"Africa/Lubumbashi\",\n \"zip\": \"\"\n },\n \"time_completed\": \"\",\n \"type\": \"phone\",\n \"detail\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"state\": \"\"\n },\n \"id\": \"\",\n \"last_modified\": \"\",\n \"notes\": \"\",\n \"num_samples\": \"\",\n \"pharmacy_instructions\": \"\",\n \"send_rx_reminder\": \"\",\n \"show_in_chart_feed\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-dd1a102b-093c-4c73-a9b6-b2eefac6b1e7" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-5ab2268a-9f3a-482b-9ab6-f6780a3ee270" } ], "id": "8633ecd6-a06f-411d-bc4e-f2f988d48566", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-8633ecd6-a06f-411d-bc4e-f2f988d48566" }, { "name": "non_visit_notes", "item": [ { "name": "{id}", "item": [ { "name": "Delete Non Visit Note", "id": "f59a2329-691f-4e78-b2ac-315c9dfb33cc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "id": "c211ec68-3785-4525-b391-c12b557ef246", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1a19ee9f-b365-404c-982a-29dbf69e5438", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1a19ee9f-b365-404c-982a-29dbf69e5438" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f59a2329-691f-4e78-b2ac-315c9dfb33cc" }, { "name": "Retrieve Non Visit Note", "id": "b5e49383-db9b-4f83-b561-448317737f53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "id": "5df5e492-96c7-435f-b132-f45efd925763", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e22cde3b-3ba1-41ff-9b67-4eaf4453fcee", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e22cde3b-3ba1-41ff-9b67-4eaf4453fcee" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b5e49383-db9b-4f83-b561-448317737f53" }, { "name": "Partially Update Non Visit Note", "id": "07a0e4e0-fe5c-4175-b1d8-92e40452ba2a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"patient\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "id": "a0144060-27d0-41d4-9f74-b15577af357d", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "052465a3-78f3-43c3-a6e2-a6731732440b", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"patient\": \"\",\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-052465a3-78f3-43c3-a6e2-a6731732440b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-07a0e4e0-fe5c-4175-b1d8-92e40452ba2a" }, { "name": "Update Non Visit Note", "id": "082cf534-30e0-45fd-be09-7b168dd2d4b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "id": "bcc6a9e3-7ee0-4b47-87a5-fde4198613e1", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d9d42994-de84-4169-b6cf-2163b2704900", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d9d42994-de84-4169-b6cf-2163b2704900" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-082cf534-30e0-45fd-be09-7b168dd2d4b1" } ], "id": "5dbdd890-470e-440c-bbe4-6c46612794bd", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-5dbdd890-470e-440c-bbe4-6c46612794bd" }, { "name": "List Non Visit Notes", "id": "0cfcb46a-1fef-47e5-a620-10e7644065cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," } ] } }, "response": [ { "id": "cfee5c89-5405-4743-bc41-15b6877fa981", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n },\n {\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cfee5c89-5405-4743-bc41-15b6877fa981" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-0cfcb46a-1fef-47e5-a620-10e7644065cb" }, { "name": "Create Non Visit Note", "id": "aeb3ae09-05ec-4f96-9eb6-9b5dcd74bf7d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", "" ] } }, "response": [ { "id": "2c9d5b13-a990-4e3c-b63f-55001a19bedb", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/non_visit_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "non_visit_notes", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"bullets\": [\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"text\": \"\",\n \"author\": \"\",\n \"id\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"note_documents\": [\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"note_items\": [\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n },\n {\n \"item\": {\n \"is_confidential\": \"\",\n \"patient\": \"\",\n \"type\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n \"id\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-2c9d5b13-a990-4e3c-b63f-55001a19bedb" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-aeb3ae09-05ec-4f96-9eb6-9b5dcd74bf7d" } ], "id": "ba98f6b8-a78d-44ac-a53a-49880c5d79ba", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ba98f6b8-a78d-44ac-a53a-49880c5d79ba" }, { "name": "patient-letters", "item": [ { "name": "{patient_letters}", "item": [ { "name": "comments", "item": [ { "name": "{id}", "item": [ { "name": "Delete Patient Letters Comment", "id": "6e7e4beb-8c12-4fc2-be2e-ce311751e96d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", ":id", "" ], "variable": [ { "id": "e6ad1b6c-58f1-4276-be50-a99fa3193f56", "key": "patient_letters", "value": "5", "description": "(Required) " }, { "id": "c114286b-7e19-4893-a33f-cce073aa108c", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "53922975-5dfe-4134-9590-bc1960bf8480", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", ":id", "" ], "variable": [ { "key": "patient_letters" }, { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-53922975-5dfe-4134-9590-bc1960bf8480" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6e7e4beb-8c12-4fc2-be2e-ce311751e96d" }, { "name": "Retrieve Patient Letters Comment", "id": "20ff6d64-83b9-49f7-aaf4-41bc5f85c6c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", ":id", "" ], "variable": [ { "id": "a2f7744e-b68a-4826-b349-af34b0837f11", "key": "patient_letters", "value": "5", "description": "(Required) " }, { "id": "816e36fe-f0ce-4a56-9857-989cb4a275c3", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "938a181e-de68-47a5-a3ca-370793a3874d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", ":id", "" ], "variable": [ { "key": "patient_letters" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-938a181e-de68-47a5-a3ca-370793a3874d" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-20ff6d64-83b9-49f7-aaf4-41bc5f85c6c3" } ], "id": "c3632968-66a4-428a-b8f9-3a0a6791d5f6", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c3632968-66a4-428a-b8f9-3a0a6791d5f6" }, { "name": "List Patient Letters Comments", "id": "f45d2974-cd0b-4c0d-a833-f13c770d8e89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ], "variable": [ { "id": "693d73cb-6303-4582-b28b-773d4d38dd53", "key": "patient_letters", "value": "5", "description": "(Required) " } ] } }, "response": [ { "id": "baf423cb-f2ee-4c0b-915c-de2799b4cd1e", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ], "variable": [ { "key": "patient_letters" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n },\n {\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-baf423cb-f2ee-4c0b-915c-de2799b4cd1e" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f45d2974-cd0b-4c0d-a833-f13c770d8e89" }, { "name": "Create Patient Letters Comment", "id": "cab8ee2b-0ab8-4dbe-9a16-4981469d47ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", "" ], "variable": [ { "id": "23b137ae-68b8-4b50-88a1-3e5dd42786ec", "key": "patient_letters", "value": "5", "description": "(Required) " } ] } }, "response": [ { "id": "27de67d6-e7fb-4361-90cb-814219442ffd", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-letters/:patient_letters/comments/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-letters", ":patient_letters", "comments", "" ], "variable": [ { "key": "patient_letters" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"author\": \"\",\n \"create_date\": \"\",\n \"id\": \"\",\n \"letter\": \"\",\n \"message\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-27de67d6-e7fb-4361-90cb-814219442ffd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-cab8ee2b-0ab8-4dbe-9a16-4981469d47ea" } ], "id": "e8ff61fc-7ec0-4ebb-8ecc-21d50ef73a63", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-e8ff61fc-7ec0-4ebb-8ecc-21d50ef73a63" } ], "id": "013c5d34-6e1a-4bac-b3ed-1694010698e1", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-013c5d34-6e1a-4bac-b3ed-1694010698e1" } ], "id": "09c1c59a-ce7a-41df-b2df-4c934d63e391", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-09c1c59a-ce7a-41df-b2df-4c934d63e391" }, { "name": "patient_form_requests", "item": [ { "name": "{id}", "item": [ { "name": "Delete Patient Form Request", "id": "b05f9aef-9bce-4b94-a1af-aea784c7b5e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "id": "537ea4ee-5e14-4ac1-ac0f-faf3ab435beb", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8b7c9d10-8cc3-4410-8200-2ec86bed5540", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-8b7c9d10-8cc3-4410-8200-2ec86bed5540" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b05f9aef-9bce-4b94-a1af-aea784c7b5e6" }, { "name": "Retrieve Patient Form Request", "id": "c0f177f6-52f4-4d17-8902-8f8f551a75b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "id": "3eee7071-486d-4e55-a882-849edde57865", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fe8ca7a0-18ab-47d9-ab27-3a22708ac76f", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fe8ca7a0-18ab-47d9-ab27-3a22708ac76f" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c0f177f6-52f4-4d17-8902-8f8f551a75b4" }, { "name": "Partially Update Patient Form Request", "id": "ed55ab54-99e7-4cc3-b86e-deb47bc6bb83", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "id": "5f519bf8-05d4-4c16-b3b6-82f70a91cc8f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "57a44f6e-ce14-48fd-89c3-c500d2570897", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-57a44f6e-ce14-48fd-89c3-c500d2570897" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ed55ab54-99e7-4cc3-b86e-deb47bc6bb83" }, { "name": "Update Patient Form Request", "id": "9250d09a-cb08-464e-a83a-9328edeee47c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "id": "96b4b612-9627-4f9c-bc65-2cce4fff6c7d", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "dbd338c2-3aa7-4b4b-925a-cb2f5df3d5dd", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-dbd338c2-3aa7-4b4b-925a-cb2f5df3d5dd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9250d09a-cb08-464e-a83a-9328edeee47c" } ], "id": "9e290037-e9a7-451b-befa-da56260e27b1", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-9e290037-e9a7-451b-befa-da56260e27b1" }, { "name": "List Patient Form Requests", "id": "9b6d33d9-8b1b-4d7b-92da-b003245f34a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "response": [ { "id": "ff694583-62f2-46ae-970f-9a9b10e54153", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n },\n {\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ff694583-62f2-46ae-970f-9a9b10e54153" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9b6d33d9-8b1b-4d7b-92da-b003245f34a9" }, { "name": "Create Patient Form Request", "id": "f7667cc8-1e67-425c-81de-b43b6f127ab5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", "" ] } }, "response": [ { "id": "c732fa79-3000-4485-ae39-7b411bda8163", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_requests/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_requests", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"forms_url\": \"\",\n \"id\": \"\",\n \"notification_date\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c732fa79-3000-4485-ae39-7b411bda8163" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f7667cc8-1e67-425c-81de-b43b6f127ab5" } ], "id": "548f749d-7030-40b5-b2f3-48c0b99bbd5d", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-548f749d-7030-40b5-b2f3-48c0b99bbd5d" }, { "name": "patient_form_submissions", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Patient Form Submission", "id": "fb0a3aad-4e32-4132-b0cf-324a5936a386", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", ":id", "" ], "variable": [ { "id": "56910b09-176b-4de8-b344-94e94ecf96c7", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient form object" }, "response": [ { "id": "726b11b1-c67d-42e6-a9d8-04880bd02752", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-726b11b1-c67d-42e6-a9d8-04880bd02752" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fb0a3aad-4e32-4132-b0cf-324a5936a386" } ], "id": "a36b714e-0711-4efd-bee4-0abc12c159c1", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-a36b714e-0711-4efd-bee4-0abc12c159c1" }, { "name": "List Patient Form Submissions", "id": "71fa56af-23e1-4d86-a998-496a06ce8da4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/?limit=&offset=&order_by=&patient=,&report__patient=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "report__patient", "value": "" } ] }, "description": "Returns a list of patient form submissions; supports direct creation." }, "response": [ { "id": "8122020e-308d-4df2-8515-37bf9661daef", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/?limit=&offset=&order_by=&patient=,&report__patient=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "report__patient", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n },\n {\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-8122020e-308d-4df2-8515-37bf9661daef" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-71fa56af-23e1-4d86-a998-496a06ce8da4" }, { "name": "Create Patient Form Submission", "id": "19db0608-d32c-4ca2-8fa8-c47549df2302", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", "" ] }, "description": "Returns a list of patient form submissions; supports direct creation." }, "response": [ { "id": "6305862d-8039-4650-8dfa-e03558e29cdc", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_form_submissions/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_form_submissions", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"form_response_json\": {\n \"description\": \"Form response data in the patient form submission JSON format.\"\n },\n \"patient\": \"\",\n \"patient_form\": \"\",\n \"appointment\": \"\",\n \"created_date\": \"\",\n \"document_date\": \"\",\n \"form_name\": \"\",\n \"id\": \"\",\n \"reported_date_time\": \"\",\n \"topics\": {\n \"readOnly\": true\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6305862d-8039-4650-8dfa-e03558e29cdc" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-19db0608-d32c-4ca2-8fa8-c47549df2302" } ], "id": "c0606bec-2aec-4c57-a726-d8e2328e6607", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c0606bec-2aec-4c57-a726-d8e2328e6607" }, { "name": "patient_forms", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Patient Form", "id": "f81ae81b-664e-48d1-bcb2-b5f9abf96b2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_forms/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_forms", ":id", "" ], "variable": [ { "id": "2def7280-d1b5-42fb-9f26-66cbfcd2aad5", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient form object" }, "response": [ { "id": "846d2e1b-e231-470a-9823-bbde99cae7c6", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_forms/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_forms", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"form_name\": \"\",\n \"last_modified_date\": \"\",\n \"practice\": \"\",\n \"sequence\": \"\",\n \"topics\": {},\n \"appointment_types\": [\n \"\",\n \"\"\n ],\n \"created_by\": \"\",\n \"deleted_by\": \"\",\n \"id\": \"\",\n \"last_modified_by\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-846d2e1b-e231-470a-9823-bbde99cae7c6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f81ae81b-664e-48d1-bcb2-b5f9abf96b2d" } ], "id": "a8afc8a3-94f5-4780-b6f6-b86358970cf8", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-a8afc8a3-94f5-4780-b6f6-b86358970cf8" }, { "name": "List Patient Forms", "id": "2964153d-3bd1-4af3-ad08-b7943857ac5f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_forms/?created_date__gte=&created_date__lte=&limit=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_forms", "" ], "query": [ { "key": "created_date__gte", "value": "" }, { "key": "created_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] }, "description": "Returns a list of patient form objects" }, "response": [ { "id": "fa8db012-779a-40bd-b28a-25e732e1d585", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_forms/?created_date__gte=&created_date__lte=&limit=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_forms", "" ], "query": [ { "key": "created_date__gte", "value": "" }, { "key": "created_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"form_name\": \"\",\n \"last_modified_date\": \"\",\n \"practice\": \"\",\n \"sequence\": \"\",\n \"topics\": {},\n \"appointment_types\": [\n \"\",\n \"\"\n ],\n \"created_by\": \"\",\n \"deleted_by\": \"\",\n \"id\": \"\",\n \"last_modified_by\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"form_name\": \"\",\n \"last_modified_date\": \"\",\n \"practice\": \"\",\n \"sequence\": \"\",\n \"topics\": {},\n \"appointment_types\": [\n \"\",\n \"\"\n ],\n \"created_by\": \"\",\n \"deleted_by\": \"\",\n \"id\": \"\",\n \"last_modified_by\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fa8db012-779a-40bd-b28a-25e732e1d585" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-2964153d-3bd1-4af3-ad08-b7943857ac5f" } ], "id": "716b13f4-3654-4899-a642-ffc6f399c947", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-716b13f4-3654-4899-a642-ffc6f399c947" }, { "name": "patient_letter_categories", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Patient Letter Category", "id": "a8106b74-d410-4787-a3c4-855d0726cfe8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letter_categories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letter_categories", ":id", "" ], "variable": [ { "id": "0efab7be-c915-4d79-96f8-cbed274c9c1f", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient letter category" }, "response": [ { "id": "d638e9cc-99cf-4972-b0de-3b65c0d09080", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letter_categories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letter_categories", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"key\": \"\",\n \"text\": \"\",\n \"role\": \"Primary Provider\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d638e9cc-99cf-4972-b0de-3b65c0d09080" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a8106b74-d410-4787-a3c4-855d0726cfe8" } ], "id": "c389983b-ce3c-4f76-a3ce-8c205465a3a6", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c389983b-ce3c-4f76-a3ce-8c205465a3a6" }, { "name": "List Patient Letter Categories", "id": "86cc538e-151b-4682-845e-5e04e084a9f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letter_categories/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letter_categories", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] }, "description": "Returns a list of patient letter categories" }, "response": [ { "id": "b4a79385-78aa-41b2-b731-d50c8fc38008", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letter_categories/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letter_categories", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "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 \"key\": \"\",\n \"text\": \"\",\n \"role\": \"Primary Provider\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"text\": \"\",\n \"role\": \"Staff\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b4a79385-78aa-41b2-b731-d50c8fc38008" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-86cc538e-151b-4682-845e-5e04e084a9f0" } ], "id": "5513f126-30c0-4641-bf15-f17b659ca108", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-5513f126-30c0-4641-bf15-f17b659ca108" }, { "name": "patient_letters", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Patient Letter", "id": "2cf2a98d-f1ea-40ba-9f3a-8c9703687b9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "id": "45c94b46-39d7-4b59-86f8-a2ac82fa01b4", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient letter." }, "response": [ { "id": "507ffb29-9f66-480a-b0ce-a2d7606bd8a6", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-507ffb29-9f66-480a-b0ce-a2d7606bd8a6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-2cf2a98d-f1ea-40ba-9f3a-8c9703687b9e" }, { "name": "Partially Update Patient Letter", "id": "31dbb879-58f8-4239-8632-7478859e2b10", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"attachment_type\": \"PatientDemog\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"ImmHistory\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient\": \"\",\n \"patient_read_time\": \"\",\n \"practice\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "id": "a1d470ba-aba2-402e-b076-e6b02cb94c33", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Update a patient letter. PATCH {signLog:...} to sign. PATCH {send_out:true} to send after signing. PATCH {patient_read_time:} to acknowledge." }, "response": [ { "id": "add5826d-8e87-4806-9035-d202c1036cd3", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"attachments\": [\n {\n \"attachment_type\": \"PatientDemog\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"ImmHistory\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient\": \"\",\n \"patient_read_time\": \"\",\n \"practice\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-add5826d-8e87-4806-9035-d202c1036cd3" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-31dbb879-58f8-4239-8632-7478859e2b10" }, { "name": "Update Patient Letter", "id": "087943d9-ade3-4dc5-b9c3-50ed548048d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "id": "be48a9c3-e7f9-474e-b293-35766f6ce4bc", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fc77720f-ef9a-4215-a9d0-60d8ce500417", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fc77720f-ef9a-4215-a9d0-60d8ce500417" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-087943d9-ade3-4dc5-b9c3-50ed548048d7" } ], "id": "3aca1a7f-124b-44e9-bfb3-3095722db25e", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-3aca1a7f-124b-44e9-bfb3-3095722db25e" }, { "name": "List Patient Letters", "id": "9befdd9f-1e5a-458b-a85e-80ade596bc07", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&patient=&patient=&practice=&practice=&unread=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", "" ], "query": [ { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "patient", "value": "" }, { "key": "patient", "value": "" }, { "key": "practice", "value": "" }, { "key": "practice", "value": "" }, { "key": "unread", "value": "" } ] }, "description": "List patient-facing letters (both directions). Filter by patient, practice, or unread=true." }, "response": [ { "id": "18c15cfd-e807-4627-9c04-7af13f079580", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&patient=&practice=&unread=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", "" ], "query": [ { "key": "document_date__gt", "value": "" }, { "key": "document_date__gte", "value": "" }, { "key": "document_date__lt", "value": "" }, { "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "patient", "value": "" }, { "key": "practice", "value": "" }, { "key": "unread", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"CdcHeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n },\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"PremieHeightChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"CompMedsList\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-18c15cfd-e807-4627-9c04-7af13f079580" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9befdd9f-1e5a-458b-a85e-80ade596bc07" }, { "name": "Create Patient Letter", "id": "d183dae2-4b89-4a10-94af-520c29116bbe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", "" ] }, "description": "Create a patient letter. Set is_patient_initiated=true when patient is the author (requires active ChartAccessGrant). Sign separately, then PATCH send_out=true to send." }, "response": [ { "id": "c2755bc8-d4d3-40bb-88f1-3211bb2867fd", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient_letters/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient_letters", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"attachments\": [\n {\n \"attachment_type\": \"DsHcChart\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n },\n {\n \"attachment_type\": \"RefPanel\",\n \"entity_date\": \"\",\n \"entity_description\": \"\",\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"handout\": \"\",\n \"id\": \"\",\n \"summary\": \"\"\n }\n ],\n \"body\": \"\",\n \"category\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"delivery_date\": \"\",\n \"document_date\": \"\",\n \"files\": [\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n },\n {\n \"base64_content\": \"\",\n \"content_type\": \"\",\n \"document\": \"\",\n \"external_content\": {},\n \"id\": \"\",\n \"original_filename\": \"\"\n }\n ],\n \"id\": \"\",\n \"is_patient_initiated\": \"\",\n \"is_processed\": \"\",\n \"letter_type\": \"\",\n \"patient_read_time\": \"\",\n \"send_out\": \"\",\n \"send_to_patient\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"viewed_at\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c2755bc8-d4d3-40bb-88f1-3211bb2867fd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d183dae2-4b89-4a10-94af-520c29116bbe" } ], "id": "83961a89-099f-4b7b-9425-31759dc134dc", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-83961a89-099f-4b7b-9425-31759dc134dc" }, { "name": "patients", "item": [ { "name": "{id}", "item": [ { "name": "incoming_files", "item": [ { "name": "Create a new incoming file", "id": "b6a5d765-0242-4fd8-99db-e78a39b505ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n \"\",\n \"\"\n ],\n \"document_type\": \"\",\n \"custom_title\": \"\",\n \"document_date\": \"\",\n \"document_tags\": [\n \"\",\n \"\"\n ],\n \"import_history\": false,\n \"reviewer_user\": \"\",\n \"sign_off\": false,\n \"urgent\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/incoming_files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "incoming_files", "" ], "variable": [ { "id": "5bcc49e9-4ebf-4eee-b2e2-e1a192135127", "key": "id", "value": "", "description": "(Required) The ID of the patient" } ] }, "description": "Create a new incoming file for a patient" }, "response": [ { "id": "51317e2b-c768-40fc-b0a2-550e5676e02c", "name": "No response body", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"files\": [\n \"\",\n \"\"\n ],\n \"document_type\": \"\",\n \"custom_title\": \"\",\n \"document_date\": \"\",\n \"document_tags\": [\n \"\",\n \"\"\n ],\n \"import_history\": false,\n \"reviewer_user\": \"\",\n \"sign_off\": false,\n \"urgent\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/incoming_files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "incoming_files", "" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-51317e2b-c768-40fc-b0a2-550e5676e02c" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b6a5d765-0242-4fd8-99db-e78a39b505ea" } ], "id": "53bf95ba-9cb4-4aba-8354-c73aed15d86a", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-53bf95ba-9cb4-4aba-8354-c73aed15d86a" } ], "id": "c2c45bbc-15af-4d2f-9d0c-717a1dfd254e", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c2c45bbc-15af-4d2f-9d0c-717a1dfd254e" } ], "id": "9ccc6403-e500-41da-9271-bb5a6f0ca919", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-9ccc6403-e500-41da-9271-bb5a6f0ca919" }, { "name": "prescription_fills", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Prescription Fill", "id": "70c2ea69-20e5-41ed-a945-523e7dd7850d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/prescription_fills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "prescription_fills", ":id", "" ], "variable": [ { "id": "a75a96e4-e530-45d2-868e-02a676a1ea7a", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single prescription fill" }, "response": [ { "id": "f0cf4d2d-3bfe-4aba-9527-504c804552f0", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/prescription_fills/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "prescription_fills", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"fill_status\": \"AJ\",\n \"medication_order\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"fill_date\": \"\",\n \"id\": \"\",\n \"note_from_pharmacy\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f0cf4d2d-3bfe-4aba-9527-504c804552f0" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-70c2ea69-20e5-41ed-a945-523e7dd7850d" } ], "id": "2f3a16f9-3b0e-4543-811d-2e6ff97b0cf0", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-2f3a16f9-3b0e-4543-811d-2e6ff97b0cf0" }, { "name": "List Prescription Fills", "id": "15957cf4-3b51-4e80-9903-3bdf562ef0a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/prescription_fills/?fill_date__gte=&fill_date__isnull=&fill_date__lte=&fill_status=AJ,AL&limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "prescription_fills", "" ], "query": [ { "key": "fill_date__gte", "value": "" }, { "key": "fill_date__isnull", "value": "" }, { "key": "fill_date__lte", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "fill_status", "value": "AJ,AL" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," } ] }, "description": "Returns a list of prescription fills" }, "response": [ { "id": "b395ae10-dee8-4d5c-8d67-b83b09df8945", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/prescription_fills/?fill_date__gte=&fill_date__isnull=&fill_date__lte=&fill_status=AJ,AL&limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "prescription_fills", "" ], "query": [ { "key": "fill_date__gte", "value": "" }, { "key": "fill_date__isnull", "value": "" }, { "key": "fill_date__lte", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "fill_status", "value": "AJ,AL" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Prescribed patient.", "key": "patient", "value": "," }, { "description": "The doctor's practice.", "key": "practice", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"fill_status\": \"AH\",\n \"medication_order\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"fill_date\": \"\",\n \"id\": \"\",\n \"note_from_pharmacy\": \"\"\n },\n {\n \"fill_status\": \"AL\",\n \"medication_order\": \"\",\n \"patient\": \"\",\n \"pharmacy_ncpdpid\": \"\",\n \"practice\": \"\",\n \"fill_date\": \"\",\n \"id\": \"\",\n \"note_from_pharmacy\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b395ae10-dee8-4d5c-8d67-b83b09df8945" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-15957cf4-3b51-4e80-9903-3bdf562ef0a5" } ], "id": "b9139470-3c38-483f-b6af-60b36142d01f", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-b9139470-3c38-483f-b6af-60b36142d01f" }, { "name": "referral_orders", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Referral Order", "id": "1b9b3957-5350-4592-a47c-035a6b08a84f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "id": "e47b662f-35b2-450b-92ec-a1aa296ce94a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "fa9f7b17-c816-498a-ae75-894743288b26", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fa9f7b17-c816-498a-ae75-894743288b26" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1b9b3957-5350-4592-a47c-035a6b08a84f" }, { "name": "Partially Update Referral Order", "id": "34a56d7f-3c3a-4cfc-9874-b33f5318fa90", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"authorization_for\": \"Referral For Treatment, includes Consult Visit\",\n \"authorization_for_short\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"short_consultant_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "id": "4eccac40-e51b-4265-ab08-5169bf51c2c4", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "5115ccc5-3699-4b74-9710-99ba0ef74f8b", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"authorization_for\": \"Referral For Treatment, includes Consult Visit\",\n \"authorization_for_short\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"short_consultant_name\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-5115ccc5-3699-4b74-9710-99ba0ef74f8b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-34a56d7f-3c3a-4cfc-9874-b33f5318fa90" }, { "name": "Update Referral Order", "id": "ab28b78d-34fd-4c3b-972a-1d98cf435e0e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "id": "10a3e101-2fe3-4c5a-a5d5-704db8d156dd", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "c7c262e9-dc76-4c57-9a34-fcaa3fc1803c", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c7c262e9-dc76-4c57-9a34-fcaa3fc1803c" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ab28b78d-34fd-4c3b-972a-1d98cf435e0e" } ], "id": "125c5bde-c00f-4675-9472-70146c1acbce", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-125c5bde-c00f-4675-9472-70146c1acbce" }, { "name": "List Referral Orders", "id": "a2db4f1e-2bef-4029-a0c6-08a05a86a5ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "response": [ { "id": "5e7b2e93-b692-4117-9ca4-d03d88680acb", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Procedure / Testing Only\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"cancelled\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n {\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"fulfilled\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-5e7b2e93-b692-4117-9ca4-d03d88680acb" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a2db4f1e-2bef-4029-a0c6-08a05a86a5ef" }, { "name": "Create Referral Order", "id": "39ab6682-a89d-46bc-bb9b-f05caa1d66b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", "" ] } }, "response": [ { "id": "1a430f52-687b-4764-8119-9247436897ca", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/referral_orders/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "referral_orders", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"auth_number\": \"\",\n \"consultant_name\": \"\",\n \"date_for_reEval\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"short_consultant_name\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"authorization_for\": \"Consult (One Visit Only)\",\n \"authorization_for_short\": \"\",\n \"icd10_codes\": [\n {\n \"code\": \"\",\n \"description\": \"\"\n },\n {\n \"code\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"letter\": \"\",\n \"referral_letter\": {\n \"body\": \"\",\n \"delivery_date\": \"\",\n \"id\": \"\",\n \"sign_date\": \"\"\n },\n \"resolution\": {\n \"state\": \"outstanding\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document\": \"\",\n \"id\": \"\",\n \"note\": \"\",\n \"resolving_document\": \"\"\n },\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1a430f52-687b-4764-8119-9247436897ca" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-39ab6682-a89d-46bc-bb9b-f05caa1d66b2" } ], "id": "0391f6b3-b54a-4e37-9376-85215021ed0c", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-0391f6b3-b54a-4e37-9376-85215021ed0c" }, { "name": "report_types", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Report Type", "id": "c1e48e68-2ef6-4e9e-8504-518c613823f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/report_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "report_types", ":id", "" ], "variable": [ { "id": "36dbe492-a4b7-4584-b83d-51ca8f22191a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ba56bc0b-db94-441b-b746-8cf0ef77bfba", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/report_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "report_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"display_value\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"report_type\": \"\",\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ba56bc0b-db94-441b-b746-8cf0ef77bfba" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c1e48e68-2ef6-4e9e-8504-518c613823f7" } ], "id": "0bc7ca44-0ea9-4523-9b06-948a9b1fdcd6", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-0bc7ca44-0ea9-4523-9b06-948a9b1fdcd6" }, { "name": "List Report Types", "id": "d4cd2cc7-1baf-4e5c-8266-e05bcbb80c8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/report_types/?limit=&offset=&practice=&practice=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "report_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "practice", "value": "" }, { "key": "practice", "value": "" } ] } }, "response": [ { "id": "543dc8f8-236a-4b0d-9b9a-2de1e8b175b9", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/report_types/?limit=&offset=&practice=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "report_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "key": "practice", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"display_value\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"report_type\": \"\",\n \"practice\": \"\"\n },\n {\n \"display_value\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"report_type\": \"\",\n \"practice\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-543dc8f8-236a-4b0d-9b9a-2de1e8b175b9" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d4cd2cc7-1baf-4e5c-8266-e05bcbb80c8f" } ], "id": "c0c810f7-278d-401c-8b44-905a2eecebe3", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c0c810f7-278d-401c-8b44-905a2eecebe3" }, { "name": "reports", "item": [ { "name": "{id}", "item": [ { "name": "delegates", "item": [ { "name": "Remove delegate(s) from a report", "id": "bf3304c1-9778-4ef0-8743-702bf33a21ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "id": "5885e8e0-81f4-4876-9bb4-8de209ffd930", "key": "id", "value": "", "description": "(Required) The report ID." } ] }, "description": "Soft-delete one or more delegates for the report. Send a JSON body with `ids`: a list of delegate IDs to remove (e.g. `{\"ids\": [1, 2]}`). Only non-deleted delegates for this report are removed." }, "response": [ { "id": "3a789255-35b2-48a7-aa32-76fa2296366e", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-3a789255-35b2-48a7-aa32-76fa2296366e" }, { "id": "defefb40-7aa4-4a3c-9c27-8f47e4bc6d53", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velit6\": {},\n \"enim_9\": {}\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-defefb40-7aa4-4a3c-9c27-8f47e4bc6d53" }, { "id": "079252da-e472-471e-bcbb-ca93ec609b36", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velit6\": {},\n \"enim_9\": {}\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-079252da-e472-471e-bcbb-ca93ec609b36" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-bf3304c1-9778-4ef0-8743-702bf33a21ec" }, { "name": "Create a delegate for a report", "id": "b3862a17-0042-4169-a2d7-756dd104643f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "id": "9af7b67e-fb4a-447c-86df-8621beb013a6", "key": "id", "value": "", "description": "(Required) The report ID." } ] }, "description": "Assign a user or a staff group as a delegate for the report. Provide exactly one of `user` (user ID) or `group` (staff group ID). Report delegation must be enabled for the practice (FaxDelegateModal or ReportQueueDelegate). For group delegation, StaffGroupDelegates must be enabled." }, "response": [ { "id": "70f8f40b-8e67-40d7-b542-7e1ae0b963eb", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-70f8f40b-8e67-40d7-b542-7e1ae0b963eb" }, { "id": "ed2d6a20-8cde-404e-973a-aea614b49a94", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velit6\": {},\n \"enim_9\": {}\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ed2d6a20-8cde-404e-973a-aea614b49a94" }, { "id": "29fed1a6-a0f2-4621-a5f8-aef9cb61f512", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velit6\": {},\n \"enim_9\": {}\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-29fed1a6-a0f2-4621-a5f8-aef9cb61f512" }, { "id": "583428cd-272e-4f94-a6f0-a0e6c139a170", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/delegates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "delegates", "" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"velit6\": {},\n \"enim_9\": {}\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-583428cd-272e-4f94-a6f0-a0e6c139a170" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b3862a17-0042-4169-a2d7-756dd104643f" } ], "id": "c86286ac-8a57-48df-afda-241af5fac100", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-c86286ac-8a57-48df-afda-241af5fac100" }, { "name": "files", "item": [ { "name": "{file_id}", "item": [ { "name": "Retrieve Reports File", "id": "119be12f-c288-460b-a948-febdf13a0fe5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/files/:file_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "files", ":file_id", "" ], "variable": [ { "id": "6e932408-1ce7-4de4-9f2a-1c2f0ee6cb45", "key": "id", "value": "", "description": "(Required) " }, { "id": "52f29741-7f02-4abf-8605-7646fd793af4", "key": "file_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9fee47e6-95f1-4882-a3af-ebd0129f9700", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/files/:file_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "files", ":file_id", "" ], "variable": [ { "key": "id" }, { "key": "file_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9fee47e6-95f1-4882-a3af-ebd0129f9700" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-119be12f-c288-460b-a948-febdf13a0fe5" } ], "id": "0236d0a9-af17-4818-a89b-43324953dbc8", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-0236d0a9-af17-4818-a89b-43324953dbc8" }, { "name": "List Reports Files", "id": "7f7ba00c-6285-4380-8779-850e45e9c006", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "files", "" ], "variable": [ { "id": "ad752f74-fcee-4438-ba5b-960d65508799", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f8efd5bb-7a45-49e9-9e4e-83d945554b29", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/files/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "files", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"in_0\": {},\n \"do_7\": {}\n },\n {\n \"tempor_b\": {},\n \"minim_c\": {}\n }\n]", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f8efd5bb-7a45-49e9-9e4e-83d945554b29" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-7f7ba00c-6285-4380-8779-850e45e9c006" } ], "id": "10f18295-a0bc-478f-b975-0b88a945c88a", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-10f18295-a0bc-478f-b975-0b88a945c88a" }, { "name": "internal_notes", "item": [ { "name": "{note_id}", "item": [ { "name": "Delete Reports Internal Note", "id": "54c5be85-1360-4c3a-937c-c49fb20ef429", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "id": "afa8bef2-2c17-4bca-9cd0-dc74f8c03d6a", "key": "id", "value": "", "description": "(Required) Report ID" }, { "id": "e07ea920-68f4-41e4-98bc-bcb4cdbe934d", "key": "note_id", "value": "", "description": "(Required) Internal Note ID" } ] }, "description": "Delete a specific internal note" }, "response": [ { "id": "a150b6eb-9f2e-49a0-a7df-4550a324db5b", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "key": "id" }, { "key": "note_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a150b6eb-9f2e-49a0-a7df-4550a324db5b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-54c5be85-1360-4c3a-937c-c49fb20ef429" }, { "name": "Retrieve Reports Internal Note", "id": "9da3e506-1a13-44df-8dba-39d38e71b711", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "id": "96715c7b-0334-47c2-88a1-f995f2d4a587", "key": "id", "value": "", "description": "(Required) Report ID" }, { "id": "4665349f-3a45-4fe2-a449-54a1d8d38687", "key": "note_id", "value": "", "description": "(Required) Internal Note ID" } ] }, "description": "Retrieve a specific internal note for a report" }, "response": [ { "id": "9c22db7e-0292-4a1e-8300-0d6566a5f04d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "key": "id" }, { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9c22db7e-0292-4a1e-8300-0d6566a5f04d" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9da3e506-1a13-44df-8dba-39d38e71b711" }, { "name": "Partially Update Reports Internal Note", "id": "fd92dfb8-2be6-4dd5-888a-b484503205c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"document\": \"\",\n \"id\": \"\",\n \"text\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "id": "e7fdda0a-3e4f-4efb-b544-111f3cddc556", "key": "id", "value": "", "description": "(Required) Report ID" }, { "id": "3e7976f0-d63c-46bf-a29c-53fd02db1e8d", "key": "note_id", "value": "", "description": "(Required) Internal Note ID" } ] }, "description": "Update a specific internal note" }, "response": [ { "id": "05e4b144-a50d-4480-88f5-0e0cf4b292a8", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"document\": \"\",\n \"id\": \"\",\n \"text\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/:note_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", ":note_id", "" ], "variable": [ { "key": "id" }, { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-05e4b144-a50d-4480-88f5-0e0cf4b292a8" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fd92dfb8-2be6-4dd5-888a-b484503205c2" } ], "id": "8de02e9f-4a5f-40b3-9213-6a0bf2a1dc0c", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-8de02e9f-4a5f-40b3-9213-6a0bf2a1dc0c" }, { "name": "List Reports Internal Notes", "id": "c8849f7f-bdb1-41c0-b0c8-db52f7eb5497", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", "" ], "variable": [ { "id": "536d968b-cbc5-4b41-8171-65d73a5b00a5", "key": "id", "value": "", "description": "(Required) Report ID" } ] }, "description": "List all internal notes for a report" }, "response": [ { "id": "87aaa735-6337-4efb-92fb-acf298e0eeb3", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n }\n]", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-87aaa735-6337-4efb-92fb-acf298e0eeb3" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c8849f7f-bdb1-41c0-b0c8-db52f7eb5497" }, { "name": "Create Reports Internal Note", "id": "38179898-714a-4136-a5f4-e082ac38dc8e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", "" ], "variable": [ { "id": "ed8d8e19-c868-490d-ad11-590a87770ba8", "key": "id", "value": "", "description": "(Required) Report ID" } ] }, "description": "Create an internal note" }, "response": [ { "id": "dd8acc5e-06e9-445c-8276-3f336bc587c2", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/internal_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "internal_notes", "" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"text\": \"\",\n \"document\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-dd8acc5e-06e9-445c-8276-3f336bc587c2" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-38179898-714a-4136-a5f4-e082ac38dc8e" } ], "id": "f01cce1f-b96a-4693-96e3-cf04bf1a1866", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-f01cce1f-b96a-4693-96e3-cf04bf1a1866" }, { "name": "printable", "item": [ { "name": "Retrieve a printable view of a report", "id": "51af1ef3-72aa-4dd1-bd90-b430598e0540", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/printable/?print_header=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "printable", "" ], "query": [ { "description": "The id of the print header that you want to use for the printable view.", "key": "print_header", "value": "" } ], "variable": [ { "id": "97e62ee5-a6ea-4292-888e-ea93b28f11ba", "key": "id", "value": "", "description": "(Required) The id of the report to retrieve the printable view for." } ] } }, "response": [ { "id": "1cf87887-621f-4036-9dd5-454696064106", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/printable/?print_header=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "printable", "" ], "query": [ { "description": "The id of the print header that you want to use for the printable view.", "key": "print_header", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/pdf" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1cf87887-621f-4036-9dd5-454696064106" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-51af1ef3-72aa-4dd1-bd90-b430598e0540" } ], "id": "a0a3fbcb-8be6-404a-ae00-5870b4e129f7", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-a0a3fbcb-8be6-404a-ae00-5870b4e129f7" }, { "name": "Delete Report", "id": "4134a177-abea-4717-9cc6-c338ca9dc5d5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "id": "7d76654f-94c9-40c5-8396-a8b67319825e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8c4c4daf-f6fa-4bb8-8c3e-a96fb9c419ff", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-8c4c4daf-f6fa-4bb8-8c3e-a96fb9c419ff" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-4134a177-abea-4717-9cc6-c338ca9dc5d5" }, { "name": "Retrieve Report", "id": "a23ab038-a07c-4ecb-9c99-dc6dcc4f6e34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "id": "af331739-befa-4695-9587-e92a39927f39", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f76969bd-49e0-46cc-be51-f9d386f68cf8", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Hospice\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Positive result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Intermediate result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PRELIMINARY\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Critical abnormal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"CORRECTED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Not Applicable\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PENDING\"\n }\n ],\n \"id\": \"\",\n \"images\": [\n {\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"document\": \"\",\n \"id\": \"\"\n }\n ],\n \"is_urgent\": false,\n \"order_status\": \"IN PROCESS\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f76969bd-49e0-46cc-be51-f9d386f68cf8" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a23ab038-a07c-4ecb-9c99-dc6dcc4f6e34" }, { "name": "Partially Update Report", "id": "30b96240-9eb4-4bc9-9c7f-4a97920971a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "id": "89bc80d0-a084-4f78-9521-164059c2e8ca", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "29dd83cf-fd9c-4345-ab6a-4b979dee33dd", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-29dd83cf-fd9c-4345-ab6a-4b979dee33dd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-30b96240-9eb4-4bc9-9c7f-4a97920971a3" }, { "name": "Update Report", "id": "9c930a66-87c9-4e6f-97d8-9649cc734950", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "id": "b801923c-1cb5-4405-b2b0-64814332cfd8", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "0752138b-1443-4cbf-9ae1-9833f18c0d48", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"is_urgent\": false,\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-0752138b-1443-4cbf-9ae1-9833f18c0d48" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9c930a66-87c9-4e6f-97d8-9649cc734950" } ], "id": "ec5789e6-3195-4682-9df6-05bcf1826ea7", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ec5789e6-3195-4682-9df6-05bcf1826ea7" }, { "name": "List Reports", "id": "e39d6ded-9906-47e5-8780-dd155f629c37", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&reported_date__gt=&reported_date__gte=&reported_date__lt=&reported_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", "" ], "query": [ { "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (exclusive).", "key": "document_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (inclusive).", "key": "document_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (exclusive).", "key": "document_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (inclusive).", "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (inclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__lte", "value": "" } ] } }, "response": [ { "id": "7417c471-b624-43e8-a9cf-3eb5396c65c5", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/reports/?document_date__gt=&document_date__gte=&document_date__lt=&document_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&reported_date__gt=&reported_date__gte=&reported_date__lt=&reported_date__lte=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", "" ], "query": [ { "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (exclusive).", "key": "document_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (inclusive).", "key": "document_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (exclusive).", "key": "document_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (inclusive).", "key": "document_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__gt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (inclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__gte", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__lt", "value": "" }, { "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead.", "key": "reported_date__lte", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Women\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Resistant. Indicates for microbiology susceptibilities only.\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PARTIAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Coded Entry\"\n },\n {\n \"abnormal_flag\": \"Abnormal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Coded Entry\"\n }\n ],\n \"status\": \"PENDING\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Better-use when direction not relevant\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"RESULTS ENTERED -- NOT VERIFIED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Coded Entry\"\n },\n {\n \"abnormal_flag\": \"Below low normal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n }\n ],\n \"status\": \"RESULTS ENTERED -- NOT VERIFIED\"\n }\n ],\n \"id\": \"\",\n \"images\": [\n {\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"document\": \"\",\n \"id\": \"\"\n }\n ],\n \"is_urgent\": false,\n \"order_status\": \"ON HOLD\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n },\n {\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Correspondence\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Significant change up\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Encapsulated Data\"\n },\n {\n \"abnormal_flag\": \"Beta-lactamase Pos (B-lactamase antibiotic resistant).\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"CORRECTED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Coded Entry\"\n }\n ],\n \"status\": \"RESULT CANCELED DUE TO NON-PERFORMANCE\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Panic high\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Encapsulated Data\"\n },\n {\n \"abnormal_flag\": \"Positive result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"RESULT CANCELED DUE TO NON-PERFORMANCE\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Text\"\n }\n ],\n \"status\": \"ERROR\"\n }\n ],\n \"id\": \"\",\n \"images\": null,\n \"is_urgent\": false,\n \"order_status\": \"COMPLETED\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-7417c471-b624-43e8-a9cf-3eb5396c65c5" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e39d6ded-9906-47e5-8780-dd155f629c37" }, { "name": "Create Report", "id": "bd06b53d-5106-42b6-aa39-6fb5e412b382", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Hospice\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Positive result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Intermediate result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PRELIMINARY\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Critical abnormal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"CORRECTED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Not Applicable\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PENDING\"\n }\n ],\n \"id\": \"\",\n \"images\": [\n {\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"document\": \"\",\n \"id\": \"\"\n }\n ],\n \"is_urgent\": false,\n \"order_status\": \"IN PROCESS\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", "" ] } }, "response": [ { "id": "9a015e7d-ab10-42f7-9072-3332f36884b9", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Hospice\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Positive result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Intermediate result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PRELIMINARY\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Critical abnormal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"CORRECTED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Not Applicable\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PENDING\"\n }\n ],\n \"id\": \"\",\n \"images\": [\n {\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"document\": \"\",\n \"id\": \"\"\n }\n ],\n \"is_urgent\": false,\n \"order_status\": \"IN PROCESS\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/reports/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "reports", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"report_type\": \"Hospice\",\n \"created_date\": \"\",\n \"custom_title\": \"\",\n \"deleted_date\": \"\",\n \"files\": null,\n \"grids\": [\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Positive result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"PRELIMINARY\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Intermediate result\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PRELIMINARY\"\n },\n {\n \"accession_number\": \"\",\n \"collected_date\": \"\",\n \"note\": \"\",\n \"resulted_date\": \"\",\n \"results\": [\n {\n \"abnormal_flag\": \"Critical abnormal\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"CORRECTED\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"String Data\"\n },\n {\n \"abnormal_flag\": \"Not Applicable\",\n \"is_abnormal\": \"\",\n \"note\": \"\",\n \"reference_max\": \"\",\n \"reference_min\": \"\",\n \"status\": \"FINAL\",\n \"test\": {\n \"code\": \"\",\n \"loinc\": \"\",\n \"name\": \"\"\n },\n \"test_category\": {\n \"description\": \"\",\n \"value\": \"\"\n },\n \"text\": \"\",\n \"value\": \"\",\n \"units\": \"\",\n \"value_type\": \"Numeric\"\n }\n ],\n \"status\": \"PENDING\"\n }\n ],\n \"id\": \"\",\n \"images\": [\n {\n \"document\": \"\",\n \"id\": \"\"\n },\n {\n \"document\": \"\",\n \"id\": \"\"\n }\n ],\n \"is_urgent\": false,\n \"order_status\": \"IN PROCESS\",\n \"printable_view\": \"\",\n \"reported_date\": \"\",\n \"requisition_number\": \"\",\n \"routed_document_delegates\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"group\": \"\",\n \"id\": \"\",\n \"user\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vendor\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9a015e7d-ab10-42f7-9072-3332f36884b9" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-bd06b53d-5106-42b6-aa39-6fb5e412b382" } ], "id": "fe7226bf-1f23-4dba-9fa5-b79294cc1000", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-fe7226bf-1f23-4dba-9fa5-b79294cc1000" }, { "name": "visit_note_templates", "item": [ { "name": "{id}", "item": [ { "name": "Delete Visit Note Template", "id": "e1cbf7f5-46dd-4093-bd88-f6c698df9f8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "id": "0043e19e-c887-4c2f-875e-9c1c4e5adda1", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "51d4625d-f716-4e7a-ad87-b51493f9bddf", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-51d4625d-f716-4e7a-ad87-b51493f9bddf" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e1cbf7f5-46dd-4093-bd88-f6c698df9f8a" }, { "name": "Retrieve Visit Note Template", "id": "4146f675-dd40-45e1-829c-ca073903e617", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "id": "a082630c-0410-4da3-bce7-0e4107c8956a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "18bd3b8a-e3e2-49c0-9bfd-78571cfdd432", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-18bd3b8a-e3e2-49c0-9bfd-78571cfdd432" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-4146f675-dd40-45e1-829c-ca073903e617" }, { "name": "Partially Update Visit Note Template", "id": "efe7225e-269d-4de2-948e-84a21431b2b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "id": "17b13208-b1bc-4ad2-8455-0489790cdb39", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7a8cea12-23d7-42ae-a767-f63d96b69deb", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-7a8cea12-23d7-42ae-a767-f63d96b69deb" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-efe7225e-269d-4de2-948e-84a21431b2b2" }, { "name": "Update Visit Note Template", "id": "f363e58d-1cff-43e6-a5a9-74f4c33e3ee7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "id": "eb0732c5-b036-453a-9fdb-4446871d9489", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "feda89c7-e663-4736-a627-83a90fea95b4", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-feda89c7-e663-4736-a627-83a90fea95b4" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f363e58d-1cff-43e6-a5a9-74f4c33e3ee7" } ], "id": "9446edaf-6a09-43f2-bdee-03f6d91e3a1c", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-9446edaf-6a09-43f2-bdee-03f6d91e3a1c" }, { "name": "List Visit Note Templates", "id": "4fd08b3a-35cb-41dd-8174-c439803ca2d3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/?limit=&name=,&offset=&order_by=&practice_created=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," } ] } }, "response": [ { "id": "b6168f8e-12b9-40fe-ab14-8dbe4f1ae993", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/?limit=&name=,&offset=&order_by=&practice_created=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b6168f8e-12b9-40fe-ab14-8dbe4f1ae993" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-4fd08b3a-35cb-41dd-8174-c439803ca2d3" }, { "name": "Create Visit Note Template", "id": "d924ecd9-881f-4965-89d8-8ca03f2e6d60", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", "" ] } }, "response": [ { "id": "fee19751-5f98-490d-900a-115fdf41f863", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_templates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_templates", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": \"\",\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-fee19751-5f98-490d-900a-115fdf41f863" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-d924ecd9-881f-4965-89d8-8ca03f2e6d60" } ], "id": "f31b3d7f-0655-454b-bc8d-e40cc3a1c28a", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-f31b3d7f-0655-454b-bc8d-e40cc3a1c28a" }, { "name": "visit_note_types", "item": [ { "name": "{id}", "item": [ { "name": "Delete Visit Note Type", "id": "4332c5b3-7670-4703-8a97-757c9714cc6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "id": "5df7f2c9-182c-4b4e-9546-a623f9a197b1", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "1ca6f25a-bcf0-47f4-9c41-e96db264fb61", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1ca6f25a-bcf0-47f4-9c41-e96db264fb61" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-4332c5b3-7670-4703-8a97-757c9714cc6c" }, { "name": "Retrieve Visit Note Type", "id": "b7263f78-b285-4449-a21d-6ddcd76b1d69", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "id": "60732536-33fc-494f-9e92-986a5e389a02", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "39568d26-3324-4f77-94ba-abb2cb9ea115", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-39568d26-3324-4f77-94ba-abb2cb9ea115" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b7263f78-b285-4449-a21d-6ddcd76b1d69" }, { "name": "Partially Update Visit Note Type", "id": "55470e79-6642-457e-bfe3-96637abe45a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "id": "15123cf5-f35d-44bc-afe5-ecdf9cfaa3e6", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bc8e0a75-d7fd-495f-90fa-699cda4be155", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-bc8e0a75-d7fd-495f-90fa-699cda4be155" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-55470e79-6642-457e-bfe3-96637abe45a2" }, { "name": "Update Visit Note Type", "id": "b81f6a19-1a1d-4118-818f-6a045fb68d2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "id": "ea4ea41d-21f0-40e4-a5b7-fda42fe6405e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6e3e020a-f354-47dc-bd2d-69189a75ffa6", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6e3e020a-f354-47dc-bd2d-69189a75ffa6" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b81f6a19-1a1d-4118-818f-6a045fb68d2d" } ], "id": "5971f1b7-b11c-4a47-803b-ce352b53370f", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-5971f1b7-b11c-4a47-803b-ce352b53370f" }, { "name": "List Visit Note Types", "id": "19907252-89eb-42e0-badb-a660f064724c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/?limit=&name=,&offset=&order_by=&practice_created=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," } ] } }, "response": [ { "id": "12545b03-9585-4031-99bf-2bd0ee6148b3", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/?limit=&name=,&offset=&order_by=&practice_created=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-12545b03-9585-4031-99bf-2bd0ee6148b3" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-19907252-89eb-42e0-badb-a660f064724c" }, { "name": "Create Visit Note Type", "id": "28289510-d4cb-4199-9d37-d81c4263a846", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", "" ] } }, "response": [ { "id": "777a5043-b8ff-4266-9eb6-f9d3b7fdcf5d", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_note_types/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_note_types", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_mu_office_visit\": \"\",\n \"practice_created\": \"\",\n \"rank\": \"\",\n \"snomed_code\": {\n \"code\": \"\",\n \"description\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-777a5043-b8ff-4266-9eb6-f9d3b7fdcf5d" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-28289510-d4cb-4199-9d37-d81c4263a846" } ], "id": "ecdd054a-8f4b-4f81-9b9c-fe0be67f63a9", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ecdd054a-8f4b-4f81-9b9c-fe0be67f63a9" }, { "name": "visit_notes", "item": [ { "name": "{id}", "item": [ { "name": "clinical_summary", "item": [ { "name": "Retrieve Visit Notes Clinical Summary", "id": "738f37d3-a3db-46da-af4e-a3cdce938371", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/clinical_summary/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "clinical_summary", "" ], "variable": [ { "id": "80e1dab8-5a63-4923-8d23-31cb78d39855", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ddcc7dfb-f9e7-4ac5-8ecf-07bde7e8a0cd", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/clinical_summary/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "clinical_summary", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ddcc7dfb-f9e7-4ac5-8ecf-07bde7e8a0cd" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-738f37d3-a3db-46da-af4e-a3cdce938371" } ], "id": "93ac83c2-0ce9-488c-8a13-45da2cbd2f7f", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-93ac83c2-0ce9-488c-8a13-45da2cbd2f7f" }, { "name": "visit_summary", "item": [ { "name": "Retrieve Visit Notes Visit Summary", "id": "307b55d8-e405-453d-81de-a641221f0199", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/visit_summary/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "visit_summary", "" ], "variable": [ { "id": "efaa8d9b-b6ed-460b-a98a-9100877de53e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "daa6f50e-7823-474a-bb7d-bdeff012d4db", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/visit_summary/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "visit_summary", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-daa6f50e-7823-474a-bb7d-bdeff012d4db" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-307b55d8-e405-453d-81de-a641221f0199" } ], "id": "bb9de48a-3cd4-4922-ae3e-054785cd755f", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-bb9de48a-3cd4-4922-ae3e-054785cd755f" }, { "name": "Delete Visit Note", "id": "412bd136-da14-4b3f-9b7b-5b948456a9b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "id": "4c621777-3887-4c45-a006-a3c8792533d0", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6afab78b-f078-433f-9600-96526bb9807c", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-6afab78b-f078-433f-9600-96526bb9807c" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-412bd136-da14-4b3f-9b7b-5b948456a9b4" }, { "name": "Retrieve Visit Note", "id": "e5a973cc-2789-4861-b98f-4520e5be249c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "id": "6dedbcf7-0623-4c7a-b640-81d2dbd09f3d", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "f4281204-e106-4ef6-959e-6b37635aa654", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-f4281204-e106-4ef6-959e-6b37635aa654" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e5a973cc-2789-4861-b98f-4520e5be249c" }, { "name": "Partially Update Visit Note", "id": "e2ed249c-df06-46b1-8357-0273e8f8ad0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "id": "a3f4b215-a904-4554-be8c-6d440e4f3f58", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9f163d45-f3b5-4a8c-b1bf-92798d280e28", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9f163d45-f3b5-4a8c-b1bf-92798d280e28" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-e2ed249c-df06-46b1-8357-0273e8f8ad0c" }, { "name": "Update Visit Note", "id": "deab7880-6d2d-402a-9c08-9792e7c32b2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "id": "7d5658c5-95e4-4a19-a73d-25bd5bd17b27", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b3a911b2-cdc1-4a3c-8e1e-5eab291ef79b", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b3a911b2-cdc1-4a3c-8e1e-5eab291ef79b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-deab7880-6d2d-402a-9c08-9792e7c32b2d" } ], "id": "717ed918-bc39-4d76-9e5b-3b928736c164", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-717ed918-bc39-4d76-9e5b-3b928736c164" }, { "name": "List Visit Notes", "id": "b8a1ecb1-7183-498d-9587-91100bf8f8cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/?from_signed_date=&last_modified__gt=&last_modified__gte=&last_modified__lt=&last_modified__lte=&limit=&offset=&order_by=&patient=,&physician=,&practice=,&to_signed_date=&unsigned=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", "" ], "query": [ { "key": "from_signed_date", "value": "" }, { "key": "last_modified__gt", "value": "" }, { "key": "last_modified__gte", "value": "" }, { "key": "last_modified__lt", "value": "" }, { "key": "last_modified__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "physician", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "to_signed_date", "value": "" }, { "key": "unsigned", "value": "" } ] } }, "response": [ { "id": "43051b51-1026-4831-a435-f202d0d66987", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/?from_signed_date=&last_modified__gt=&last_modified__gte=&last_modified__lt=&last_modified__lte=&limit=&offset=&order_by=&patient=,&physician=,&practice=,&to_signed_date=&unsigned=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", "" ], "query": [ { "key": "from_signed_date", "value": "" }, { "key": "last_modified__gt", "value": "" }, { "key": "last_modified__gte", "value": "" }, { "key": "last_modified__lt", "value": "" }, { "key": "last_modified__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "physician", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "to_signed_date", "value": "" }, { "key": "unsigned", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"bullets\": [\n {\n \"category\": \"Dateprocedure\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"Past\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (1 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Provider or Organization\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"ut2\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n },\n {\n \"bullets\": [\n {\n \"category\": \"Problem\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"Hpi\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"SOAP\",\n \"amendment_request\": {\n \"amendment_source\": \"Provider or Organization\",\n \"request_description\": \"\",\n \"status\": \"accepted\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"reprehenderit_1b0\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ],\n \"Excepteur1\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ],\n \"minim_1\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-43051b51-1026-4831-a435-f202d0d66987" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-b8a1ecb1-7183-498d-9587-91100bf8f8cf" }, { "name": "Create Visit Note", "id": "044d1a87-eacd-404c-b3b6-ac75b7758283", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", "" ] } }, "response": [ { "id": "9838aee1-7a5c-4720-ac12-cf0ff100fd0b", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/visit_notes/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "visit_notes", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bullets\": [\n {\n \"category\": \"Assessplan\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n },\n {\n \"category\": \"ElationNoteOtherData\",\n \"text\": \"\",\n \"author\": \"\",\n \"deleted_date\": \"\",\n \"edit\": \"\",\n \"note_document\": {\n \"document\": {\n \"authoring_practice\": \"\",\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"id\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"document_type\": \"\",\n \"last_modified\": \"\",\n \"sign_date\": \"\",\n \"signed_by\": \"\"\n },\n \"id\": \"\",\n \"summary\": \"\"\n },\n \"replaced_by\": \"\",\n \"replaced_by_edit\": \"\",\n \"sequence\": \"\",\n \"updated_date\": \"\",\n \"version\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"document_date\": \"\",\n \"patient\": \"\",\n \"physician\": \"\",\n \"template\": \"Complete H&P (2 col)\",\n \"amendment_request\": {\n \"amendment_source\": \"Patient\",\n \"request_description\": \"\",\n \"status\": \"denied\",\n \"request_date\": \"\",\n \"status_updated_date\": \"\"\n },\n \"checklists\": {\n \"velit_81\": [\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\",\n \"sequence\": \"\"\n }\n ]\n },\n \"clinical_summary_link\": \"\",\n \"confidential\": false,\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"edits\": [\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n },\n {\n \"visit_note\": \"\",\n \"create_user\": \"\",\n \"created_date\": \"\",\n \"new_bmi\": \"\",\n \"new_note_time\": \"\",\n \"new_note_type\": \"\",\n \"new_prev_bmi\": \"\",\n \"new_prev_time\": \"\",\n \"new_prev_weight\": \"\",\n \"previous_bmi\": \"\",\n \"previous_note_time\": \"\",\n \"previous_note_type\": \"\",\n \"previous_prev_bmi\": \"\",\n \"previous_prev_time\": \"\",\n \"previous_prev_weight\": \"\"\n }\n ],\n \"id\": \"\",\n \"last_modified\": \"\",\n \"practice\": \"\",\n \"signatures\": [\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n },\n {\n \"comments\": \"\",\n \"role\": \"\",\n \"signed_date\": \"\",\n \"user\": \"\",\n \"user_name\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"type\": \"Office Visit Note\",\n \"visit_summary_link\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-9838aee1-7a5c-4720-ac12-cf0ff100fd0b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-044d1a87-eacd-404c-b3b6-ac75b7758283" } ], "id": "3a4c3a69-ead1-4c2e-b5e4-41e29dbc12b5", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-3a4c3a69-ead1-4c2e-b5e4-41e29dbc12b5" }, { "name": "vitals", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve Vital", "id": "ad0913ca-5ed0-44fc-b093-dce0af4ac981", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "id": "a629d30f-a1ed-4c56-a7d7-1574765fd535", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "90b666f3-e245-4a03-a1d1-abb3ff473e87", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-90b666f3-e245-4a03-a1d1-abb3ff473e87" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-ad0913ca-5ed0-44fc-b093-dce0af4ac981" }, { "name": "Partially Update Vital", "id": "1d738426-2870-42b5-a105-414fa9345c59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"aute_\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"patient\": \"\",\n \"practice\": \"\",\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "id": "74bd9c47-8a08-4993-92b1-cc37ed8f6b6b", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "49b74dd5-692d-4dc2-bf68-079737fe4daa", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"aute_\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"patient\": \"\",\n \"practice\": \"\",\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-49b74dd5-692d-4dc2-bf68-079737fe4daa" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1d738426-2870-42b5-a105-414fa9345c59" }, { "name": "Update Vital", "id": "a33b81e2-39dd-48c8-be05-aeff55059c67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "id": "de61f501-2617-4288-8b1f-dfd2bf622032", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a93f286e-5e9a-4391-b690-cdbf85fbc87b", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a93f286e-5e9a-4391-b690-cdbf85fbc87b" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-a33b81e2-39dd-48c8-be05-aeff55059c67" } ], "id": "5d885d08-91c5-46a9-81c2-82f5775078b6", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-5d885d08-91c5-46a9-81c2-82f5775078b6" }, { "name": "List Vitals", "id": "1d56c151-0fb9-44b9-a706-97ffa7d557ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/vitals/?limit=&non_visit_note=,&offset=&order_by=&patient=,&practice=,&visit_note=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "non_visit_note", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "visit_note", "value": "," } ] } }, "response": [ { "id": "effbd4a3-9b11-4b17-8938-856614cde610", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/vitals/?limit=&non_visit_note=,&offset=&order_by=&patient=,&practice=,&visit_note=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "non_visit_note", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "visit_note", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"aute9\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n },\n \"officia_a94\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"occaecatd87\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n },\n \"eiusmod_ad3\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n },\n \"ad_10\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-effbd4a3-9b11-4b17-8938-856614cde610" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-1d56c151-0fb9-44b9-a706-97ffa7d557ad" }, { "name": "Create Vital", "id": "73a88bef-0fc7-411d-b961-9a905b5728df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", "" ] } }, "response": [ { "id": "c1e62226-0212-42dd-a659-687a95bcb070", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vitals/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vitals", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"practice\": \"\",\n \"bmi\": \"\",\n \"bmi_percentile\": \"\",\n \"bp\": [\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n },\n {\n \"diastolic\": \"\",\n \"note\": \"\",\n \"systolic\": \"\"\n }\n ],\n \"chart_date\": \"\",\n \"created_date\": \"\",\n \"custom_observations\": {\n \"est77\": {\n \"label\": \"\",\n \"note\": \"\",\n \"units\": \"\",\n \"value\": \"\"\n }\n },\n \"deleted_date\": \"\",\n \"document_date\": \"\",\n \"hc\": [\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"percentile\": \"\",\n \"units\": \"cm\",\n \"value\": \"\"\n }\n ],\n \"height\": [\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"inches\",\n \"value\": \"\"\n }\n ],\n \"hr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"length_for_weight_percentile\": \"\",\n \"non_visit_note\": \"\",\n \"oxygen\": [\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"%\",\n \"value\": \"\"\n }\n ],\n \"pain\": [\n {\n \"note\": \"\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"value\": \"\"\n }\n ],\n \"rr\": [\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"bpm\",\n \"value\": \"\"\n }\n ],\n \"signed_by\": \"\",\n \"signed_date\": \"\",\n \"temperature\": [\n {\n \"note\": \"\",\n \"units\": \"celsius\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"fahrenheit\",\n \"value\": \"\"\n }\n ],\n \"visit_note\": \"\",\n \"weight\": [\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n },\n {\n \"note\": \"\",\n \"units\": \"lbs\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-c1e62226-0212-42dd-a659-687a95bcb070" } ], "createdAt": "2026-07-28T01:34:21.000Z", "updatedAt": "2026-07-28T01:34:21.000Z", "uid": "35240-73a88bef-0fc7-411d-b961-9a905b5728df" } ], "id": "9780dcc9-079b-45d2-a9ca-71b62f6010d2", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-9780dcc9-079b-45d2-a9ca-71b62f6010d2" } ], "id": "ab7a1881-37e8-48af-ab59-cab228aa84db", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-ab7a1881-37e8-48af-ab59-cab228aa84db" } ], "id": "32aeaae9-9ecb-4bc7-8427-b6cac9a93a71", "createdAt": "2026-07-28T01:34:20.000Z", "updatedAt": "2026-07-28T01:34:20.000Z", "uid": "35240-32aeaae9-9ecb-4bc7-8427-b6cac9a93a71" } ], "variable": [ { "key": "baseUrl", "value": "https://sandbox.elationemr.com" } ] }