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

Location

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

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

Location is a supporting FHIR resource containing the details and position information for a physical place where services are provided and resources and resources may be stored, found, contained, or accommodated.

In contrast to many of the other resources available through Flexpa that are patient-specific, it serves as a foundational resource that supports the clinical and financial resources in the API. For instance, an AllergyIntolerance may have been documented at a particular Location or an ExplanationOfBenefit may have been issued for a particular Location. As a result, Location is most often used as part of an include parameter in a search request to retrieve the related resources or is accessed via a read with a specific FHIR resource ID obtained from a financial or clinical resource. Many payers will not support open searches for this resource.

As a core supporting resource, almost all payers make this available, but many only support a read operation and do not fully support search.

Sample request

This is a sample request using curl

ACCESS_TOKEN=flexpa-link-access-token

curl "https://api.flexpa.com/fhir/Location" \
  -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
  • Sample request
  • Sample response