Overview of our API Offerings

careeco offers FHIR API frameworks to help you build an integrated solution which best meets your business needs. Before you begin designing your solution

Getting Started

Below are a few items to consider as you begin exploring our API frameworks further:

  1. In short, our API is REST ful and uses JSON
  2. Our APIs are accessed using JSON web tokens (JWTs, pronounced “jots”). Here is our authorization  documentation on how to obtain an access token to call APIs.
  3. To help you test, evaluate, and use the API, we are willing to make the API available to you pursuant to these Terms of Service
    4. Reference to list of API’s included under FHIR APIs (includes support for both FHIR DSTU2 and FHIR R4)

Ambulatory

TypeAmbulatory Endpoint
PatientGET /v1/{practiceid}/fhir/dstu2/Patient
Patient DemographicsGET /v1/{practiceid}/fhir/dstu 2/Patient/{patientid}
Smoking StatusGET /v1/{practiceid}/fhir/dstu2/Observation category=social-history&code=72166-2
ProblemsGET /v1/{practiceid}/{departmentid}/fhir/dstu2/Condition
MedicationsGET /v1/{practiceid}/{departmentid}/fhir/dstu2/MedicationStatement
AssessmentGET /v1/{practiceid}/chart/encounter/{encounterid}/assessment
ResultsGET /v1/{practiceid}/fhir/dstu2/Observation
AllergiesGET /v1/{practiceid}/fhir/dstu2/AllergyIntolerance
VitalsGET /v1/{practiceid}/fhir/dstu2/Observation
ProceduresGET /v1/{practiceid}/fhir/dstu2/Procedure
ImmunizationsGET /v1/{practiceid}/fhir/dstu2/Immunization
DevicesGET /v1/{practiceid}/fhir/dstu2/Device
Care PlanGET /v1/{practiceid}/ccda/{patientid}/patientcareplan