{ "opencollection": "1.0.0", "info": { "name": "Orion Health FHIR Alerts Documents API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.orionhealth.com/oauth2/authorize", "accessTokenUrl": "https://auth.orionhealth.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Orion Health Locate patient records across organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/patients/:patientId/record-locator", "params": [ { "name": "patientId", "value": "", "type": "path" }, { "name": "organization", "value": "", "type": "query", "description": "Filter by source organization" }, { "name": "documentType", "value": "", "type": "query", "description": "Filter by document type" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" } ] }, "docs": "Query the HIE network to locate clinical records for a patient across participating organizations. Returns available document references without retrieving the full documents." }, { "info": { "name": "Orion Health Search for clinical documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/documents", "params": [ { "name": "patientId", "value": "", "type": "query" }, { "name": "documentType", "value": "", "type": "query" }, { "name": "sourceOrganization", "value": "", "type": "query" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Document format" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Search for clinical documents in the HIE document registry by patient, organization, document type, and date range." }, { "info": { "name": "Orion Health Submit a clinical document", "type": "http" }, "http": { "method": "POST", "url": "https://api.orionhealth.com/fhir/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a clinical document to the HIE document repository for sharing with other participating organizations." }, { "info": { "name": "Orion Health Retrieve a clinical document", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query", "description": "Requested document format" } ] }, "docs": "Retrieve the full content of a clinical document from the HIE document repository by its document ID." } ] } ], "bundled": true }