{ "info": { "_postman_id": "d8c1990f-f802-4a58-8b97-b0315af51616", "name": "Orion Health FHIR Alerts AllergyIntolerance 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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-d8c1990f-f802-4a58-8b97-b0315af51616" }, "item": [ { "name": "AllergyIntolerance", "item": [ { "name": "{id}", "item": [ { "name": "Orion Health Read an allergy intolerance by ID", "id": "8c40686f-bc9d-4672-8402-779e09b6fa6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "url": { "raw": "{{baseUrl}}/AllergyIntolerance/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance", ":id" ], "query": [ { "description": "Response format", "key": "_format", "value": "application/fhir+xml" } ], "variable": [ { "id": "49fe5595-5aa9-410c-8bbb-d51190a45562", "key": "id", "value": "", "description": "(Required) Logical ID of the FHIR resource" } ] }, "description": "Retrieve a specific AllergyIntolerance resource by its logical ID." }, "response": [ { "id": "eec30594-7436-44e9-a5b3-076b4b8caff2", "name": "AllergyIntolerance 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}}/AllergyIntolerance/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance", ":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 \"clinicalStatus\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"verificationStatus\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"type\": \"intolerance\",\n \"category\": [\n \"environment\",\n \"food\"\n ],\n \"criticality\": \"unable-to-assess\",\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 \"patient\": {\n \"reference\": \"\",\n \"display\": \"\"\n },\n \"reaction\": [\n {\n \"substance\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"manifestation\": [\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 \"severity\": \"mild\"\n },\n {\n \"substance\": {\n \"coding\": [\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n },\n {\n \"system\": \"\",\n \"code\": \"\",\n \"display\": \"\"\n }\n ],\n \"text\": \"\"\n },\n \"manifestation\": [\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 \"severity\": \"moderate\"\n }\n ]\n}", "createdAt": "2026-07-28T02:29:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-eec30594-7436-44e9-a5b3-076b4b8caff2" }, { "id": "6f799e25-ab89-4887-a9d3-7e3a470ea5b0", "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}}/AllergyIntolerance/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance", ":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\": \"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 \"severity\": \"warning\",\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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-6f799e25-ab89-4887-a9d3-7e3a470ea5b0" }, { "id": "7d2e6cf8-3fab-46da-b749-e215e68f4fe0", "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}}/AllergyIntolerance/:id?_format=application/fhir+xml", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance", ":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\": \"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 \"severity\": \"warning\",\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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-7d2e6cf8-3fab-46da-b749-e215e68f4fe0" } ], "createdAt": "2026-07-28T02:29:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-8c40686f-bc9d-4672-8402-779e09b6fa6c" } ], "id": "824cedb8-f348-4728-9ac0-46aa3c588159", "createdAt": "2026-07-28T02:29:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-824cedb8-f348-4728-9ac0-46aa3c588159" }, { "name": "Orion Health Search for allergy intolerances", "id": "afd337ad-f75c-47b8-80ae-acbe23c333b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "url": { "raw": "{{baseUrl}}/AllergyIntolerance?_format=application/fhir+xml&_count=20&_offset=0&patient=&clinical-status=inactive&type=intolerance&criticality=low", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance" ], "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": "Clinical status of the allergy", "key": "clinical-status", "value": "inactive" }, { "description": "allergy or intolerance", "key": "type", "value": "intolerance" }, { "description": "Criticality level", "key": "criticality", "value": "low" } ] }, "description": "Search for AllergyIntolerance resources representing patient allergies and adverse reactions." }, "response": [ { "id": "ad795963-be9f-4636-923d-a248edd2c009", "name": "Bundle of matching AllergyIntolerance 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}}/AllergyIntolerance?_format=application/fhir+xml&_count=20&_offset=0&patient=&clinical-status=inactive&type=intolerance&criticality=low", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance" ], "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": "Clinical status of the allergy", "key": "clinical-status", "value": "inactive" }, { "description": "allergy or intolerance", "key": "type", "value": "intolerance" }, { "description": "Criticality level", "key": "criticality", "value": "low" } ] } }, "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\": \"self\",\n \"url\": \"\"\n },\n {\n \"relation\": \"self\",\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\": \"match\"\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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-ad795963-be9f-4636-923d-a248edd2c009" }, { "id": "29b2297d-0563-4d6f-a6a6-62dbb5e25fa2", "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}}/AllergyIntolerance?_format=application/fhir+xml&_count=20&_offset=0&patient=&clinical-status=inactive&type=intolerance&criticality=low", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance" ], "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": "Clinical status of the allergy", "key": "clinical-status", "value": "inactive" }, { "description": "allergy or intolerance", "key": "type", "value": "intolerance" }, { "description": "Criticality level", "key": "criticality", "value": "low" } ] } }, "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\": \"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 \"severity\": \"warning\",\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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-29b2297d-0563-4d6f-a6a6-62dbb5e25fa2" }, { "id": "2a12b5c9-9824-4439-8ff6-c3bd75c4a572", "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}}/AllergyIntolerance?_format=application/fhir+xml&_count=20&_offset=0&patient=&clinical-status=inactive&type=intolerance&criticality=low", "host": [ "{{baseUrl}}" ], "path": [ "AllergyIntolerance" ], "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": "Clinical status of the allergy", "key": "clinical-status", "value": "inactive" }, { "description": "allergy or intolerance", "key": "type", "value": "intolerance" }, { "description": "Criticality level", "key": "criticality", "value": "low" } ] } }, "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\": \"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 \"severity\": \"warning\",\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:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-2a12b5c9-9824-4439-8ff6-c3bd75c4a572" } ], "createdAt": "2026-07-28T02:29:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-afd337ad-f75c-47b8-80ae-acbe23c333b4" } ], "id": "306d1718-ac1e-4ab0-93c2-2c262a0bb46f", "createdAt": "2026-07-28T02:29:00.000Z", "updatedAt": "2026-07-28T02:29:00.000Z", "uid": "35240-306d1718-ac1e-4ab0-93c2-2c262a0bb46f" } ], "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" } ] }