{ "info": { "_postman_id": "8c82beb7-c3dc-4a99-b57c-2d0d24503763", "name": "Orion Health FHIR Alerts Risk Stratification 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:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-8c82beb7-c3dc-4a99-b57c-2d0d24503763" }, "item": [ { "name": "risk-stratification", "item": [ { "name": "scores", "item": [ { "name": "{patientId}", "item": [ { "name": "Orion Health Get risk score for a patient", "id": "1be9d41c-31b5-4853-b7b8-9e784143bc43", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores/:patientId?model=", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores", ":patientId" ], "query": [ { "description": "Risk model to use", "key": "model", "value": "" } ], "variable": [ { "id": "28deafa4-4f03-4f45-a508-96a474655fbb", "key": "patientId", "value": "", "description": "(Required) " } ] }, "description": "Retrieve the current risk stratification score and risk factors for a specific patient." }, "response": [ { "id": "1b3d08f6-96c7-4448-8f14-e3c090d202f0", "name": "Patient risk score details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores/:patientId?model=", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores", ":patientId" ], "query": [ { "description": "Risk model to use", "key": "model", "value": "" } ], "variable": [ { "key": "patientId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"patientId\": \"\",\n \"model\": \"\",\n \"score\": \"\",\n \"riskLevel\": \"critical\",\n \"factors\": [\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n }\n ],\n \"calculatedAt\": \"\",\n \"validUntil\": \"\"\n}", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-1b3d08f6-96c7-4448-8f14-e3c090d202f0" }, { "id": "8f9d0f88-30b7-418b-b8c6-38cdc59f5edd", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores/:patientId?model=", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores", ":patientId" ], "query": [ { "description": "Risk model to use", "key": "model", "value": "" } ], "variable": [ { "key": "patientId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-8f9d0f88-30b7-418b-b8c6-38cdc59f5edd" }, { "id": "fac2219e-0e49-4239-a272-62613bf30b3b", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores/:patientId?model=", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores", ":patientId" ], "query": [ { "description": "Risk model to use", "key": "model", "value": "" } ], "variable": [ { "key": "patientId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-fac2219e-0e49-4239-a272-62613bf30b3b" } ], "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-1be9d41c-31b5-4853-b7b8-9e784143bc43" } ], "id": "6bfe4a0b-347a-493c-9471-116d563f63a2", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-6bfe4a0b-347a-493c-9471-116d563f63a2" }, { "name": "Orion Health List patient risk scores", "id": "79a39596-0b51-48c9-87c1-7e4f25496318", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores?patientId=&model=framingham&riskLevel=critical&calculatedAfter=&offset=0&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores" ], "query": [ { "description": "Filter by patient identifier", "key": "patientId", "value": "" }, { "description": "Risk model used for scoring", "key": "model", "value": "framingham" }, { "description": "Filter by risk level", "key": "riskLevel", "value": "critical" }, { "description": "Only return scores calculated after this date", "key": "calculatedAfter", "value": "" }, { "description": "Number of items to skip", "key": "offset", "value": "0" }, { "description": "Maximum number of items to return", "key": "limit", "value": "20" } ] }, "description": "Retrieve risk stratification scores for patients, calculated using configurable risk models based on clinical data, claims, and social determinants." }, "response": [ { "id": "284a7ca0-595c-4325-9469-902b3a7dc0c8", "name": "List of risk scores", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores?patientId=&model=framingham&riskLevel=critical&calculatedAfter=&offset=0&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores" ], "query": [ { "description": "Filter by patient identifier", "key": "patientId", "value": "" }, { "description": "Risk model used for scoring", "key": "model", "value": "framingham" }, { "description": "Filter by risk level", "key": "riskLevel", "value": "critical" }, { "description": "Only return scores calculated after this date", "key": "calculatedAfter", "value": "" }, { "description": "Number of items to skip", "key": "offset", "value": "0" }, { "description": "Maximum number of items to return", "key": "limit", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"patientId\": \"\",\n \"model\": \"\",\n \"score\": \"\",\n \"riskLevel\": \"high\",\n \"factors\": [\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n }\n ],\n \"calculatedAt\": \"\",\n \"validUntil\": \"\"\n },\n {\n \"id\": \"\",\n \"patientId\": \"\",\n \"model\": \"\",\n \"score\": \"\",\n \"riskLevel\": \"critical\",\n \"factors\": [\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"category\": \"\",\n \"weight\": \"\",\n \"description\": \"\"\n }\n ],\n \"calculatedAt\": \"\",\n \"validUntil\": \"\"\n }\n ],\n \"pagination\": {\n \"offset\": \"\",\n \"limit\": \"\",\n \"total\": \"\",\n \"hasMore\": \"\"\n }\n}", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-284a7ca0-595c-4325-9469-902b3a7dc0c8" }, { "id": "da9fe3b4-10cb-480c-96c1-c3c35dc8c34d", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/risk-stratification/scores?patientId=&model=framingham&riskLevel=critical&calculatedAfter=&offset=0&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "risk-stratification", "scores" ], "query": [ { "description": "Filter by patient identifier", "key": "patientId", "value": "" }, { "description": "Risk model used for scoring", "key": "model", "value": "framingham" }, { "description": "Filter by risk level", "key": "riskLevel", "value": "critical" }, { "description": "Only return scores calculated after this date", "key": "calculatedAfter", "value": "" }, { "description": "Number of items to skip", "key": "offset", "value": "0" }, { "description": "Maximum number of items to return", "key": "limit", "value": "20" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-da9fe3b4-10cb-480c-96c1-c3c35dc8c34d" } ], "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-79a39596-0b51-48c9-87c1-7e4f25496318" } ], "id": "446f6509-c7fe-428a-9306-dbeaad23f1cc", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-446f6509-c7fe-428a-9306-dbeaad23f1cc" } ], "id": "c4daf432-338d-40e8-8dbc-f070cb321237", "createdAt": "2026-07-28T02:29:38.000Z", "updatedAt": "2026-07-28T02:29:38.000Z", "uid": "35240-c4daf432-338d-40e8-8dbc-f070cb321237" } ], "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" } ] }