{ "info": { "_postman_id": "5a20238e-2651-46f1-a6eb-a51554d51c23", "name": "Patient Profile 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:33:58.000Z", "updatedAt": "2026-07-28T01:33:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-5a20238e-2651-46f1-a6eb-a51554d51c23" }, "item": [ { "name": "api", "item": [ { "name": "2.0", "item": [ { "name": "allergies", "item": [ { "name": "{id}", "item": [ { "name": "Delete Allergy", "id": "f3b967f8-cc97-4646-a324-1490d1fa9e91", "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/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":id", "" ], "variable": [ { "id": "87192208-8359-4667-a6eb-a787031168f9", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy" }, "response": [ { "id": "4ed26b1e-d621-49d7-9cba-bf2570065be7", "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/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-4ed26b1e-d621-49d7-9cba-bf2570065be7" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-f3b967f8-cc97-4646-a324-1490d1fa9e91" }, { "name": "Retrieve Allergy", "id": "126b3f56-b344-490f-8dd2-448ce2b2853a", "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/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":id", "" ], "variable": [ { "id": "a98b5bc0-5240-4c75-9c4a-5d29933fae97", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy" }, "response": [ { "id": "87be8e1c-b0d6-4a01-9107-b5603a88c80a", "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/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-87be8e1c-b0d6-4a01-9107-b5603a88c80a" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-126b3f56-b344-490f-8dd2-448ce2b2853a" }, { "name": "Partially Update Allergy", "id": "70e34904-5130-4264-80a8-b57eb62d0bb9", "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 \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"name\": \"\",\n \"patient\": \"\",\n \"reaction\": \"\",\n \"severity\": \"moderate\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":id", "" ], "variable": [ { "id": "91318305-44cd-4360-9817-51b1026d9f97", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy" }, "response": [ { "id": "27ddd850-2d67-4cbf-bdd9-0c5b7d8eaa0c", "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 \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"name\": \"\",\n \"patient\": \"\",\n \"reaction\": \"\",\n \"severity\": \"moderate\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-27ddd850-2d67-4cbf-bdd9-0c5b7d8eaa0c" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-70e34904-5130-4264-80a8-b57eb62d0bb9" }, { "name": "Update Allergy", "id": "60fdbebb-bd4d-4ea8-b62a-37a067ab7529", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":id", "" ], "variable": [ { "id": "e2bd80c0-e301-43ce-a1cf-435e31b0694a", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy" }, "response": [ { "id": "474ca31a-d7e1-4d08-aeea-b7a12741eb07", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-474ca31a-d7e1-4d08-aeea-b7a12741eb07" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-60fdbebb-bd4d-4ea8-b62a-37a067ab7529" } ], "id": "d8d08220-88a7-45bd-bb8a-e1053fbaefff", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d8d08220-88a7-45bd-bb8a-e1053fbaefff" }, { "name": "List Allergies", "id": "32c73170-6b88-4f26-98ad-73172a09d041", "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/allergies/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", "" ], "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": "," } ] }, "description": "Returns a list of allergies" }, "response": [ { "id": "6067e961-b257-41ee-9355-1cbb82ef3ff3", "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/allergies/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", "" ], "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 \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"severe\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n },\n {\n \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"mild\",\n \"start_date\": \"\",\n \"status\": \"Active\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6067e961-b257-41ee-9355-1cbb82ef3ff3" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-32c73170-6b88-4f26-98ad-73172a09d041" }, { "name": "Create Allergy", "id": "6371ba0d-947d-4460-9b8e-f37d876182e1", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", "" ] }, "description": "Returns a list of allergies" }, "response": [ { "id": "48ff0484-3460-4504-a7ff-69415a781248", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergies/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergies", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"medispandnid\": \"\",\n \"medispanid\": \"\",\n \"reaction\": \"\",\n \"severity\": \"unknown\",\n \"start_date\": \"\",\n \"status\": \"Inactive\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-48ff0484-3460-4504-a7ff-69415a781248" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6371ba0d-947d-4460-9b8e-f37d876182e1" } ], "id": "63b4ac98-d910-4b81-880b-74ca379d13c3", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-63b4ac98-d910-4b81-880b-74ca379d13c3" }, { "name": "allergy_documentation", "item": [ { "name": "{id}", "item": [ { "name": "Delete Allergy Documentation", "id": "f7b8baf7-b226-472e-ab57-f747e7fdf393", "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/allergy_documentation/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", ":id", "" ], "variable": [ { "id": "a40100bc-3778-4433-a5df-2e04b5e4b6b2", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy documentation" }, "response": [ { "id": "1f56869b-c37e-4c6a-85df-6988f493a197", "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/allergy_documentation/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-1f56869b-c37e-4c6a-85df-6988f493a197" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-f7b8baf7-b226-472e-ab57-f747e7fdf393" }, { "name": "Retrieve Allergy Documentation", "id": "94545561-5ad1-4ced-a0b5-54717bdae91e", "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/allergy_documentation/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", ":id", "" ], "variable": [ { "id": "51ce6e2c-69a2-4fc5-947c-d21ba59ef2d6", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single allergy documentation" }, "response": [ { "id": "16c6e7cb-be6c-4f13-9100-1e4e6bce7be7", "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/allergy_documentation/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", ":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 \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-16c6e7cb-be6c-4f13-9100-1e4e6bce7be7" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-94545561-5ad1-4ced-a0b5-54717bdae91e" } ], "id": "e3ed4090-90dc-4f17-b0e4-5ebce2863841", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e3ed4090-90dc-4f17-b0e4-5ebce2863841" }, { "name": "List Allergy Documentations", "id": "df920dd5-7484-4f3e-8f52-1afe19ca63f4", "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/allergy_documentation/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", "" ], "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": "," } ] }, "description": "Returns a list of allergy documentation" }, "response": [ { "id": "61af672a-85a2-4114-8606-bb6210c5b0c4", "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/allergy_documentation/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", "" ], "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n },\n {\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-61af672a-85a2-4114-8606-bb6210c5b0c4" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-df920dd5-7484-4f3e-8f52-1afe19ca63f4" }, { "name": "Create Allergy Documentation", "id": "73955923-9c5b-441e-94af-421dab4d8149", "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 \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergy_documentation/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", "" ] }, "description": "Returns a list of allergy documentation" }, "response": [ { "id": "176c3eb7-f39e-4cea-b0bd-a655bf6363eb", "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 \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/allergy_documentation/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "allergy_documentation", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-176c3eb7-f39e-4cea-b0bd-a655bf6363eb" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-73955923-9c5b-441e-94af-421dab4d8149" } ], "id": "d8d300ae-582d-42f2-812c-ae825afc58cf", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d8d300ae-582d-42f2-812c-ae825afc58cf" }, { "name": "drug_intolerances", "item": [ { "name": "{id}", "item": [ { "name": "Delete Drug Intolerance", "id": "c66b8acd-e840-4114-982b-ff129a0dc3c3", "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/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":id", "" ], "variable": [ { "id": "d06abe29-fe91-4b33-9b88-fd4396bcc054", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single drug intolerance" }, "response": [ { "id": "1df95e12-2663-4744-b9e9-a6f9a688d6ff", "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/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-1df95e12-2663-4744-b9e9-a6f9a688d6ff" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c66b8acd-e840-4114-982b-ff129a0dc3c3" }, { "name": "Retrieve Drug Intolerance", "id": "49dbf0df-34bf-4b1a-b693-37c0dd72273d", "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/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":id", "" ], "variable": [ { "id": "02181dc6-513e-48f4-a455-f63319b62641", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single drug intolerance" }, "response": [ { "id": "79fcfd12-9f20-4f90-9831-07dfbf16f1ce", "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/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-79fcfd12-9f20-4f90-9831-07dfbf16f1ce" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-49dbf0df-34bf-4b1a-b693-37c0dd72273d" }, { "name": "Partially Update Drug Intolerance", "id": "096af448-17bf-4f07-a640-226409aec8c4", "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 \"name\": \"\",\n \"patient\": \"\",\n \"reaction\": \"\",\n \"severity\": \"255604002\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":id", "" ], "variable": [ { "id": "f35f882c-0467-43c8-bb49-c626f9d7f3f2", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single drug intolerance" }, "response": [ { "id": "6e2834b2-29f8-4ff2-b0df-f346b4968e3f", "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 \"name\": \"\",\n \"patient\": \"\",\n \"reaction\": \"\",\n \"severity\": \"255604002\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6e2834b2-29f8-4ff2-b0df-f346b4968e3f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-096af448-17bf-4f07-a640-226409aec8c4" }, { "name": "Update Drug Intolerance", "id": "6fe3710b-a185-427f-9111-2602e64eb167", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":id", "" ], "variable": [ { "id": "889895e2-80cc-4d69-bc41-772e3b078464", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single drug intolerance" }, "response": [ { "id": "b951110d-7048-4661-8a0b-dca83b5f908f", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", ":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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b951110d-7048-4661-8a0b-dca83b5f908f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6fe3710b-a185-427f-9111-2602e64eb167" } ], "id": "6c0c302c-bd2e-49b2-a770-052c1ad81191", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6c0c302c-bd2e-49b2-a770-052c1ad81191" }, { "name": "List Drug Intolerances", "id": "b6fe5f23-835a-49f3-b680-ed3eecf63ced", "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/drug_intolerances/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", "" ], "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": "," } ] }, "description": "Returns a list of drug intolerances" }, "response": [ { "id": "a194891f-5924-4203-b1e4-bc30d9fae566", "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/drug_intolerances/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", "" ], "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 \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"24484000\",\n \"start_date\": \"\",\n \"status\": 1\n },\n {\n \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"24484000\",\n \"start_date\": \"\",\n \"status\": 2\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a194891f-5924-4203-b1e4-bc30d9fae566" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b6fe5f23-835a-49f3-b680-ed3eecf63ced" }, { "name": "Create Drug Intolerance", "id": "4cb378c5-f6ce-47a3-9266-3ebfde907a79", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", "" ] }, "description": "Returns a list of drug intolerances" }, "response": [ { "id": "998646f8-cede-47ec-8365-47a12084e2c6", "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 \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/drug_intolerances/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "drug_intolerances", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"patient\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"reaction\": \"\",\n \"severity\": \"6736007\",\n \"start_date\": \"\",\n \"status\": 1\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-998646f8-cede-47ec-8365-47a12084e2c6" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-4cb378c5-f6ce-47a3-9266-3ebfde907a79" } ], "id": "37d61eb0-9494-489b-a0c3-aa2f5a15b7d8", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-37d61eb0-9494-489b-a0c3-aa2f5a15b7d8" }, { "name": "family_histories", "item": [ { "name": "{id}", "item": [ { "name": "Delete Family History", "id": "d7837168-2631-4d7d-a46c-22ff22652c70", "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/family_histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", ":id", "" ], "variable": [ { "id": "e2b320b7-5601-44cb-9532-ff7049490281", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient family history" }, "response": [ { "id": "987d29ca-439e-4385-884a-c9208b0c42bf", "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/family_histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-987d29ca-439e-4385-884a-c9208b0c42bf" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d7837168-2631-4d7d-a46c-22ff22652c70" }, { "name": "Retrieve Family History", "id": "15247ab6-8710-4a46-87a1-0f4bacf16ad0", "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/family_histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", ":id", "" ], "variable": [ { "id": "ee7f6d75-e9e7-4589-b8b9-c171e1ae31a2", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient family history" }, "response": [ { "id": "d04273ac-e982-4f53-9453-e6dddb821951", "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/family_histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", ":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 \"relationship\": \"Uncle\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d04273ac-e982-4f53-9453-e6dddb821951" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-15247ab6-8710-4a46-87a1-0f4bacf16ad0" } ], "id": "39b23298-6a39-4f33-8f28-4ed9d02a6514", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-39b23298-6a39-4f33-8f28-4ed9d02a6514" }, { "name": "List Family Histories", "id": "a14ffbfd-bb97-4572-bb2e-12fadc4b6ff2", "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/family_histories/?limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", "" ], "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": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] }, "description": "Returns a list of patient family histories" }, "response": [ { "id": "61dc8439-b591-4205-9d57-69c76420996f", "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/family_histories/?limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", "" ], "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": "," }, { "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 \"patient\": \"\",\n \"relationship\": \"Son\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n },\n {\n \"patient\": \"\",\n \"relationship\": \"Son\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-61dc8439-b591-4205-9d57-69c76420996f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a14ffbfd-bb97-4572-bb2e-12fadc4b6ff2" }, { "name": "Create Family History", "id": "9092fef8-47df-42e5-b3d0-11ad34b529bb", "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 \"relationship\": \"Uncle\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/family_histories/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", "" ] }, "description": "You have to specify either `text` or a valid `icd9_code` or a `snomed_code`. If you send `text` along with any of the two codes, the request will be rejected." }, "response": [ { "id": "1daa52fc-d791-4fba-89b4-22aa9c7cc960", "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 \"relationship\": \"Uncle\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/family_histories/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "family_histories", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"relationship\": \"Uncle\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"icd9_code\": \"\",\n \"id\": \"\",\n \"rank\": \"\",\n \"snomed_code\": \"\",\n \"text\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-1daa52fc-d791-4fba-89b4-22aa9c7cc960" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-9092fef8-47df-42e5-b3d0-11ad34b529bb" } ], "id": "39b5e82b-6701-4bf8-8b78-8d84a915ce37", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-39b5e82b-6701-4bf8-8b78-8d84a915ce37" }, { "name": "histories", "item": [ { "name": "{id}", "item": [ { "name": "Delete History", "id": "c7d4ae02-f19f-407d-956c-23d322e43b71", "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/histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", ":id", "" ], "variable": [ { "id": "929627f6-49c5-40d6-bf73-c67d88e44777", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient history" }, "response": [ { "id": "701eea94-8cfa-489e-b679-dd34b878ae25", "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/histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-701eea94-8cfa-489e-b679-dd34b878ae25" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c7d4ae02-f19f-407d-956c-23d322e43b71" }, { "name": "Retrieve History", "id": "56c3e0e3-cc22-47e2-b165-d85745820037", "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/histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", ":id", "" ], "variable": [ { "id": "37ddc75a-9f87-489a-9c32-1f0b8cc6542b", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient history" }, "response": [ { "id": "9b7b5e1f-e138-460f-8516-4bcc6916cbad", "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/histories/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", ":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 \"text\": \"\",\n \"type\": \"Past Surgical\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-9b7b5e1f-e138-460f-8516-4bcc6916cbad" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-56c3e0e3-cc22-47e2-b165-d85745820037" } ], "id": "6ba4ae12-4f36-4d5b-99dc-ee294c2cc56d", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6ba4ae12-4f36-4d5b-99dc-ee294c2cc56d" }, { "name": "List Histories", "id": "3e0876d0-5f5f-4656-a2b2-ab80a555f612", "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/histories/?limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", "" ], "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": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] }, "description": "Returns a list of patient histories" }, "response": [ { "id": "e6eb9d91-5f65-4d32-bcad-e31dba8d1c15", "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/histories/?limit=&offset=&order_by=&patient=,&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", "" ], "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": "," }, { "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 \"patient\": \"\",\n \"text\": \"\",\n \"type\": \"Past\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n },\n {\n \"patient\": \"\",\n \"text\": \"\",\n \"type\": \"Psychological\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e6eb9d91-5f65-4d32-bcad-e31dba8d1c15" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-3e0876d0-5f5f-4656-a2b2-ab80a555f612" }, { "name": "Create History", "id": "7c15bba9-b72b-411e-ba2f-0cb647577e3b", "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 \"text\": \"\",\n \"type\": \"Past Surgical\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/histories/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", "" ] }, "description": "Returns a list of patient histories" }, "response": [ { "id": "45420879-1e53-42e3-983f-a40590e42d59", "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 \"text\": \"\",\n \"type\": \"Past Surgical\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/histories/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "histories", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"text\": \"\",\n \"type\": \"Past Surgical\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"rank\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-45420879-1e53-42e3-983f-a40590e42d59" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-7c15bba9-b72b-411e-ba2f-0cb647577e3b" } ], "id": "0f58c816-e0bc-4fba-8fc7-698610b7e23e", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-0f58c816-e0bc-4fba-8fc7-698610b7e23e" }, { "name": "immunizations", "item": [ { "name": "{id}", "item": [ { "name": "Delete Immunization", "id": "20fb01ad-e7e5-48dc-9c3a-19764f0d67b3", "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/immunizations/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", ":id", "" ], "variable": [ { "id": "8f13d47b-e186-4c32-bd04-18847564876f", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single immunization" }, "response": [ { "id": "336d9819-4f28-4fc5-8075-30c2a5d6091e", "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/immunizations/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-336d9819-4f28-4fc5-8075-30c2a5d6091e" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-20fb01ad-e7e5-48dc-9c3a-19764f0d67b3" }, { "name": "Retrieve Immunization", "id": "b58935d3-ce4e-4fbd-aa61-5d2dc20c0004", "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/immunizations/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", ":id", "" ], "variable": [ { "id": "1f98e4f3-a806-49a7-9ec0-a5d5ba46e6d1", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single immunization" }, "response": [ { "id": "d00afcf8-66d9-4f8a-985b-b175bce6f0c6", "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/immunizations/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock - Non-VFC\",\n \"id\": \"\",\n \"info_source\": \"Historical information - from school record\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Recall only - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"HI Adult Insured\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d00afcf8-66d9-4f8a-985b-b175bce6f0c6" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b58935d3-ce4e-4fbd-aa61-5d2dc20c0004" } ], "id": "043845fa-04d5-48d4-80f3-d68cbdd57769", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-043845fa-04d5-48d4-80f3-d68cbdd57769" }, { "name": "List Immunizations", "id": "4cdf1b9d-9e80-4e85-b311-5808395f3350", "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/immunizations/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", "" ], "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": "," } ] }, "description": "Returns a list of immunizations" }, "response": [ { "id": "29184bb7-ddcf-45f5-9d32-6b6f31009d52", "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/immunizations/?limit=&offset=&order_by=&patient=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", "" ], "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 \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock - Non-VFC\",\n \"id\": \"\",\n \"info_source\": \"Historical information - source unspecified\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Reminder/recall - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"VFC eligible - Under-insured\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n },\n {\n \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock\",\n \"id\": \"\",\n \"info_source\": \"Historical information - from public agency\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Recall only - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"OR Special Projects\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-29184bb7-ddcf-45f5-9d32-6b6f31009d52" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-4cdf1b9d-9e80-4e85-b311-5808395f3350" }, { "name": "Create Immunization", "id": "3d1c3d66-6203-443e-8b7c-d819492b70d1", "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 \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock - Non-VFC\",\n \"id\": \"\",\n \"info_source\": \"Historical information - from school record\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Recall only - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"HI Adult Insured\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/immunizations/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", "" ] }, "description": "Returns a list of immunizations" }, "response": [ { "id": "b296632a-4424-43e5-9fb5-aaeea901ad27", "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 \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock - Non-VFC\",\n \"id\": \"\",\n \"info_source\": \"Historical information - from school record\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Recall only - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"HI Adult Insured\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/immunizations/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "immunizations", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"administered_date\": \"\",\n \"administering_physician\": \"\",\n \"ordering_physician\": \"\",\n \"patient\": \"\",\n \"qty\": \"\",\n \"vaccine\": {\n \"cdc_name\": \"\",\n \"cdc_type\": \"\",\n \"cvx\": \"\",\n \"name\": \"\"\n },\n \"allowed_sharing\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"dose_in_series\": \"\",\n \"expiration_date\": \"\",\n \"funding_source\": \"Publicly funded vaccine stock - Non-VFC\",\n \"id\": \"\",\n \"info_source\": \"Historical information - from school record\",\n \"lot_number\": \"\",\n \"manufacturer_code\": \"\",\n \"manufacturer_name\": \"\",\n \"method\": \"\",\n \"ndc\": \"\",\n \"notes\": \"\",\n \"patient_consent\": \"\",\n \"practice\": \"\",\n \"priority_population\": \"\",\n \"publicity_code\": \"Recall only - any method\",\n \"qty_units\": \"\",\n \"reason\": \"\",\n \"service_location_id\": \"\",\n \"site\": \"\",\n \"vfc_eligibility\": \"HI Adult Insured\",\n \"vis\": \"\",\n \"vis_given_date\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b296632a-4424-43e5-9fb5-aaeea901ad27" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-3d1c3d66-6203-443e-8b7c-d819492b70d1" } ], "id": "a5b65b57-1493-4a49-85d9-d2791cf92529", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a5b65b57-1493-4a49-85d9-d2791cf92529" }, { "name": "patient-provider-team-members", "item": [ { "name": "{id}", "item": [ { "name": "Delete Patient Provider Team Member", "id": "d57f2aa7-51e4-4b6f-87da-a609adb8c512", "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-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "id": "1f7e9227-5db6-4de3-8f06-19c8de5a6c5a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "34b9c250-dce2-448c-88b1-7da403063de0", "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-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-34b9c250-dce2-448c-88b1-7da403063de0" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d57f2aa7-51e4-4b6f-87da-a609adb8c512" }, { "name": "Partially Update Patient Provider Team Member", "id": "a2bd5272-faa8-4eb9-ab4b-0f7fa19b13ab", "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 \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "id": "ad001953-cbee-410c-b63a-eab64544b69f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "dc811565-d499-4a6e-b367-ad16bf766c56", "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 \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-dc811565-d499-4a6e-b367-ad16bf766c56" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a2bd5272-faa8-4eb9-ab4b-0f7fa19b13ab" }, { "name": "Update Patient Provider Team Member", "id": "763af35c-efc0-4cb0-8e19-f588cbfadb95", "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 \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "id": "ef9c1d50-1a98-46db-836a-a3ed95745628", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "83c312f7-f587-4a1f-b1c3-a5d5e8a0ae7a", "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 \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"physician_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-83c312f7-f587-4a1f-b1c3-a5d5e8a0ae7a" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-763af35c-efc0-4cb0-8e19-f588cbfadb95" } ], "id": "745a6577-d9e2-45f7-a4e4-5428c010e4a9", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-745a6577-d9e2-45f7-a4e4-5428c010e4a9" }, { "name": "Create Patient Provider Team Member", "id": "ae87d02d-c414-446f-a291-8976ee2dbdcc", "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_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", "" ] } }, "response": [ { "id": "b56ccb89-163e-4d4f-bfbf-ac361e844750", "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_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patient-provider-team-members/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-team-members", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b56ccb89-163e-4d4f-bfbf-ac361e844750" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-ae87d02d-c414-446f-a291-8976ee2dbdcc" } ], "id": "78371b2c-ce81-4411-bc91-f64b4bf44387", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-78371b2c-ce81-4411-bc91-f64b4bf44387" }, { "name": "patient-provider-teams", "item": [ { "name": "{id}", "item": [ { "name": "team_members", "item": [ { "name": "Retrieve Patient Provider Teams Team Member", "id": "13bfcd09-8c7e-40a5-979c-062cf56d65cf", "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-provider-teams/:id/team_members/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", ":id", "team_members", "" ], "variable": [ { "id": "76b46b0b-ebee-4800-b3f4-01d19e3b6685", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8ddbffba-de82-44d0-b16f-2db38f9189ba", "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-provider-teams/:id/team_members/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", ":id", "team_members", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-8ddbffba-de82-44d0-b16f-2db38f9189ba" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-13bfcd09-8c7e-40a5-979c-062cf56d65cf" } ], "id": "cbf41175-1d0d-4baa-9ffd-cd915168583b", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-cbf41175-1d0d-4baa-9ffd-cd915168583b" }, { "name": "Retrieve Patient Provider Team", "id": "13b5b567-20f5-4c21-8008-860f382ba845", "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-provider-teams/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", ":id", "" ], "variable": [ { "id": "ab686835-be15-4308-917f-b49b26c77c7a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "24e4e683-69bc-40b6-8bc9-5e7a5ee53d07", "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-provider-teams/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-24e4e683-69bc-40b6-8bc9-5e7a5ee53d07" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-13b5b567-20f5-4c21-8008-860f382ba845" } ], "id": "8186e735-4d1a-4ba8-abf0-13fa3c55b245", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-8186e735-4d1a-4ba8-abf0-13fa3c55b245" }, { "name": "List Patient Provider Teams", "id": "05f08efa-1b44-4635-8710-1a3753fe4de9", "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-provider-teams/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", "" ], "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": "3d22e01d-43fa-46b1-84b7-eb5c3caeeebc", "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-provider-teams/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patient-provider-teams", "" ], "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_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n },\n {\n \"patient_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-3d22e01d-43fa-46b1-84b7-eb5c3caeeebc" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-05f08efa-1b44-4635-8710-1a3753fe4de9" } ], "id": "dc7d1052-dd1e-4167-926f-16a8dbdf7ea2", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-dc7d1052-dd1e-4167-926f-16a8dbdf7ea2" }, { "name": "patients", "item": [ { "name": "{id}", "item": [ { "name": "get_photo", "item": [ { "name": "Retrieve Patients Get Photo", "id": "bf9975c9-bff8-4e0f-9e1b-5c004f151abc", "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/patients/:id/get_photo/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "get_photo", "" ], "variable": [ { "id": "85650bc4-67a2-4797-a959-e5a75728c62b", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Get the patient's profile image" }, "response": [ { "id": "e0ff05e4-48ed-46ac-9dbe-0875ba34cf08", "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/patients/:id/get_photo/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "get_photo", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"base_64\": \"\",\n \"original_filename\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"file\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"last_updated\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e0ff05e4-48ed-46ac-9dbe-0875ba34cf08" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-bf9975c9-bff8-4e0f-9e1b-5c004f151abc" } ], "id": "42ff4104-d362-45e2-9bc9-8cc1dbb3ebb0", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-42ff4104-d362-45e2-9bc9-8cc1dbb3ebb0" }, { "name": "insurance_cards", "item": [ { "name": "Delete Patients Insurance Card", "id": "0ccfa2b6-a5b5-4250-8aac-44153985f5d6", "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/patients/:id/insurance_cards/?archive=&rank=&side=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "query": [ { "description": "Optional flag to archive the insurance card as a report before deleting", "key": "archive", "value": "" }, { "description": "(Required) Primary or secondary insurances (1 or 2)", "key": "rank", "value": "" }, { "description": "(Required) Insurance card side. Usually front (1) or back (2)", "key": "side", "value": "" } ], "variable": [ { "id": "15ff7f25-59f6-41c1-8809-ee180a2a642e", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Delete an insurance card for a patient" }, "response": [ { "id": "b346f498-9121-4010-be9f-06890a244d2f", "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/patients/:id/insurance_cards/?archive=&rank=&side=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "query": [ { "description": "Optional flag to archive the insurance card as a report before deleting", "key": "archive", "value": "" }, { "description": "(Required) Primary or secondary insurances (1 or 2)", "key": "rank", "value": "" }, { "description": "(Required) Insurance card side. Usually front (1) or back (2)", "key": "side", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b346f498-9121-4010-be9f-06890a244d2f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-0ccfa2b6-a5b5-4250-8aac-44153985f5d6" }, { "name": "List Patients Insurance Cards", "id": "c1cec657-9bb5-4623-a760-839c5d5d4d1a", "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/patients/:id/insurance_cards/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "variable": [ { "id": "02e29a78-1e64-4c4c-a5bb-89080888796e", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Get all insurance cards for a patient" }, "response": [ { "id": "e9ff078d-6365-42df-a0d4-22d31dc23fb1", "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/patients/:id/insurance_cards/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"images\": [\n {\n \"side\": \"\",\n \"ttl\": \"\",\n \"url\": \"\"\n },\n {\n \"side\": \"\",\n \"ttl\": \"\",\n \"url\": \"\"\n }\n ],\n \"rank\": \"\"\n },\n {\n \"images\": [\n {\n \"side\": \"\",\n \"ttl\": \"\",\n \"url\": \"\"\n },\n {\n \"side\": \"\",\n \"ttl\": \"\",\n \"url\": \"\"\n }\n ],\n \"rank\": \"\"\n }\n]", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e9ff078d-6365-42df-a0d4-22d31dc23fb1" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c1cec657-9bb5-4623-a760-839c5d5d4d1a" }, { "name": "Create Patients Insurance Card", "id": "c72bea68-a5d2-4236-ad86-71ac7e5b7c34", "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 \"image\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\"\n },\n \"rank\": \"\",\n \"side\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/insurance_cards/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "variable": [ { "id": "fa50197f-d341-48a5-a4ba-c31039c82592", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Create a new insurance card for a patient" }, "response": [ { "id": "e31b8649-b823-40f7-9997-f771c0e2dd6c", "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 \"image\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\"\n },\n \"rank\": \"\",\n \"side\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/insurance_cards/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "insurance_cards", "" ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e31b8649-b823-40f7-9997-f771c0e2dd6c" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c72bea68-a5d2-4236-ad86-71ac7e5b7c34" } ], "id": "24bae1a9-4224-458d-9338-6c198fbaed2a", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-24bae1a9-4224-458d-9338-6c198fbaed2a" }, { "name": "patient_provider_team", "item": [ { "name": "Retrieve Patients Patient Provider Team", "id": "d56d7d83-9d65-4a36-8311-ea9391d59d97", "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/patients/:id/patient_provider_team/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "patient_provider_team", "" ], "variable": [ { "id": "9d3e8133-4cf2-433b-8d1d-9882688a8f3e", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Creates a PatientProviderTeam for a given patient_id if one does not already\nexist. Returns a 409 if a team already exists." }, "response": [ { "id": "6b0e707d-5d01-4732-8414-d656f435e22f", "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/patients/:id/patient_provider_team/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "patient_provider_team", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6b0e707d-5d01-4732-8414-d656f435e22f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d56d7d83-9d65-4a36-8311-ea9391d59d97" }, { "name": "Create Patients Patient Provider Team", "id": "17891f8d-5beb-46b7-a73c-390a6e9c91e6", "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_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/patient_provider_team/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "patient_provider_team", "" ], "variable": [ { "id": "2b78765c-24be-43ac-94ec-964b9f03235f", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Creates a PatientProviderTeam for a given patient_id if one does not already\nexist. Returns a 409 if a team already exists." }, "response": [ { "id": "d4e065af-ee71-47ef-bb44-284299205435", "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_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/patient_provider_team/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "patient_provider_team", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient_provider_team_id\": \"\",\n \"patient_id\": \"\",\n \"team_members\": [\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n },\n {\n \"patient_provider_team_id\": \"\",\n \"physician_id\": \"\",\n \"activity_summary_last_refreshed\": \"\",\n \"earliest_activity\": \"\",\n \"group\": \"main\",\n \"latest_activity\": \"\",\n \"patient_id\": \"\",\n \"patient_provider_team_member_id\": \"\",\n \"rank\": \"\",\n \"treatment_reason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d4e065af-ee71-47ef-bb44-284299205435" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-17891f8d-5beb-46b7-a73c-390a6e9c91e6" } ], "id": "b2e3b893-fb16-4cd2-9655-9385e1f6dbb7", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b2e3b893-fb16-4cd2-9655-9385e1f6dbb7" }, { "name": "profile_image", "item": [ { "name": "Delete Patients Profile Image", "id": "b783500e-1e27-4647-ac84-51989d0f45e1", "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/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "id": "aaf9408a-5905-443d-832f-f2595cb1112f", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Delete the patient's profile image" }, "response": [ { "id": "b10dec3b-b586-4a31-a1ec-64c81331fdb4", "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/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b10dec3b-b586-4a31-a1ec-64c81331fdb4" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b783500e-1e27-4647-ac84-51989d0f45e1" }, { "name": "Retrieve Patients Profile Image", "id": "9fc42652-d75b-4a16-b42b-4e242cb13551", "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/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "id": "32012563-920d-49ea-90c5-edfd88cd49e4", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Get the patient's profile image" }, "response": [ { "id": "7eb83bc6-d001-4e8e-9757-7e8f9d65a626", "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/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"base_64\": \"\",\n \"original_filename\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"file\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"last_updated\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-7eb83bc6-d001-4e8e-9757-7e8f9d65a626" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-9fc42652-d75b-4a16-b42b-4e242cb13551" }, { "name": "Create Patients Profile Image", "id": "38ac35f2-b608-46ba-bf49-ff52525f43fb", "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 \"base_64\": \"\",\n \"original_filename\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"file\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"last_updated\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "id": "3232334b-203c-469a-9df3-bd2cd56e23fe", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Create the patient's profile image" }, "response": [ { "id": "14ca4a91-4c93-4360-9625-3a77be1e5021", "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 \"base_64\": \"\",\n \"original_filename\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"file\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"last_updated\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/profile_image/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "profile_image", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"base_64\": \"\",\n \"original_filename\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"content_type\": \"\",\n \"created_date\": \"\",\n \"file\": \"\",\n \"file_size\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"last_updated\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-14ca4a91-4c93-4360-9625-3a77be1e5021" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-38ac35f2-b608-46ba-bf49-ff52525f43fb" } ], "id": "f1ecd082-f8c6-4837-af32-aa1463af704c", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-f1ecd082-f8c6-4837-af32-aa1463af704c" }, { "name": "Delete Patient", "id": "7b522220-85ab-4095-a990-a09bee8638d7", "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/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "id": "59401513-a5dd-4c23-b148-2b2f20f38064", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "DELETE handler" }, "response": [ { "id": "b624b324-df09-4484-887d-b043958b1ab3", "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/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b624b324-df09-4484-887d-b043958b1ab3" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-7b522220-85ab-4095-a990-a09bee8638d7" }, { "name": "Retrieve Patient", "id": "6ed4eea4-af75-456e-9be5-c71539382bd2", "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/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "id": "622324ea-870d-4341-b93e-b97f117fb277", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient" }, "response": [ { "id": "6be9c331-6747-49b1-9813-fee935722fd4", "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/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6be9c331-6747-49b1-9813-fee935722fd4" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6ed4eea4-af75-456e-9be5-c71539382bd2" }, { "name": "Partially Update Patient", "id": "09ac5d16-cc21-4a5a-bb8c-e989582d9d6b", "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 \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"caregiver_practice\": \"\",\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"1\",\n \"created_date\": \"\",\n \"deductible\": \"0.\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - HMSA\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"\",\n \"created_date\": \"\",\n \"deductible\": \"05.2\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"dob\": \"\",\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Not Hispanic or Latino\",\n \"first_name\": \"\",\n \"gender_identity\": \"nonbinary\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Spouse\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"241492.47\",\n \"created_date\": \"\",\n \"deductible\": \"0892872\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-\",\n \"created_date\": \"\",\n \"deductible\": \"-37\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"last_name\": \"\",\n \"legal_gender_marker\": \"U\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_good_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"active\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Work\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Other\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"primary_physician\": \"\",\n \"pronouns\": \"they_them_theirs\",\n \"pronouns_display\": \"Option not listed\",\n \"race\": \"No race specified\",\n \"sex\": \"Unknown\",\n \"sexual_orientation\": \"asexual\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"timezone\": \"Indian/Chagos\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "id": "61d2d341-ea05-426d-baf2-e2955bad2b47", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient" }, "response": [ { "id": "decdd414-3b52-4499-92ca-174dba50b37f", "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 \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"caregiver_practice\": \"\",\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"1\",\n \"created_date\": \"\",\n \"deductible\": \"0.\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - HMSA\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"\",\n \"created_date\": \"\",\n \"deductible\": \"05.2\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"dob\": \"\",\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Not Hispanic or Latino\",\n \"first_name\": \"\",\n \"gender_identity\": \"nonbinary\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Spouse\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"241492.47\",\n \"created_date\": \"\",\n \"deductible\": \"0892872\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-\",\n \"created_date\": \"\",\n \"deductible\": \"-37\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"last_name\": \"\",\n \"legal_gender_marker\": \"U\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_good_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"active\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Work\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Other\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"primary_physician\": \"\",\n \"pronouns\": \"they_them_theirs\",\n \"pronouns_display\": \"Option not listed\",\n \"race\": \"No race specified\",\n \"sex\": \"Unknown\",\n \"sexual_orientation\": \"asexual\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"timezone\": \"Indian/Chagos\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-decdd414-3b52-4499-92ca-174dba50b37f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-09ac5d16-cc21-4a5a-bb8c-e989582d9d6b" }, { "name": "Update Patient", "id": "081f53ed-32f1-4574-b682-f760f5470fb4", "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 \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "id": "f0aae490-ccb7-445c-ae61-ad449be99c1b", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single patient" }, "response": [ { "id": "e555eadf-1cdd-420b-b513-c099dc1d0c9e", "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 \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e555eadf-1cdd-420b-b513-c099dc1d0c9e" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-081f53ed-32f1-4574-b682-f760f5470fb4" } ], "id": "6ef5245e-f3e3-406d-8d1f-8ab082b176c1", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-6ef5245e-f3e3-406d-8d1f-8ab082b176c1" }, { "name": "List Patients", "id": "a992b98d-8b9e-47d1-a877-f3670bc5d632", "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/patients/?dob=&first_name=&group_id=&insurance_company=&insurance_plan=&last_modified__gt=&last_modified__gte=&last_modified__lt=&last_modified__lte=&last_name=&limit=&master=&master_patient=&member_id=&offset=&order_by=&phone_number=&practice=,&sex=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", "" ], "query": [ { "key": "dob", "value": "" }, { "key": "first_name", "value": "" }, { "key": "group_id", "value": "" }, { "key": "insurance_company", "value": "" }, { "key": "insurance_plan", "value": "" }, { "key": "last_modified__gt", "value": "" }, { "key": "last_modified__gte", "value": "" }, { "key": "last_modified__lt", "value": "" }, { "key": "last_modified__lte", "value": "" }, { "key": "last_name", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "key": "master", "value": "" }, { "key": "master_patient", "value": "" }, { "key": "member_id", "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": "phone_number", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "sex", "value": "" } ] }, "description": "Returns a list of patient" }, "response": [ { "id": "8c64e550-aaf6-4e04-bf65-b0ed45cb740b", "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/patients/?dob=&first_name=&group_id=&insurance_company=&insurance_plan=&last_modified__gt=&last_modified__gte=&last_modified__lt=&last_modified__lte=&last_name=&limit=&master=&master_patient=&member_id=&offset=&order_by=&phone_number=&practice=,&sex=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", "" ], "query": [ { "key": "dob", "value": "" }, { "key": "first_name", "value": "" }, { "key": "group_id", "value": "" }, { "key": "insurance_company", "value": "" }, { "key": "insurance_plan", "value": "" }, { "key": "last_modified__gt", "value": "" }, { "key": "last_modified__gte", "value": "" }, { "key": "last_modified__lt", "value": "" }, { "key": "last_modified__lte", "value": "" }, { "key": "last_name", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "key": "master", "value": "" }, { "key": "master_patient", "value": "" }, { "key": "member_id", "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": "phone_number", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "sex", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-416\",\n \"created_date\": \"\",\n \"deductible\": \"2492.\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-5007329\",\n \"created_date\": \"\",\n \"deductible\": \".2\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": [\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\"\n },\n {\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"email\": \"\"\n }\n ],\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Hispanic or Latino\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-8358323\",\n \"created_date\": \"\",\n \"deductible\": \"-9514911.56\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"32847702.\",\n \"created_date\": \"\",\n \"deductible\": \"234512\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"F\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"practice_ended\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"deceased\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Work\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"sms\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"they_them_theirs\",\n \"pronouns_display\": \"He/Him/His\",\n \"race\": \"Black or African American\",\n \"sexual_orientation\": \"unknown\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"timezone\": \"Canada/Pacific\",\n \"verified\": true,\n \"vip\": \"\"\n },\n {\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"47.36\",\n \"created_date\": \"\",\n \"deductible\": \"8739002.\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - Other\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-7.\",\n \"created_date\": \"\",\n \"deductible\": \"\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Not Hispanic or Latino\",\n \"gender_identity\": \"woman\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-5669937\",\n \"created_date\": \"\",\n \"deductible\": \".76\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicare Advantage\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"7926341.1\",\n \"created_date\": \"\",\n \"deductible\": \"-0.\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"X\",\n \"legal_gender_marker_display\": \"None\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"practice_ended\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Fax\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"he_him_his\",\n \"pronouns_display\": \"Option not listed\",\n \"race\": \"Declined to specify\",\n \"sexual_orientation\": \"asexual\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"Asia/Seoul\",\n \"verified\": true,\n \"vip\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-8c64e550-aaf6-4e04-bf65-b0ed45cb740b" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a992b98d-8b9e-47d1-a877-f3670bc5d632" }, { "name": "Create Patient", "id": "312ad368-8cf5-4f60-bde8-33d7a6eca1d9", "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 \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", "" ] }, "description": "Returns a list of patient" }, "response": [ { "id": "4803cc9d-8c48-4533-90c5-32fffa13943f", "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 \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/patients/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "patients", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"caregiver_practice\": \"\",\n \"dob\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"primary_physician\": \"\",\n \"sex\": \"Unknown\",\n \"actual_name\": \"\",\n \"address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"consents\": [\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n },\n {\n \"application\": \"\",\n \"consented\": \"\",\n \"is_active\": \"\",\n \"last_modified_date\": \"\"\n }\n ],\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"deleted_insurances\": [\n {\n \"rank\": \"secondary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"2\",\n \"created_date\": \"\",\n \"deductible\": \"-4964311\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Other\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"primary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"25445\",\n \"created_date\": \"\",\n \"deductible\": \"-629\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Commercial - SFHP\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"emails\": null,\n \"emergency_contact\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"employer\": {\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\"\n },\n \"ethnicity\": \"Declined to specify\",\n \"gender_identity\": \"two_spirit\",\n \"guarantor\": {\n \"address\": \"\",\n \"city\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"relationship\": \"Child\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"id\": \"\",\n \"insurances\": [\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-24427.0\",\n \"created_date\": \"\",\n \"deductible\": \"-641948.1\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Worker's Compensation\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Spouse\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n },\n {\n \"rank\": \"tertiary\",\n \"address\": \"\",\n \"carrier\": \"\",\n \"city\": \"\",\n \"copay\": \"-87\",\n \"created_date\": \"\",\n \"deductible\": \"-49893\",\n \"deleted_date\": \"\",\n \"end_date\": \"\",\n \"extension\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"insurance_company\": \"\",\n \"insurance_plan\": \"\",\n \"insured_person_address\": \"\",\n \"insured_person_city\": \"\",\n \"insured_person_dob\": \"\",\n \"insured_person_first_name\": \"\",\n \"insured_person_gender\": \"\",\n \"insured_person_id\": \"\",\n \"insured_person_last_name\": \"\",\n \"insured_person_ssn\": \"\",\n \"insured_person_state\": \"\",\n \"insured_person_zip\": \"\",\n \"member_id\": \"\",\n \"payment_program\": \"Medicaid\",\n \"phone\": \"\",\n \"plan\": \"\",\n \"relationship_to_insured\": \"Child\",\n \"start_date\": \"\",\n \"state\": \"\",\n \"suite\": \"\",\n \"zip\": \"\"\n }\n ],\n \"last_modified\": \"\",\n \"legal_gender_marker\": \"None\",\n \"legal_gender_marker_display\": \"M\",\n \"master_patient\": \"\",\n \"merged_into_chart\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"middle_name\": \"\",\n \"mothers_maiden_name\": \"\",\n \"notes\": \"\",\n \"occupation\": \"\",\n \"patient_status\": {\n \"deceased_date\": \"\",\n \"inactive_reason\": \"left_bad_terms\",\n \"last_status_change\": \"\",\n \"notes\": \"\",\n \"status\": \"inactive\"\n },\n \"phones\": [\n {\n \"phone\": \"\",\n \"phone_type\": \"Main\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n },\n {\n \"phone\": \"\",\n \"phone_type\": \"Mobile\",\n \"created_date\": \"\",\n \"deleted_date\": \"\"\n }\n ],\n \"preference\": {\n \"preferred_pharmacy_1\": \"\",\n \"preferred_pharmacy_2\": \"\"\n },\n \"preferred_contact\": \"passport\",\n \"preferred_language\": \"\",\n \"preferred_service_location\": \"\",\n \"previous_address\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"previous_first_name\": \"\",\n \"previous_last_name\": \"\",\n \"previous_name\": {\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"suffix\": \"\"\n },\n \"primary_care_provider\": \"\",\n \"primary_care_provider_npi\": \"\",\n \"pronouns\": \"not_listed\",\n \"pronouns_display\": \"She/Her/Hers\",\n \"race\": \"White\",\n \"sexual_orientation\": \"lesbian\",\n \"sms_opt_in_status\": \"\",\n \"ssn\": \"\",\n \"suffix\": \"\",\n \"tags\": null,\n \"timezone\": \"America/Argentina/Salta\",\n \"verified\": true,\n \"vip\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-4803cc9d-8c48-4533-90c5-32fffa13943f" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-312ad368-8cf5-4f60-bde8-33d7a6eca1d9" } ], "id": "c2dd3806-0f08-426a-a538-58e430f0f7e8", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c2dd3806-0f08-426a-a538-58e430f0f7e8" }, { "name": "problems", "item": [ { "name": "{id}", "item": [ { "name": "Delete Problem", "id": "04f6e4f7-9ef5-4533-bd1f-4b770aa77dc8", "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/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "id": "89b058b7-f60e-4fe2-85e8-dc084d75fda9", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single problem" }, "response": [ { "id": "111d94bb-b8d8-404a-806e-8abddc78cfeb", "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/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-111d94bb-b8d8-404a-806e-8abddc78cfeb" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-04f6e4f7-9ef5-4533-bd1f-4b770aa77dc8" }, { "name": "Retrieve Problem", "id": "e3922f07-1aa2-466d-b160-a266fab30812", "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/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "id": "d015d223-1bce-4771-95bc-ec47b9ebfec4", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single problem" }, "response": [ { "id": "3df39a39-3796-4452-8244-f1601d3e6779", "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/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-3df39a39-3796-4452-8244-f1601d3e6779" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-e3922f07-1aa2-466d-b160-a266fab30812" }, { "name": "Partially Update Problem", "id": "49dc8a4a-967a-41e7-beaa-a1e5d3c4317b", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"id\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"start_date\": \"\",\n \"status\": \"Active\",\n \"synopsis\": \"\",\n \"verification_status\": \"provisional\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "id": "a72712b6-8403-42a7-ae74-9024b1bf6a24", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single problem" }, "response": [ { "id": "45b1de76-8988-42f7-a240-0c616bf055d9", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"id\": \"\",\n \"patient\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"start_date\": \"\",\n \"status\": \"Active\",\n \"synopsis\": \"\",\n \"verification_status\": \"provisional\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-45b1de76-8988-42f7-a240-0c616bf055d9" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-49dc8a4a-967a-41e7-beaa-a1e5d3c4317b" }, { "name": "Update Problem", "id": "aafc720f-1c58-4f15-84be-406a60628635", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "id": "fbb4b947-35e7-48ac-85f6-37fafa3fb80d", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single problem" }, "response": [ { "id": "0d10d4e5-2864-449f-b6da-05ffef1f4d49", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-0d10d4e5-2864-449f-b6da-05ffef1f4d49" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-aafc720f-1c58-4f15-84be-406a60628635" } ], "id": "5a5e0c0b-ecca-485c-82ff-b3ef3ec1c037", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-5a5e0c0b-ecca-485c-82ff-b3ef3ec1c037" }, { "name": "List Problems", "id": "2eafc32e-fd36-4f39-8435-bfe72502afe5", "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/problems/?created_date__gte=&created_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&status=Resolved", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", "" ], "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": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "* `Active` - Active\n* `Controlled` - Controlled\n* `Resolved` - Resolved", "key": "status", "value": "Resolved" } ] }, "description": "Returns a list of problems" }, "response": [ { "id": "b9771121-cfb5-4007-adcb-471094427dec", "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/problems/?created_date__gte=&created_date__lte=&limit=&offset=&order_by=&patient=,&practice=,&status=Resolved", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", "" ], "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": "patient", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "description": "* `Active` - Active\n* `Controlled` - Controlled\n* `Resolved` - Resolved", "key": "status", "value": "Resolved" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"differential\"\n },\n {\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Controlled\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-b9771121-cfb5-4007-adcb-471094427dec" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-2eafc32e-fd36-4f39-8435-bfe72502afe5" }, { "name": "Create Problem", "id": "1025cb00-9c83-405f-8304-8616d6161b98", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", "" ] }, "description": "Returns a list of problems" }, "response": [ { "id": "2e79d69e-5106-40b3-b3f1-d5daf04badb0", "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 \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/problems/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "problems", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"\",\n \"dx\": [\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n },\n {\n \"icd10\": [\n \"\",\n \"\"\n ],\n \"icd9\": [\n \"\",\n \"\"\n ],\n \"snomed\": \"\"\n }\n ],\n \"patient\": \"\",\n \"start_date\": \"\",\n \"status\": \"Resolved\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"practice\": \"\",\n \"rank\": \"\",\n \"resolved_date\": \"\",\n \"synopsis\": \"\",\n \"verification_status\": \"confirmed\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-2e79d69e-5106-40b3-b3f1-d5daf04badb0" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-1025cb00-9c83-405f-8304-8616d6161b98" } ], "id": "1602e6dc-87b6-426c-a1e3-e2d4fd256197", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-1602e6dc-87b6-426c-a1e3-e2d4fd256197" }, { "name": "vaccine", "item": [ { "name": "{id}", "item": [ { "name": "Delete Vaccine", "id": "7607d014-84d8-4726-b229-953e43dde7e9", "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/vaccine/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", ":id", "" ], "variable": [ { "id": "f2975b96-f046-44c8-b7fc-1e7e7243d282", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single vaccine" }, "response": [ { "id": "d199b142-3727-4352-8e61-d1546160c476", "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/vaccine/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d199b142-3727-4352-8e61-d1546160c476" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-7607d014-84d8-4726-b229-953e43dde7e9" }, { "name": "Retrieve Vaccine", "id": "4b2f9a76-3b51-418a-86e2-f4ab28aba275", "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/vaccine/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", ":id", "" ], "variable": [ { "id": "ac0402a3-5566-48ff-a3b7-f7d060615160", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a single vaccine" }, "response": [ { "id": "d48599e1-9ad1-48b9-be80-b2e1121c54a8", "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/vaccine/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-d48599e1-9ad1-48b9-be80-b2e1121c54a8" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-4b2f9a76-3b51-418a-86e2-f4ab28aba275" } ], "id": "c6fdec11-9541-40c4-b921-801e969f2ccf", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-c6fdec11-9541-40c4-b921-801e969f2ccf" }, { "name": "List Vaccines", "id": "a41c5b83-e10f-4507-9895-97a040eb5b5d", "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/vaccine/?cdc_type=&creation_type=medispan&cvx=&limit=&name=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", "" ], "query": [ { "key": "cdc_type", "value": "" }, { "description": "* `user` - user\n* `medispan` - medispan\n* `elation` - elation", "key": "creation_type", "value": "medispan" }, { "key": "cvx", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "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", "value": "," } ] }, "description": "Returns a list of vaccines" }, "response": [ { "id": "87b71d94-0eed-4215-84da-efe3f84cce0b", "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/vaccine/?cdc_type=&creation_type=medispan&cvx=&limit=&name=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", "" ], "query": [ { "key": "cdc_type", "value": "" }, { "description": "* `user` - user\n* `medispan` - medispan\n* `elation` - elation", "key": "creation_type", "value": "medispan" }, { "key": "cvx", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "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", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"medispan\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n },\n {\n \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"medispan\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-87b71d94-0eed-4215-84da-efe3f84cce0b" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-a41c5b83-e10f-4507-9895-97a040eb5b5d" }, { "name": "Create Vaccine", "id": "cbdfcc74-de87-496d-b552-fdcaaef7cdd9", "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 \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vaccine/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", "" ] }, "description": "Returns a list of vaccines" }, "response": [ { "id": "7906dd83-66bf-4e46-856c-4e8605b13377", "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 \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/vaccine/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "vaccine", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cdc_type\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"cvx\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_user_created\": \"\",\n \"name\": \"\",\n \"ndc\": \"\",\n \"ndc_values\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\"\n}", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-7906dd83-66bf-4e46-856c-4e8605b13377" } ], "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-cbdfcc74-de87-496d-b552-fdcaaef7cdd9" } ], "id": "0839ba93-8c99-41e3-a9f2-549a815ae123", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-0839ba93-8c99-41e3-a9f2-549a815ae123" } ], "id": "60422891-eb09-4d1e-8fa3-c7dc75e3a620", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-60422891-eb09-4d1e-8fa3-c7dc75e3a620" } ], "id": "fc35e221-62b1-4193-9fc4-cef3d61e39ca", "createdAt": "2026-07-28T01:33:59.000Z", "updatedAt": "2026-07-28T01:33:59.000Z", "uid": "35240-fc35e221-62b1-4193-9fc4-cef3d61e39ca" } ], "variable": [ { "key": "baseUrl", "value": "https://sandbox.elationemr.com" } ] }