{ "info": { "_postman_id": "72f2e0dd-4fb0-44fb-b32d-b64218151e75", "name": "Orion Health FHIR Alerts Metadata 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:23.000Z", "updatedAt": "2026-07-28T02:29:23.000Z", "lastUpdatedBy": "35240", "uid": "35240-72f2e0dd-4fb0-44fb-b32d-b64218151e75" }, "item": [ { "name": "metadata", "item": [ { "name": "Orion Health Get server capability statement", "id": "b473a587-05d3-4528-bd4c-b5bb954966f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/fhir+json" } ], "url": { "raw": "{{baseUrl}}/metadata", "host": [ "{{baseUrl}}" ], "path": [ "metadata" ] }, "description": "Returns the server's CapabilityStatement resource describing the FHIR operations, resources, and search parameters supported." }, "response": [ { "id": "0546b5d3-8f3c-4c63-9699-f102624c25f1", "name": "CapabilityStatement 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}}/metadata", "host": [ "{{baseUrl}}" ], "path": [ "metadata" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/fhir+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"resourceType\": \"\",\n \"status\": \"\",\n \"date\": \"\",\n \"kind\": \"\",\n \"fhirVersion\": \"\",\n \"format\": [\n \"\",\n \"\"\n ],\n \"rest\": [\n {\n \"mode\": \"\",\n \"resource\": [\n {\n \"type\": \"\",\n \"interaction\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"interaction\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"mode\": \"\",\n \"resource\": [\n {\n \"type\": \"\",\n \"interaction\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"interaction\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:29:23.000Z", "updatedAt": "2026-07-28T02:29:23.000Z", "uid": "35240-0546b5d3-8f3c-4c63-9699-f102624c25f1" } ], "createdAt": "2026-07-28T02:29:23.000Z", "updatedAt": "2026-07-28T02:29:23.000Z", "uid": "35240-b473a587-05d3-4528-bd4c-b5bb954966f4" } ], "id": "b28f6e8e-20fb-487d-aa91-89967d417e02", "createdAt": "2026-07-28T02:29:23.000Z", "updatedAt": "2026-07-28T02:29:23.000Z", "uid": "35240-b28f6e8e-20fb-487d-aa91-89967d417e02" } ], "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" } ] }