Flexpa
Developer PortalContact us

Flexpa overview

  • Introduction
  • Patient access
  • Use cases
  • What we don't do
  • Pricing

Getting started

  • Quickstart
  • Test mode
  • Going live
  • Changelog
  • FAQ

Network

  • Payers
  • Endpoints

Tools

  • Flexpa Link
  • Flexpa API
  • Data analytics
  • Connections
  • MyFlexpa
  • Portal
  • Scan

FHIR Overview

  • Introduction
  • Reading resources
  • Searching resources
  • Code systems
    • AllergyIntolerance
    • Bundle
    • CapabilityStatement
    • CarePlan
    • CareTeam
    • Condition
    • Coverage
    • Device
    • DiagnosticReport
    • DocumentReference
    • Encounter
    • ExplanationOfBenefit
    • Goal
    • Immunization
    • Location
    • Medication
    • MedicationDispense
    • MedicationRequest
    • Observation
    • OperationOutcome
    • Organization
    • Patient
    • Practitioner
    • PractitionerRole
    • Procedure
    • Provenance

Patient Guides

  • Steps to connect
  • Troubleshooting tips

About Flexpa

  • Flexpa OS
  • Brand kit
  • Join us
  • Support

CareTeam

GET https://api.flexpa.com/fhir/CareTeam

  • CareTeam is a base FHIR Resource ( JSON example)
  • Commonly available via US Core CareTeam Profile

CareTeam is a clinical FHIR Resource that lists the people and organizations who participate in the coordination and delivery of care for a patient.

Accessing a patient's care teams can aid in workflows such as collaborating with a patient's providers on their care.

Many payers make this available in a basic form derived from a patient's claims, but some also provide a more detailed view of the patient's care team if they have a more robust provider-payer clinical data exchange, such as quality measures.

#Search parameters

The full list of search parameters can be found here. Some of the most important are:

Parameters

patient
string

The ID of a patient that the care teams are helping. We recommend using this search parameter along with the $PATIENT_ID wildcard

status
string

The status of the care team. We recommend using the active status.

date
string

The time period the care team was active with the patient.

#Sample request

While some servers may support a resource-level search without any parameters, not all do. We recommend using the format below with the patient ID via the $PATIENT_ID wildcard as a search parameter.

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

curl "https://api.flexpa.com/fhir/CareTeam?patient=$PATIENT_ID" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

#Sample response

This is a sample response from Humana using Flexpa API in test mode

Status TwitterGitHub

© 2023 Flexpa. All rights reserved.

On this page
  • Search parameters
  • Sample request
  • Sample response