AmeriHealth Caritas · Example Payload

Amerihealth Caritas Coverage Search Example

HealthcareHealth InsuranceManaged CareMedicaidMedicareDual EligibleCHIPLTSSBehavioral HealthPharmacy BenefitsInteroperabilityFHIRCMSSMART On FHIRPatient AccessProvider Directory

Amerihealth Caritas Coverage Search Example is an example object payload from AmeriHealth Caritas, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resourceTypetypetotallinkentry

Example Payload

Raw ↑
{
  "resourceType": "Bundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://api-ext.amerihealthcaritas.com/0500/patient-api/Coverage?patient=ahc-member-example"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://api-ext.amerihealthcaritas.com/0500/patient-api/Coverage/cov-1",
      "resource": {
        "resourceType": "Coverage",
        "id": "cov-1",
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "MCD",
              "display": "Medicaid"
            }
          ]
        },
        "subscriberId": "AHC-DC-987654321",
        "beneficiary": { "reference": "Patient/ahc-member-example" },
        "relationship": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
              "code": "self"
            }
          ]
        },
        "period": { "start": "2026-01-01" },
        "payor": [{ "reference": "Organization/amerihealth-caritas-dc" }],
        "class": [
          { "type": { "text": "plan" }, "value": "AHC-DC-MEDICAID", "name": "AmeriHealth Caritas DC Medicaid" },
          { "type": { "text": "group" }, "value": "DCDHCF" }
        ],
        "network": "AHC-DC-NETWORK"
      }
    }
  ]
}