{ "info": { "name": "Tebra Clinical Data API", "description": "Read-only patient clinical data (USCDI / ONC patient-access API) from the Tebra platform (formerly Kareo + PatientPop). Base URL: https://api.tebra.com/clinical/v1/api. Authenticated with an API Key in the X-Api-Key header, generated by the patient in the Tebra Patient Portal (My Account > API Access Key). Resource paths and auth are confirmed from Tebra's General API Documentation; query parameters and responses are modeled.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Api-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.tebra.com/clinical/v1/api", "type": "string" }, { "key": "apiKey", "value": "", "type": "string" } ], "item": [ { "name": "Patient", "item": [ { "name": "Get patient", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient", "host": ["{{baseUrl}}"], "path": ["patient"] }, "description": "Retrieves the demographic record for the patient associated with the API Key." } } ] }, { "name": "Clinical", "item": [ { "name": "Get medication allergies", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/allergyIntolerance/medication", "host": ["{{baseUrl}}"], "path": ["patient", "allergyIntolerance", "medication"] }, "description": "Retrieves allergy and intolerance records for the patient." } }, { "name": "Get care plan", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/carePlan", "host": ["{{baseUrl}}"], "path": ["patient", "carePlan"] }, "description": "Retrieves care plan entries for the patient." } }, { "name": "Get problem list conditions", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/condition/problemList", "host": ["{{baseUrl}}"], "path": ["patient", "condition", "problemList"] }, "description": "Retrieves problem-list conditions for the patient." } }, { "name": "Get devices", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/device", "host": ["{{baseUrl}}"], "path": ["patient", "device"] }, "description": "Retrieves implantable device records for the patient." } }, { "name": "Get diagnostic reports", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/diagnosticReport", "host": ["{{baseUrl}}"], "path": ["patient", "diagnosticReport"] }, "description": "Retrieves diagnostic report records for the patient." } }, { "name": "Get encounters", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/encounter", "host": ["{{baseUrl}}"], "path": ["patient", "encounter"] }, "description": "Retrieves encounter records for the patient." } }, { "name": "Get goals", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/goal", "host": ["{{baseUrl}}"], "path": ["patient", "goal"] }, "description": "Retrieves care goals for the patient." } }, { "name": "Get immunizations", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/immunization", "host": ["{{baseUrl}}"], "path": ["patient", "immunization"] }, "description": "Retrieves immunization records for the patient." } }, { "name": "Get medications", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/medicationStatement", "host": ["{{baseUrl}}"], "path": ["patient", "medicationStatement"] }, "description": "Retrieves medication statement records for the patient." } }, { "name": "Get vital signs", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/observation/vitalSigns", "host": ["{{baseUrl}}"], "path": ["patient", "observation", "vitalSigns"] }, "description": "Retrieves vital sign observations for the patient." } }, { "name": "Get procedures", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/procedure", "host": ["{{baseUrl}}"], "path": ["patient", "procedure"] }, "description": "Retrieves procedure records for the patient." } }, { "name": "Get smoking status", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/smokingStatus", "host": ["{{baseUrl}}"], "path": ["patient", "smokingStatus"] }, "description": "Retrieves the patient's smoking status observation." } } ] }, { "name": "Documents", "item": [ { "name": "Get clinical summary document", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/patient/binary/summary", "host": ["{{baseUrl}}"], "path": ["patient", "binary", "summary"] }, "description": "Retrieves the patient's clinical summary as a binary document (e.g. C-CDA)." } } ] } ] }