Flexpa
Contact usDeveloper Portal

Getting started

  • Introduction
  • Quickstart
  • Use cases
  • Pricing
  • Patient access
  • Test mode
  • Going live
  • What we don't do
  • ChangelogUpdated
  • FAQ

Guides

  • Reading resources
  • Searching resources

Network

  • Payers
  • Endpoints

Tools

  • Flexpa Link
  • Flexpa API
  • Data analytics
  • Connections

FHIR Resources

  • Overview
  • AllergyIntolerance
  • CapabilityStatement
  • CarePlan
  • CareTeam
  • Condition
  • Coverage
  • Device
  • DiagnosticReport
  • DocumentReference
  • Encounter
  • ExplanationOfBenefit
  • Goal
  • Immunization
  • Location
  • Medication
  • MedicationDispense
  • MedicationRequest
  • Observation
  • Organization
  • Patient
  • Practitioner
  • PractitionerRole
  • Procedure
  • Provenance

About

  • Handbook
  • Brand kit
  • Join us
  • Privacy Policy
  • Privacy Notice
  • Security
  • Terms of Service

DiagnosticReport

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

  • DiagnosticReport is a base FHIR Resource ( JSON example)
  • Commonly available via:
    • US Core DiagnosticReport Profile for Laboratory Results Reporting
    • US Core DiagnosticReport Profile for Report and Note Exchange

DiagnosticReport is a clinical FHIR Resource that represents the results of a diagnostic test ordered by or performed by a provider. This resource is most commonly used to represent laboratory results, but can be used for a wider variety of diagnostic tests, such as radiology interpretations.

DiagnosticReport is commonly used with Observation to represent the results of a diagnostic test.

While some payers may make this information available, many do not have this data unless it is submitted to the payer by providers for quality measures or other provider/payer data exchange programs, as it is not included with or derived from core claims generation.

Search parameters

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

Parameters

patient
string

The ID of the patient that the diagnostic report was created for. We recommend using this search parameter along with the $PATIENT_ID wildcard

category
string

The category of the diagnostic report.

date
string

The date range over which the report is issued.

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/DiagnosticReport?patient=$PATIENT_ID" \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Sample response

This is a sample response from Anthem (CareEvolution) using Flexpa API in test mode

Status TwitterGitHub

© 2023 Flexpa. All rights reserved.

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