{ "info": { "_postman_id": "16088317-8ffa-4e20-a8ee-5199189998b5", "name": "Orion Health FHIR Alerts DiagnosticReport API", "description": "The Orion Health FHIR API provides standards-based access to healthcare data using the HL7 FHIR (Fast Healthcare Interoperability Resources) specification. It enables healthcare organizations to read, search, create, and update clinical resources including patients, encounters, observations, conditions, medications, allergies, procedures, diagnostic reports, and care plans. The API conforms to FHIR R4 (v4.0.1) and supports both JSON and XML representations.\n\nContact Support:\n Name: Orion Health API Support\n Email: apisupport@orionhealth.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:29:12.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "lastUpdatedBy": "35240", "uid": "35240-16088317-8ffa-4e20-a8ee-5199189998b5" }, "item": [ { "name": "DiagnosticReport", "item": [ { "name": "{id}", "item": [ { "name": "Orion Health Read a diagnostic report by ID", "id": "c9d27f7e-512a-461c-874d-d2946ebbd9ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport", ":id" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" } ], "variable": [ { "id": "f39f8f1b-07b0-4584-87eb-fa80e2a1cdf5", "key": "id", "value": "", "description": "(Required) Logical ID of the FHIR resource" } ] }, "description": "Retrieve a specific DiagnosticReport resource by its logical ID." }, "response": [ { "id": "f007a3e1-2c31-4058-adeb-0596d86e1467", "name": "DiagnosticReport resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport", ":id" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"id\": \"\",\n \"status\": \"entered-in-error\",\n \"category\": [\n {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"code\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"subject\": {\n \"reference\": \"\",\n \"display\": \"\"\n },\n \"effectiveDateTime\": \"\",\n \"issued\": \"\",\n \"result\": [\n {\n \"reference\": \"\",\n \"display\": \"\"\n },\n {\n \"reference\": \"\",\n \"display\": \"\"\n }\n ],\n \"conclusion\": \"\"\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-f007a3e1-2c31-4058-adeb-0596d86e1467" }, { "id": "5c2c7f15-041a-4c09-aadb-4427e8d29c8b", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport", ":id" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n },\n {\n \"severity\": \"fatal\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-5c2c7f15-041a-4c09-aadb-4427e8d29c8b" }, { "id": "1aaaff0a-5299-431e-abfe-922f7c9f0c71", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport", ":id" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n },\n {\n \"severity\": \"fatal\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-1aaaff0a-5299-431e-abfe-922f7c9f0c71" } ], "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-c9d27f7e-512a-461c-874d-d2946ebbd9ab" } ], "id": "e85a37ad-2e16-4ea0-959d-3038dfeb2bcf", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-e85a37ad-2e16-4ea0-959d-3038dfeb2bcf" }, { "name": "Orion Health Search for diagnostic reports", "id": "324f7ca9-b846-4bfe-b6a1-82db950c0921", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport?_format=application/fhir+xml&_count=20&_offset=0&patient=&category=&code=&date=&status=corrected", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" }, { "description": "Maximum number of results per page", "key": "_count", "value": "20" }, { "description": "Starting offset for paging", "key": "_offset", "value": "0" }, { "description": "Reference to the patient", "key": "patient", "value": "" }, { "description": "Report category (e.g., LAB, RAD)", "key": "category", "value": "" }, { "description": "LOINC code for the report", "key": "code", "value": "" }, { "description": "Report date or date range", "key": "date", "value": "" }, { "description": "Report status", "key": "status", "value": "corrected" } ] }, "description": "Search for DiagnosticReport resources including lab reports, pathology, radiology, and other diagnostic findings." }, "response": [ { "id": "7f3bd820-4c75-4c71-b642-469a6c06616e", "name": "Bundle of matching DiagnosticReport resources", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport?_format=application/fhir+xml&_count=20&_offset=0&patient=&category=&code=&date=&status=corrected", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" }, { "description": "Maximum number of results per page", "key": "_count", "value": "20" }, { "description": "Starting offset for paging", "key": "_offset", "value": "0" }, { "description": "Reference to the patient", "key": "patient", "value": "" }, { "description": "Report category (e.g., LAB, RAD)", "key": "category", "value": "" }, { "description": "LOINC code for the report", "key": "code", "value": "" }, { "description": "Report date or date range", "key": "date", "value": "" }, { "description": "Report status", "key": "status", "value": "corrected" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"type\": \"history\",\n \"total\": \"\",\n \"link\": [\n {\n \"relation\": \"first\",\n \"url\": \"\"\n },\n {\n \"relation\": \"next\",\n \"url\": \"\"\n }\n ],\n \"entry\": [\n {\n \"fullUrl\": \"\",\n \"resource\": {\n \"resourceType\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ]\n }\n },\n \"search\": {\n \"mode\": \"include\"\n }\n },\n {\n \"fullUrl\": \"\",\n \"resource\": {\n \"resourceType\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ]\n }\n },\n \"search\": {\n \"mode\": \"include\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-7f3bd820-4c75-4c71-b642-469a6c06616e" }, { "id": "6e30df89-cf00-4eb0-9633-88d3248c7156", "name": "Invalid request parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport?_format=application/fhir+xml&_count=20&_offset=0&patient=&category=&code=&date=&status=corrected", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" }, { "description": "Maximum number of results per page", "key": "_count", "value": "20" }, { "description": "Starting offset for paging", "key": "_offset", "value": "0" }, { "description": "Reference to the patient", "key": "patient", "value": "" }, { "description": "Report category (e.g., LAB, RAD)", "key": "category", "value": "" }, { "description": "LOINC code for the report", "key": "code", "value": "" }, { "description": "Report date or date range", "key": "date", "value": "" }, { "description": "Report status", "key": "status", "value": "corrected" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n },\n {\n \"severity\": \"fatal\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-6e30df89-cf00-4eb0-9633-88d3248c7156" }, { "id": "5b607d6e-70ec-4e91-885b-bd70ab0f79c1", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/DiagnosticReport?_format=application/fhir+xml&_count=20&_offset=0&patient=&category=&code=&date=&status=corrected", "host": [ "{{baseUrl}}" ], "path": [ "DiagnosticReport" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" }, { "description": "Maximum number of results per page", "key": "_count", "value": "20" }, { "description": "Starting offset for paging", "key": "_offset", "value": "0" }, { "description": "Reference to the patient", "key": "patient", "value": "" }, { "description": "Report category (e.g., LAB, RAD)", "key": "category", "value": "" }, { "description": "LOINC code for the report", "key": "code", "value": "" }, { "description": "Report date or date range", "key": "date", "value": "" }, { "description": "Report status", "key": "status", "value": "corrected" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"issue\": [\n {\n \"severity\": \"error\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n },\n {\n \"severity\": \"fatal\",\n \"code\": \"\",\n \"diagnostics\": \"\",\n \"details\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-5b607d6e-70ec-4e91-885b-bd70ab0f79c1" } ], "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-324f7ca9-b846-4bfe-b6a1-82db950c0921" } ], "id": "fa81de1f-607b-4690-baa4-145ad663f756", "createdAt": "2026-07-28T02:29:13.000Z", "updatedAt": "2026-07-28T02:29:13.000Z", "uid": "35240-fa81de1f-607b-4690-baa4-145ad663f756" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "patient/*.read patient/*.write patient/Patient.read patient/Observation.read patient/Condition.read patient/MedicationRequest.read launch openid fhirUser", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.orionhealth.com/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "https://auth.orionhealth.com/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.orionhealth.com/fhir" } ] }