{ "info": { "_postman_id": "a24ad46c-2819-48b4-b432-d939bac21c21", "name": "Amigo Account FHIR API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:54.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-a24ad46c-2819-48b4-b432-d939bac21c21" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "fhir", "item": [ { "name": "status", "item": [ { "name": "Get clinical data status", "id": "c74bb200-acac-4051-9aeb-ee7f2739d891", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "status" ], "variable": [ { "id": "4f373b05-88ba-4421-ab64-9c67d00679ed", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Get event and entity counts for the workspace's clinical data." }, "response": [ { "id": "3012ed75-ffa0-4002-9eef-55fb8bc34f53", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "status" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"configured\": \"\",\n \"event_count\": \"\",\n \"entity_count\": \"\",\n \"connector_type\": \"\",\n \"entity_type_counts\": {\n \"est_a\": \"\"\n },\n \"resource_type_counts\": {\n \"etba0\": \"\",\n \"Duis_178\": \"\"\n },\n \"last_poll_at\": \"\",\n \"last_change_at\": \"\",\n \"sync_healthy\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-3012ed75-ffa0-4002-9eef-55fb8bc34f53" }, { "id": "864e536e-90c6-4fbe-8ab2-b60bc048dd35", "name": "Missing or invalid API key.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "status" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-864e536e-90c6-4fbe-8ab2-b60bc048dd35" }, { "id": "1f79af1b-64c0-4d3f-b56c-95f9c532c482", "name": "Workspace not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "status" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-1f79af1b-64c0-4d3f-b56c-95f9c532c482" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-c74bb200-acac-4051-9aeb-ee7f2739d891" } ], "id": "49c147b0-297f-40eb-8e26-528bbaee4b37", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-49c147b0-297f-40eb-8e26-528bbaee4b37" }, { "name": "import", "item": [ { "name": "Import FHIR Bundle", "id": "38b868d6-49e2-4ccf-8e6f-466d4bf561bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bundle\": {\n \"esse_a2\": true,\n \"ipsum7\": true\n },\n \"source\": \"fhir_import\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"dedup\": true,\n \"unsupported_resource_policy\": \"skip\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import" ], "variable": [ { "id": "11661249-5901-46b4-92bd-850d3364388e", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Import a FHIR Bundle. Decomposes supported resources into upserted world events and creates patient entities. Unsupported resource types are skipped and reported; omitted resources are not deleted." }, "response": [ { "id": "efeb386c-b2ee-40bb-89a4-0ca7aca3d38a", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bundle\": {\n \"esse_a2\": true,\n \"ipsum7\": true\n },\n \"source\": \"fhir_import\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"dedup\": true,\n \"unsupported_resource_policy\": \"skip\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"events_created\": \"\",\n \"entities_created\": \"\",\n \"entities_updated\": \"\",\n \"events_skipped\": 0,\n \"events_updated\": 0,\n \"error_count\": 0,\n \"errors\": [\n \"\",\n \"\"\n ],\n \"errors_truncated\": false,\n \"unsupported_resource_count\": 0,\n \"unsupported_resources\": [\n {\n \"location\": \"\",\n \"reason\": \"\",\n \"resource_type\": \"\",\n \"resource_id\": \"\"\n },\n {\n \"location\": \"\",\n \"reason\": \"\",\n \"resource_type\": \"\",\n \"resource_id\": \"\"\n }\n ],\n \"unsupported_resources_truncated\": false,\n \"upsert_semantics\": \"same_resource_id_upsert\",\n \"absence_semantics\": \"absent_resources_persist\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-efeb386c-b2ee-40bb-89a4-0ca7aca3d38a" }, { "id": "9386de0b-3e2f-4f68-88c1-9adb11325076", "name": "Invalid bundle format.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bundle\": {\n \"esse_a2\": true,\n \"ipsum7\": true\n },\n \"source\": \"fhir_import\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"dedup\": true,\n \"unsupported_resource_policy\": \"skip\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9386de0b-3e2f-4f68-88c1-9adb11325076" }, { "id": "d7f36ffa-95bd-4ae7-a62c-bf53f84d98b5", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bundle\": {\n \"esse_a2\": true,\n \"ipsum7\": true\n },\n \"source\": \"fhir_import\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"dedup\": true,\n \"unsupported_resource_policy\": \"skip\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-d7f36ffa-95bd-4ae7-a62c-bf53f84d98b5" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-38b868d6-49e2-4ccf-8e6f-466d4bf561bb" } ], "id": "f8f7be59-34d9-4230-b4a5-fd34a90376f0", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-f8f7be59-34d9-4230-b4a5-fd34a90376f0" }, { "name": "import-stream", "item": [ { "name": "Import FHIR resources via NDJSON streaming", "id": "7539fbd1-def2-4082-8fe0-bf0f9cf039b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import-stream?source=fhir_import&source_system=&data_source_id=&dedup=true&unsupported_resource_policy=skip", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import-stream" ], "query": [ { "key": "source", "value": "fhir_import" }, { "key": "source_system", "value": "" }, { "key": "data_source_id", "value": "" }, { "description": "Skip identical re-uploads via content-hash dedup", "key": "dedup", "value": "true" }, { "description": "Use 'error' to report unsupported resources, or 'skip' to skip them without errors.", "key": "unsupported_resource_policy", "value": "skip" } ], "variable": [ { "id": "635ad9ba-f9f3-4f5a-b83e-256faf2becb7", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Stream FHIR resources as NDJSON (one resource per line). Bypasses the buffered-body size cap on /fhir/import. Callers MUST pre-resolve any bundle-internal urn:uuid: references. Unsupported resource types are skipped and reported; omitted resources are not deleted." }, "response": [ { "id": "9018bb4a-53ba-4949-a5b7-f7324495a119", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import-stream?source=fhir_import&source_system=&data_source_id=&dedup=true&unsupported_resource_policy=skip", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import-stream" ], "query": [ { "key": "source", "value": "fhir_import" }, { "key": "source_system", "value": "" }, { "key": "data_source_id", "value": "" }, { "description": "Skip identical re-uploads via content-hash dedup", "key": "dedup", "value": "true" }, { "description": "Use 'error' to report unsupported resources, or 'skip' to skip them without errors.", "key": "unsupported_resource_policy", "value": "skip" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"events_created\": \"\",\n \"entities_created\": \"\",\n \"entities_updated\": \"\",\n \"events_skipped\": 0,\n \"events_updated\": 0,\n \"error_count\": 0,\n \"errors\": [\n \"\",\n \"\"\n ],\n \"errors_truncated\": false,\n \"unsupported_resource_count\": 0,\n \"unsupported_resources\": [\n {\n \"location\": \"\",\n \"reason\": \"\",\n \"resource_type\": \"\",\n \"resource_id\": \"\"\n },\n {\n \"location\": \"\",\n \"reason\": \"\",\n \"resource_type\": \"\",\n \"resource_id\": \"\"\n }\n ],\n \"unsupported_resources_truncated\": false,\n \"upsert_semantics\": \"same_resource_id_upsert\",\n \"absence_semantics\": \"absent_resources_persist\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9018bb4a-53ba-4949-a5b7-f7324495a119" }, { "id": "199ef91b-bf4a-4ff6-80b1-ffd7cb6e1c83", "name": "Stream exceeded line cap.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import-stream?source=fhir_import&source_system=&data_source_id=&dedup=true&unsupported_resource_policy=skip", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import-stream" ], "query": [ { "key": "source", "value": "fhir_import" }, { "key": "source_system", "value": "" }, { "key": "data_source_id", "value": "" }, { "description": "Skip identical re-uploads via content-hash dedup", "key": "dedup", "value": "true" }, { "description": "Use 'error' to report unsupported resources, or 'skip' to skip them without errors.", "key": "unsupported_resource_policy", "value": "skip" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-199ef91b-bf4a-4ff6-80b1-ffd7cb6e1c83" }, { "id": "225161c4-e68f-40c3-9af5-3e72bcad09cc", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/import-stream?source=fhir_import&source_system=&data_source_id=&dedup=true&unsupported_resource_policy=skip", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "import-stream" ], "query": [ { "key": "source", "value": "fhir_import" }, { "key": "source_system", "value": "" }, { "key": "data_source_id", "value": "" }, { "description": "Skip identical re-uploads via content-hash dedup", "key": "dedup", "value": "true" }, { "description": "Use 'error' to report unsupported resources, or 'skip' to skip them without errors.", "key": "unsupported_resource_policy", "value": "skip" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-225161c4-e68f-40c3-9af5-3e72bcad09cc" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-7539fbd1-def2-4082-8fe0-bf0f9cf039b9" } ], "id": "f7047caa-228b-4435-9aa8-3c571d0ad8fa", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-f7047caa-228b-4435-9aa8-3c571d0ad8fa" }, { "name": "views", "item": [ { "name": "patients", "item": [ { "name": "List patients (clinical view)", "id": "3780dbd4-ef08-4bde-bc2d-ef532c6c5c53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/patients?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "patients" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "fd2a2923-4186-489c-93aa-5f6b8e5bf1e7", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready patient list with flattened demographics, conditions, medications, allergies, and insurance. Optionally scoped to a specific data source via data_source_id." }, "response": [ { "id": "ef0e8c94-d818-441a-9505-5dcc28482c62", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/patients?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "patients" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patients\": [\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"birth_date\": \"\",\n \"gender\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"mrn\": \"\",\n \"address\": {\n \"tempor_aa0\": 52213071,\n \"eu_f27\": \"proident Duis adipisicing enim\"\n },\n \"address_state\": \"\",\n \"address_postal_code\": \"\",\n \"address_city\": \"\",\n \"active_conditions\": [\n \"\",\n \"\"\n ],\n \"active_medications\": [\n \"\",\n \"\"\n ],\n \"allergies\": [\n \"\",\n \"\"\n ],\n \"insurance\": [\n {\n \"officia_7\": 35408296.09092522,\n \"cillum_a2f\": \"dolor sed ipsum\",\n \"do_a_7\": \"qui anim mollit\"\n },\n {\n \"ex09\": \"labore\",\n \"tempor22\": true\n }\n ],\n \"primary_payer_name\": \"\",\n \"practice_payer_id\": \"\",\n \"member_id\": \"\",\n \"policyholder_name\": \"\",\n \"policyholder_relationship\": \"\",\n \"policyholder_dob\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"confidence\": 1,\n \"last_event_at\": \"\",\n \"created_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"birth_date\": \"\",\n \"gender\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"mrn\": \"\",\n \"address\": {\n \"culpa1\": true\n },\n \"address_state\": \"\",\n \"address_postal_code\": \"\",\n \"address_city\": \"\",\n \"active_conditions\": [\n \"\",\n \"\"\n ],\n \"active_medications\": [\n \"\",\n \"\"\n ],\n \"allergies\": [\n \"\",\n \"\"\n ],\n \"insurance\": [\n {\n \"ea_8\": true,\n \"do_9\": \"deserunt nulla Duis amet\"\n },\n {\n \"veniam_7_\": \"pariatur eu dolor consectetur elit\",\n \"laboris60\": -53584486\n }\n ],\n \"primary_payer_name\": \"\",\n \"practice_payer_id\": \"\",\n \"member_id\": \"\",\n \"policyholder_name\": \"\",\n \"policyholder_relationship\": \"\",\n \"policyholder_dob\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"confidence\": 1,\n \"last_event_at\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-ef0e8c94-d818-441a-9505-5dcc28482c62" }, { "id": "657746a2-5451-45c7-aff1-0510fdf73ad7", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/patients?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "patients" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-657746a2-5451-45c7-aff1-0510fdf73ad7" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-3780dbd4-ef08-4bde-bc2d-ef532c6c5c53" } ], "id": "e65565ca-02c7-4b40-85c2-00e5037bf0af", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e65565ca-02c7-4b40-85c2-00e5037bf0af" }, { "name": "practitioners", "item": [ { "name": "List practitioners", "id": "6252aa4f-67dc-4d25-84e3-68ef417d7d08", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/practitioners?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "practitioners" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "6d49c414-d47a-40f4-9d01-205cfa813398", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready practitioner list with name, NPI, specialty, phone. Optionally scoped to a data source." }, "response": [ { "id": "fe3ce3be-03db-42b7-ac50-780dbe84faf4", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/practitioners?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "practitioners" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"practitioners\": [\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"npi\": \"\",\n \"specialty\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"member_id\": \"\",\n \"scheduling_eligible\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"npi\": \"\",\n \"specialty\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"member_id\": \"\",\n \"scheduling_eligible\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-fe3ce3be-03db-42b7-ac50-780dbe84faf4" }, { "id": "ce3aed8f-d0d7-49b2-8499-0c2cf8d62cf0", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/practitioners?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "practitioners" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-ce3aed8f-d0d7-49b2-8499-0c2cf8d62cf0" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-6252aa4f-67dc-4d25-84e3-68ef417d7d08" } ], "id": "7c414d68-d62d-42d2-8445-4c00a891f911", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-7c414d68-d62d-42d2-8445-4c00a891f911" }, { "name": "locations", "item": [ { "name": "List locations", "id": "09627c69-f8b9-4da7-9661-06265e490c5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/locations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "locations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "6a8d4e21-28ed-4ead-b9ba-65c75ff179e1", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready location list with name, address, phone, hours. Optionally scoped to a data source." }, "response": [ { "id": "e3046f51-2837-4d21-9fdb-abb08201a2f5", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/locations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "locations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"locations\": [\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"address\": {\n \"qui_c6\": -28157279.450629294,\n \"cupidatat_e\": \"cupidatat magna non Ut\"\n },\n \"address_line\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"timezone\": \"\",\n \"facility_id\": \"\",\n \"phone\": \"\",\n \"hours\": {\n \"nonc\": -6870781\n },\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"address\": {\n \"eu_8\": -99647619,\n \"ea_e6\": -54070510.99833762\n },\n \"address_line\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"timezone\": \"\",\n \"facility_id\": \"\",\n \"phone\": \"\",\n \"hours\": {\n \"sedb\": \"aliqua culpa ullamco\",\n \"nulla1b1\": 50549788.756050915,\n \"consectetur_da\": true,\n \"ut_3\": 30386387\n },\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e3046f51-2837-4d21-9fdb-abb08201a2f5" }, { "id": "9be5fd22-420d-4c60-8a6e-b209e29b1264", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/locations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "locations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9be5fd22-420d-4c60-8a6e-b209e29b1264" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-09627c69-f8b9-4da7-9661-06265e490c5b" } ], "id": "9a5a9d63-da0f-44f2-a104-4c960dc51612", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9a5a9d63-da0f-44f2-a104-4c960dc51612" }, { "name": "appointments", "item": [ { "name": "List appointments", "id": "22f29fd5-dccf-4628-a997-0919d2dcce20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/appointments?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "appointments" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "10059ee6-841a-4985-93f7-d296917557fb", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready appointment list with date, status, patient, practitioner, location, reason. Optionally scoped to a data source." }, "response": [ { "id": "e1d0071c-f1c7-45dd-81c9-f43d912b0c50", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/appointments?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "appointments" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"appointments\": [\n {\n \"entity_id\": \"\",\n \"status\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"patient_name\": \"\",\n \"practitioner_name\": \"\",\n \"location_name\": \"\",\n \"reason\": \"\",\n \"cancel_reason\": \"\",\n \"appointment_type\": \"\",\n \"duration_minutes\": \"\",\n \"modality\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"status\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"patient_name\": \"\",\n \"practitioner_name\": \"\",\n \"location_name\": \"\",\n \"reason\": \"\",\n \"cancel_reason\": \"\",\n \"appointment_type\": \"\",\n \"duration_minutes\": \"\",\n \"modality\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e1d0071c-f1c7-45dd-81c9-f43d912b0c50" }, { "id": "3bcf468b-4eff-45a7-9ae0-794d0e707e48", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/appointments?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "appointments" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-3bcf468b-4eff-45a7-9ae0-794d0e707e48" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-22f29fd5-dccf-4628-a997-0919d2dcce20" } ], "id": "0422fdbd-f49e-4c4c-b565-ff97de0ecdad", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-0422fdbd-f49e-4c4c-b565-ff97de0ecdad" }, { "name": "slots", "item": [ { "name": "List availability slots", "id": "e2736835-baa3-46cc-945e-45292d26e46f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/slots?q=&data_source_id=&status=&date=&days=7&provider=&specialty=&service_type=&facility_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "slots" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "description": "Slot status (e.g. 'free', 'busy')", "key": "status", "value": "" }, { "description": "Start date YYYY-MM-DD (filters slots on or after this date)", "key": "date", "value": "" }, { "description": "Number of days forward from date (default 7)", "key": "days", "value": "7" }, { "description": "Provider name (partial match, e.g. 'Woloski')", "key": "provider", "value": "" }, { "description": "Specialty (partial match, e.g. 'Psychiatry')", "key": "specialty", "value": "" }, { "description": "Visit/service type name (partial match, e.g. 'Follow-up')", "key": "service_type", "value": "" }, { "description": "Facility ID", "key": "facility_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "a3b17bc6-971e-4e4b-9508-7ea8164f888b", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready provider availability slot list with start, end, status, schedule reference, and provider display name. Optionally scoped to a data source." }, "response": [ { "id": "307860e6-06e6-4bd5-b828-2e636a5bc18f", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/slots?q=&data_source_id=&status=&date=&days=7&provider=&specialty=&service_type=&facility_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "slots" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "description": "Slot status (e.g. 'free', 'busy')", "key": "status", "value": "" }, { "description": "Start date YYYY-MM-DD (filters slots on or after this date)", "key": "date", "value": "" }, { "description": "Number of days forward from date (default 7)", "key": "days", "value": "7" }, { "description": "Provider name (partial match, e.g. 'Woloski')", "key": "provider", "value": "" }, { "description": "Specialty (partial match, e.g. 'Psychiatry')", "key": "specialty", "value": "" }, { "description": "Visit/service type name (partial match, e.g. 'Follow-up')", "key": "service_type", "value": "" }, { "description": "Facility ID", "key": "facility_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"slots\": [\n {\n \"entity_id\": \"\",\n \"status\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"schedule_ref\": \"\",\n \"provider_name\": \"\",\n \"provider_id\": \"\",\n \"facility_id\": \"\",\n \"specialty\": \"\",\n \"visit_type_ids\": \"\",\n \"visit_type_names\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"status\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"schedule_ref\": \"\",\n \"provider_name\": \"\",\n \"provider_id\": \"\",\n \"facility_id\": \"\",\n \"specialty\": \"\",\n \"visit_type_ids\": \"\",\n \"visit_type_names\": \"\",\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-307860e6-06e6-4bd5-b828-2e636a5bc18f" }, { "id": "3a1a724e-8f68-466b-a672-1bfd60980180", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/slots?q=&data_source_id=&status=&date=&days=7&provider=&specialty=&service_type=&facility_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "slots" ], "query": [ { "description": "Search", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "description": "Slot status (e.g. 'free', 'busy')", "key": "status", "value": "" }, { "description": "Start date YYYY-MM-DD (filters slots on or after this date)", "key": "date", "value": "" }, { "description": "Number of days forward from date (default 7)", "key": "days", "value": "7" }, { "description": "Provider name (partial match, e.g. 'Woloski')", "key": "provider", "value": "" }, { "description": "Specialty (partial match, e.g. 'Psychiatry')", "key": "specialty", "value": "" }, { "description": "Visit/service type name (partial match, e.g. 'Follow-up')", "key": "service_type", "value": "" }, { "description": "Facility ID", "key": "facility_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-3a1a724e-8f68-466b-a672-1bfd60980180" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e2736835-baa3-46cc-945e-45292d26e46f" } ], "id": "ee15747c-8846-46b4-8cba-5405a4227882", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-ee15747c-8846-46b4-8cba-5405a4227882" }, { "name": "organizations", "item": [ { "name": "List organizations", "id": "9648793f-bde6-4fdb-9476-0c943a4bc81b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/organizations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "organizations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "6b11eaa5-c90f-4097-9641-a7ac3f3848ad", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Frontend-ready organization list with name, phone, domain, industry, address. Optionally scoped to a data source." }, "response": [ { "id": "4095f30a-97ab-4c31-aaad-0c776b31a488", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/organizations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "organizations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"organizations\": [\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"domain\": \"\",\n \"industry\": \"\",\n \"address\": {\n \"irure_d\": true,\n \"exercitation__\": 72839212.97042939\n },\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"domain\": \"\",\n \"industry\": \"\",\n \"address\": {\n \"nostrudf1\": true,\n \"amet_cf8\": 36590553\n },\n \"source_system\": \"\",\n \"canonical_id\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-4095f30a-97ab-4c31-aaad-0c776b31a488" }, { "id": "9cf4c66f-e78f-4935-a699-5005a74f1a18", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/views/organizations?q=&data_source_id=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "views", "organizations" ], "query": [ { "description": "Search by name", "key": "q", "value": "" }, { "description": "Scope to data source", "key": "data_source_id", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9cf4c66f-e78f-4935-a699-5005a74f1a18" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-9648793f-bde6-4fdb-9476-0c943a4bc81b" } ], "id": "f30ca636-5c19-4198-b39a-c7d487e9b460", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-f30ca636-5c19-4198-b39a-c7d487e9b460" } ], "id": "a27d1b83-29e5-460e-987a-547f4854e41a", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-a27d1b83-29e5-460e-987a-547f4854e41a" }, { "name": "patients", "item": [ { "name": "{patient_id}", "item": [ { "name": "timeline", "item": [ { "name": "Patient timeline", "id": "df3633f2-ae4a-4a78-8f7e-440b9c37d91e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/timeline?domain=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "timeline" ], "query": [ { "key": "domain", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "56948cab-19d9-40b3-97a2-ebed5a99104b", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "ae828010-9f11-4166-9d4a-80199bf8fb02", "key": "patient_id", "value": "", "description": "(Required) " } ] }, "description": "Get the full event timeline for a patient entity." }, "response": [ { "id": "a76123de-5013-4b55-b405-0bf5adb0b7e3", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/timeline?domain=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "timeline" ], "query": [ { "key": "domain", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_id\": \"\",\n \"events\": [\n {\n \"laboris_c\": -97162268.98290019,\n \"dolore7b\": \"magna ex sunt id commodo\"\n },\n {\n \"culpa__cc\": false,\n \"ut72\": -11099683.764990553\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-a76123de-5013-4b55-b405-0bf5adb0b7e3" }, { "id": "a387a17b-9a84-4c96-a954-bef81c45d540", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/timeline?domain=&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "timeline" ], "query": [ { "key": "domain", "value": "" }, { "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-a387a17b-9a84-4c96-a954-bef81c45d540" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-df3633f2-ae4a-4a78-8f7e-440b9c37d91e" } ], "id": "cf2803e9-6357-4e4c-995e-831f36153c9c", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-cf2803e9-6357-4e4c-995e-831f36153c9c" }, { "name": "summary", "item": [ { "name": "Patient summary", "id": "cc508752-00dc-4279-b47b-486d38b2b5d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/summary", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "summary" ], "variable": [ { "id": "911f567d-60d3-40e9-97c3-7be6c031d11f", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "9c1ad60c-2534-466c-b45c-4e3c6b7fde0d", "key": "patient_id", "value": "", "description": "(Required) " } ] }, "description": "Get the agent-maintained world model state for a patient." }, "response": [ { "id": "385ba351-e18c-4005-8ef3-5ea03667916c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/summary", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "summary" ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity_id\": \"\",\n \"entity_type\": \"\",\n \"display_name\": \"\",\n \"event_count\": \"\",\n \"last_event_at\": \"\",\n \"state\": {\n \"irure_9\": 88399901.77129379\n },\n \"name\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"birth_date\": \"\",\n \"gender\": \"\",\n \"mrn\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-385ba351-e18c-4005-8ef3-5ea03667916c" }, { "id": "76153e3f-a3f0-40ff-b8dd-6b4028ea44ce", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients/:patient_id/summary", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients", ":patient_id", "summary" ], "variable": [ { "key": "workspace_id" }, { "key": "patient_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-76153e3f-a3f0-40ff-b8dd-6b4028ea44ce" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-cc508752-00dc-4279-b47b-486d38b2b5d8" } ], "id": "e9277903-6678-4309-a666-42d261c291fc", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e9277903-6678-4309-a666-42d261c291fc" } ], "id": "f8f42cbe-a3bc-432d-bac5-c350386d61be", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-f8f42cbe-a3bc-432d-bac5-c350386d61be" }, { "name": "Search patients", "id": "852c2afa-5569-4d09-b12d-c2432962bdc2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients?q=&mrn=&phone=&sort_by=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients" ], "query": [ { "description": "Search by name, MRN, phone, or entity ID", "key": "q", "value": "" }, { "description": "Search by MRN", "key": "mrn", "value": "" }, { "description": "Search by phone", "key": "phone", "value": "" }, { "description": "Sort field with +/- prefix (e.g. -last_event_at)", "key": "sort_by", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "786c3222-bc0b-433a-a83e-02d93f0de8bf", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Search patient entities by name, MRN, or phone." }, "response": [ { "id": "b52c097d-811c-4549-9547-9323dd306864", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients?q=&mrn=&phone=&sort_by=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients" ], "query": [ { "description": "Search by name, MRN, phone, or entity ID", "key": "q", "value": "" }, { "description": "Search by MRN", "key": "mrn", "value": "" }, { "description": "Search by phone", "key": "phone", "value": "" }, { "description": "Sort field with +/- prefix (e.g. -last_event_at)", "key": "sort_by", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patients\": [\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"birth_date\": \"\",\n \"gender\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"mrn\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n },\n {\n \"entity_id\": \"\",\n \"name\": \"\",\n \"birth_date\": \"\",\n \"gender\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"mrn\": \"\",\n \"event_count\": 0,\n \"last_event_at\": \"\"\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-b52c097d-811c-4549-9547-9323dd306864" }, { "id": "5da46ed5-8b97-47a6-89df-cd5d193a6f4a", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/patients?q=&mrn=&phone=&sort_by=&limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "patients" ], "query": [ { "description": "Search by name, MRN, phone, or entity ID", "key": "q", "value": "" }, { "description": "Search by MRN", "key": "mrn", "value": "" }, { "description": "Search by phone", "key": "phone", "value": "" }, { "description": "Sort field with +/- prefix (e.g. -last_event_at)", "key": "sort_by", "value": "" }, { "key": "limit", "value": "20" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-5da46ed5-8b97-47a6-89df-cd5d193a6f4a" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-852c2afa-5569-4d09-b12d-c2432962bdc2" } ], "id": "b48bf1a1-2f78-457d-9b11-3e22d1116a4c", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-b48bf1a1-2f78-457d-9b11-3e22d1116a4c" }, { "name": "resources", "item": [ { "name": "{resource_type}", "item": [ { "name": "{resource_id}", "item": [ { "name": "history", "item": [ { "name": "Get FHIR resource history", "id": "fd2b8431-63eb-4000-9387-f2cdc25678ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id/history?limit=10&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id", "history" ], "query": [ { "key": "limit", "value": "10" }, { "key": "offset", "value": "0" } ], "variable": [ { "id": "f2e4d8ba-7f67-448d-8e0b-3700cc59c3c2", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "32601f0b-d556-4e39-b513-877cd4faff4d", "key": "resource_type", "value": "", "description": "(Required) " }, { "id": "440b5d25-eef9-4bd9-8745-550948dd796a", "key": "resource_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch the version history and changed-field provenance for a FHIR resource." }, "response": [ { "id": "6b872123-3f46-446a-8e33-7ad3a37a0563", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id/history?limit=10&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id", "history" ], "query": [ { "key": "limit", "value": "10" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resource_type\": \"\",\n \"resource_id\": \"\",\n \"entries\": [\n {\n \"event_id\": \"\",\n \"event_type\": \"\",\n \"is_current\": \"\",\n \"source\": \"\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"entity_id\": \"\",\n \"confidence\": \"\",\n \"effective_at\": \"\",\n \"created_at\": \"\",\n \"fields_affected\": [\n \"\",\n \"\"\n ],\n \"data\": {\n \"minim_e\": -15941230\n }\n },\n {\n \"event_id\": \"\",\n \"event_type\": \"\",\n \"is_current\": \"\",\n \"source\": \"\",\n \"source_system\": \"\",\n \"data_source_id\": \"\",\n \"entity_id\": \"\",\n \"confidence\": \"\",\n \"effective_at\": \"\",\n \"created_at\": \"\",\n \"fields_affected\": [\n \"\",\n \"\"\n ],\n \"data\": {\n \"Duise\": -39301423\n }\n }\n ],\n \"total\": \"\",\n \"has_more\": false,\n \"next_offset\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-6b872123-3f46-446a-8e33-7ad3a37a0563" }, { "id": "447b221f-b71b-4998-9b6a-68ef96edada3", "name": "Invalid resource type.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id/history?limit=10&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id", "history" ], "query": [ { "key": "limit", "value": "10" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-447b221f-b71b-4998-9b6a-68ef96edada3" }, { "id": "2644cae1-ce7d-4581-bc79-636ec672496d", "name": "Resource not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id/history?limit=10&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id", "history" ], "query": [ { "key": "limit", "value": "10" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-2644cae1-ce7d-4581-bc79-636ec672496d" }, { "id": "2fc651a5-61eb-4698-a0c7-0a21cd204551", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id/history?limit=10&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id", "history" ], "query": [ { "key": "limit", "value": "10" }, { "key": "offset", "value": "0" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-2fc651a5-61eb-4698-a0c7-0a21cd204551" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-fd2b8431-63eb-4000-9387-f2cdc25678ad" } ], "id": "46e50a8e-5a3e-4d86-8281-477d3dd75b6b", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-46e50a8e-5a3e-4d86-8281-477d3dd75b6b" }, { "name": "Get a FHIR resource", "id": "c0089a4c-2ba9-496d-9803-aafe57ef8233", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "id": "2b2edd61-d51b-4ba4-becf-c54781f5bc2b", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "b141fa38-de2f-48e9-9547-eedb1aaf3f4b", "key": "resource_type", "value": "", "description": "(Required) " }, { "id": "b4d8bb61-0ef5-4202-b156-69686cea8cef", "key": "resource_id", "value": "", "description": "(Required) " } ] }, "description": "Fetch a single FHIR resource by type and ID." }, "response": [ { "id": "42213393-397b-4d1d-b9ae-3a38a237422c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resource_type\": \"\",\n \"resource_id\": \"\",\n \"data\": {\n \"ut4\": \"minim dolore ex\",\n \"nisi19\": false\n },\n \"entity_id\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-42213393-397b-4d1d-b9ae-3a38a237422c" }, { "id": "6e267031-5224-42b5-a0d1-df8519636607", "name": "Invalid resource type.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-6e267031-5224-42b5-a0d1-df8519636607" }, { "id": "e63f74ad-e91e-42b9-a53c-46b2488b03af", "name": "Resource not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e63f74ad-e91e-42b9-a53c-46b2488b03af" }, { "id": "ba0f0888-41d3-4629-be33-ff2e10176d9c", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-ba0f0888-41d3-4629-be33-ff2e10176d9c" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-c0089a4c-2ba9-496d-9803-aafe57ef8233" }, { "name": "Update a FHIR resource", "id": "1b6d7668-11b3-4743-ae62-8b40c4bd9d5d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "id": "d7a8c734-277f-486f-b703-af3c7d8cdb70", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "04054a33-cb99-48e5-8601-8627ff0b8543", "key": "resource_type", "value": "", "description": "(Required) " }, { "id": "c394fbf8-b140-4e28-a56b-77d9d438de83", "key": "resource_id", "value": "", "description": "(Required) " } ] }, "description": "Update a FHIR resource. Creates a new event that supersedes the old one." }, "response": [ { "id": "f66b1d34-7750-4343-82c0-32dfc0a51af3", "name": "Successful Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resource_type\": \"\",\n \"resource_id\": \"\",\n \"data\": {\n \"ut4\": \"minim dolore ex\",\n \"nisi19\": false\n },\n \"entity_id\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-f66b1d34-7750-4343-82c0-32dfc0a51af3" }, { "id": "027d34a0-a172-463d-b98c-f1042b0e4a3e", "name": "Invalid resource type or payload.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-027d34a0-a172-463d-b98c-f1042b0e4a3e" }, { "id": "33923acb-b98c-4df3-8c7a-f71d00433957", "name": "Resource not found.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-33923acb-b98c-4df3-8c7a-f71d00433957" }, { "id": "714998ec-adeb-475d-87bd-9f719ee75945", "name": "Validation Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type/:resource_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type", ":resource_id" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" }, { "key": "resource_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-714998ec-adeb-475d-87bd-9f719ee75945" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-1b6d7668-11b3-4743-ae62-8b40c4bd9d5d" } ], "id": "64d293e6-fe55-4934-9dec-47fb19f8b98a", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-64d293e6-fe55-4934-9dec-47fb19f8b98a" }, { "name": "Search FHIR resources", "id": "e6e53eac-c1a5-40b2-8a16-d0e8d06dca95", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type?_count=20&_offset=0&name=&identifier=&birthdate=&date=&patient=&status=&q=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "query": [ { "key": "_count", "value": "20" }, { "key": "_offset", "value": "0" }, { "key": "name", "value": "" }, { "key": "identifier", "value": "" }, { "key": "birthdate", "value": "" }, { "key": "date", "value": "" }, { "key": "patient", "value": "" }, { "key": "status", "value": "" }, { "description": "General search text", "key": "q", "value": "" } ], "variable": [ { "id": "b034d030-8ef7-4a3f-ba66-4ad2d56bf967", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "6188f4a0-8963-4ba5-828c-101f914eb437", "key": "resource_type", "value": "", "description": "(Required) " } ] }, "description": "Search FHIR resources by type with standard search parameters." }, "response": [ { "id": "ae95411b-aea8-4268-bff8-20044d380d7a", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type?_count=20&_offset=0&name=&identifier=&birthdate=&date=&patient=&status=&q=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "query": [ { "key": "_count", "value": "20" }, { "key": "_offset", "value": "0" }, { "key": "name", "value": "" }, { "key": "identifier", "value": "" }, { "key": "birthdate", "value": "" }, { "key": "date", "value": "" }, { "key": "patient", "value": "" }, { "key": "status", "value": "" }, { "description": "General search text", "key": "q", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resource_type\": \"\",\n \"total\": \"\",\n \"entries\": [\n {\n \"aliquip_d0d\": -392231.51638267934,\n \"Ut_09\": -65872228.92384985\n },\n {\n \"enim4f\": \"enim quis in amet\",\n \"pariaturbe\": -76866959\n }\n ],\n \"next_url\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-ae95411b-aea8-4268-bff8-20044d380d7a" }, { "id": "55c8dcbd-2d57-41de-af61-0b8bc631fcd3", "name": "Invalid resource type.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type?_count=20&_offset=0&name=&identifier=&birthdate=&date=&patient=&status=&q=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "query": [ { "key": "_count", "value": "20" }, { "key": "_offset", "value": "0" }, { "key": "name", "value": "" }, { "key": "identifier", "value": "" }, { "key": "birthdate", "value": "" }, { "key": "date", "value": "" }, { "key": "patient", "value": "" }, { "key": "status", "value": "" }, { "description": "General search text", "key": "q", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-55c8dcbd-2d57-41de-af61-0b8bc631fcd3" }, { "id": "11f21701-e11f-4403-8bba-658c9a2e990c", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type?_count=20&_offset=0&name=&identifier=&birthdate=&date=&patient=&status=&q=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "query": [ { "key": "_count", "value": "20" }, { "key": "_offset", "value": "0" }, { "key": "name", "value": "" }, { "key": "identifier", "value": "" }, { "key": "birthdate", "value": "" }, { "key": "date", "value": "" }, { "key": "patient", "value": "" }, { "key": "status", "value": "" }, { "description": "General search text", "key": "q", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-11f21701-e11f-4403-8bba-658c9a2e990c" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-e6e53eac-c1a5-40b2-8a16-d0e8d06dca95" }, { "name": "Create a FHIR resource", "id": "bb7da3ff-c4e6-4f6d-b4d5-a08da8bb9577", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "variable": [ { "id": "03251f82-85f5-4ba6-afaa-fe14c946110f", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "32b56809-552f-4ad1-8898-2b3e0762a6cf", "key": "resource_type", "value": "", "description": "(Required) " } ] }, "description": "Create a new FHIR resource. Automatically creates patient entities." }, "response": [ { "id": "07eb8393-1628-4dd1-ad48-5c22e171c6f4", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resource_type\": \"\",\n \"resource_id\": \"\",\n \"data\": {\n \"ut4\": \"minim dolore ex\",\n \"nisi19\": false\n },\n \"entity_id\": \"\"\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-07eb8393-1628-4dd1-ad48-5c22e171c6f4" }, { "id": "293446ba-58a0-47c9-b383-9150cfd21923", "name": "Invalid resource type or payload.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-293446ba-58a0-47c9-b383-9150cfd21923" }, { "id": "34c70713-c5ce-4ddd-8869-aaca2041903a", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"elit_3fe\": \"minim\",\n \"ex_5\": -54495539.95562342,\n \"quis_eb6\": \"ipsum labore culpa\",\n \"velitbb6\": -19402406\n },\n \"data_source_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/fhir/resources/:resource_type", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "fhir", "resources", ":resource_type" ], "variable": [ { "key": "workspace_id" }, { "key": "resource_type" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-34c70713-c5ce-4ddd-8869-aaca2041903a" } ], "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-bb7da3ff-c4e6-4f6d-b4d5-a08da8bb9577" } ], "id": "3fe1c3a0-de5d-4cc1-a46c-80338a23f4de", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-3fe1c3a0-de5d-4cc1-a46c-80338a23f4de" } ], "id": "7b362dfb-e97e-4c07-a6b0-bb99fa870020", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-7b362dfb-e97e-4c07-a6b0-bb99fa870020" } ], "id": "c0be893d-996a-42bc-8ba2-cc1d5578cce4", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-c0be893d-996a-42bc-8ba2-cc1d5578cce4" } ], "id": "c0961a1b-cc3d-406c-85b1-636fd3795c6a", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-c0961a1b-cc3d-406c-85b1-636fd3795c6a" } ], "id": "2572c6dc-a9ed-4f39-abc8-9c8f28c47cb8", "createdAt": "2026-07-28T01:00:55.000Z", "updatedAt": "2026-07-28T01:00:55.000Z", "uid": "35240-2572c6dc-a9ed-4f39-abc8-9c8f28c47cb8" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }