{
  "x402Version": 2,
  "id": 14916,
  "slug": "14916",
  "resource": "https://api.healthparse.io/v1/covered-entities-340b/search",
  "description": "Search HRSA 340B OPAIS covered entities + child sites by state, entity type (FQHC/DSH/CAH/RHC/…), or name — the 340B buyer/pharmacy roster. Answers: which 340B-eligible entities operate in my territory, and which have an NPI to join into the provider graph? Powers pharma-sales (340B pharmacies) targeting. Filter: state, entity_type, name, has_npi, parents_only.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "entity_type": "example",
            "name": "example",
            "state": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "records_notice": "Observational roster of HRSA 340B OPAIS covered entities and child sites. Presence means the entity is listed as 340B-eligible in the public OPAIS file; npi (when present) resolves it into the NPPES graph.",
            "rows": [
              {
                "city": "Hartford",
                "entity_type": "FQHC",
                "name": "Community Health Center Inc",
                "npi": "1234567890",
                "oei_number": "123456",
                "parent_oei": null,
                "state": "CT"
              }
            ],
            "total_matched": 1
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/covered-entities-340b/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "entity_type": {
                "description": "HRSA entity type code(s), comma-separated, e.g. 'FQHC,DSH,CAH'",
                "type": "string"
              },
              "has_npi": {
                "description": "only entities with a published NPI",
                "type": "boolean"
              },
              "limit": {
                "default": 25,
                "maximum": 100,
                "type": "integer"
              },
              "name": {
                "description": "case-insensitive substring of the entity name",
                "type": "string"
              },
              "offset": {
                "default": 0,
                "type": "integer"
              },
              "parents_only": {
                "description": "only parent covered entities (exclude child sites)",
                "type": "boolean"
              },
              "sort": {
                "description": "name|active_since|state, optionally :asc/:desc",
                "type": "string"
              },
              "state": {
                "description": "2-letter state code(s), comma-separated",
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-09-06T07:00:29.519Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T07:00:29.353Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}