AmeriHealthCaritasLocation

JSON Schema mirroring the FHIR R4 Location resource as exposed by the AmeriHealth Caritas Provider Directory FHIR API. Represents a physical place where contracted services are delivered (a clinic site, hospital campus, behavioral-health office, pharmacy, or community-based service location).

HealthcareHealth InsuranceManaged CareMedicaidMedicareDual EligibleCHIPLTSSBehavioral HealthPharmacy BenefitsInteroperabilityFHIRCMSSMART on FHIRPatient AccessProvider Directory

Properties

Name Type Description
resourceType string
id string
meta object
identifier array
status string
operationalStatus object
name string
alias array
description string
mode string
type array
telecom array
address object
physicalType object
position object
managingOrganization object Reference(Organization)
partOf object Reference(Location)
hoursOfOperation array
availabilityExceptions string
endpoint array
View JSON Schema on GitHub

JSON Schema

amerihealth-caritas-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amerihealth-caritas/refs/heads/main/json-schema/amerihealth-caritas-location-schema.json",
  "title": "AmeriHealthCaritasLocation",
  "description": "JSON Schema mirroring the FHIR R4 Location resource as exposed by the AmeriHealth Caritas Provider Directory FHIR API. Represents a physical place where contracted services are delivered (a clinic site, hospital campus, behavioral-health office, pharmacy, or community-based service location).",
  "type": "object",
  "required": ["resourceType"],
  "properties": {
    "resourceType": { "type": "string", "const": "Location" },
    "id": { "type": "string" },
    "meta": { "type": "object" },
    "identifier": { "type": "array", "items": { "type": "object" } },
    "status": { "type": "string", "enum": ["active", "suspended", "inactive"] },
    "operationalStatus": { "type": "object" },
    "name": { "type": "string" },
    "alias": { "type": "array", "items": { "type": "string" } },
    "description": { "type": "string" },
    "mode": { "type": "string", "enum": ["instance", "kind"] },
    "type": { "type": "array", "items": { "type": "object" } },
    "telecom": { "type": "array", "items": { "type": "object" } },
    "address": {
      "type": "object",
      "properties": {
        "line": { "type": "array", "items": { "type": "string" } },
        "city": { "type": "string" },
        "state": { "type": "string" },
        "postalCode": { "type": "string" },
        "country": { "type": "string" }
      }
    },
    "physicalType": { "type": "object" },
    "position": {
      "type": "object",
      "properties": {
        "longitude": { "type": "number" },
        "latitude": { "type": "number" },
        "altitude": { "type": "number" }
      }
    },
    "managingOrganization": { "type": "object", "description": "Reference(Organization)" },
    "partOf": { "type": "object", "description": "Reference(Location)" },
    "hoursOfOperation": { "type": "array", "items": { "type": "object" } },
    "availabilityExceptions": { "type": "string" },
    "endpoint": { "type": "array", "items": { "type": "object" } }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amerihealth-caritas-location"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.