AllData
Open API controller used for retrieving all patient data.
| API | Description | 
|---|---|
| POST api/AllData/Get | Return all data for patient | 
Assessment
Open API for retrieving patient assessments.
| API | Description | 
|---|---|
| POST api/Clinical/Assessment/Get | Gets the list of patient assessments. | 
CareTeamMember
Open API for retrieving care team members.
| API | Description | 
|---|---|
| POST api/Clinical/CareTeamMember/Get | Gets the list of care team members for a patient's encounters | 
ClinicalDocument
Open API controller used for retrieving all patient data.
| API | Description | 
|---|---|
| POST api/ClinicalDocument/Get | Return Export Summary | 
Demographics
Open API controller used for retrieving patient demographics.
| API | Description | 
|---|---|
| POST api/Demographics/patientname/get | Returns the patient's name from InteliChart demographics. | 
| POST api/Demographics/dateofbirth/get | Returns the patient's date of birth from InteliChart demographics. | 
| POST api/Demographics/sex/get | Returns the sex of the patient from InteliChart demographics. | 
| POST api/Demographics/language/get | Returns the language of the patient from InteliChart demographics. | 
| POST api/Demographics/ethnicity/get | Returns the ethnicity of the patient from InteliChart demographics. | 
| POST api/Demographics/detailedethnicity/get | Returns the detailed ethnicity of the patient from InteliChart demographics. | 
| POST api/Demographics/race/get | Returns the race of the patient from InteliChart demographics. | 
| POST api/Demographics/detailedrace/get | Returns the detailed race of the patient from InteliChart demographics. | 
Goal
Open API for retrieving patient goals.
| API | Description | 
|---|---|
| POST api/Clinical/Goal/Get | Gets the list of patient goals. | 
HealthConcern
Open API for retrieving health concerns.
| API | Description | 
|---|---|
| POST api/Clinical/HealthConcern/Get | Gets the list of patient health concerns. | 
Immunization
Open API for retrieving Immunizations.
| API | Description | 
|---|---|
| POST api/Clinical/Immunization/Get | Gets the list of patient immunizations. | 
LabResult
Open API for retrieving lab results.
| API | Description | 
|---|---|
| POST api/Clinical/LabResult/Get | Gets the list of patient lab results. | 
LabTest
Open API for retrieving lab tests.
| API | Description | 
|---|---|
| POST api/Clinical/LabTest/Get | Gets the list of patient lab tests. | 
Medication
Open API for retrieving medications.
| API | Description | 
|---|---|
| POST api/Clinical/Medication/Get | Gets the list of patient medications. | 
MedicationAllergy
Open API for retrieving medication allergies.
| API | Description | 
|---|---|
| POST api/Clinical/MedicationAllergy/Get | Gets the list of patient medication allergies. | 
Problem
Open API for retrieving problems.
| API | Description | 
|---|---|
| POST api/Clinical/Problem/Get | Gets the list of patient problems. | 
Procedure
Open API for retrieving procedures.
| API | Description | 
|---|---|
| POST api/Clinical/Procedure/Get | Gets the list of patient procedures. | 
SmokingStatus
Open API for retrieving smoking status.
| API | Description | 
|---|---|
| POST api/Clinical/SmokingStatus/Get | Get the list of patient smoking statuses. | 
TreatmentPlan
Open API for retrieving treatment plans.
| API | Description | 
|---|---|
| POST api/Clinical/TreatmentPlan/Get | Gets the list of patient treatment plans. | 
UniqueDeviceIdentifier
Open API for retrieving unique device identifiers.
| API | Description | 
|---|---|
| POST api/Clinical/UniqueDeviceIdentifier/Get | Gets the list of patient unique device identifiers. | 
VitalSign
Open API for retrieving vital signs.
| API | Description | 
|---|---|
| POST api/Clinical/VitalSign/Get | Gets the list of patient vital signs. |