{
  "x402Version": 2,
  "id": 6522,
  "slug": "6522",
  "resource": "https://x402.getautomatedrcm.com/scrub",
  "description": "Healthcare text de-identification engine (demo endpoint — SYNTHETIC/TEST DATA ONLY, never send real PHI; nothing is stored). Strips names, DOBs, member/claim IDs, phones, emails, addresses, SSNs; dates become a derived interval timeline (service-to-denial days, days-ago) so denial and timely-filing math survives de-identification. Returns scrubbed text + token map for local re-identification. Production use requires the licensed in-environment engine: contact laureennicholson@getautomatedrcm.com",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0dd5f7C1eF90C577daf4742ef08694448f405b2F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "text": "Patient: Jane Sample, DOB 1/2/1980, member TEST123456, seen 6/1/2026, denied 6/20/2026 CO-50."
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "counts": {
              "DATE": 2,
              "DOB": 1,
              "ID": 1,
              "PERSON": 1
            },
            "scrubbed_text": "Patient: [PERSON_1], DOB [DOB_1], member: [ID_1], seen [DATE_1], denied [DATE_2] CO-50. --- DERIVED TIMELINE --- [DATE_2]: 19 days after [DATE_1]",
            "token_map": {
              "[PERSON_1]": "Jane Sample"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "text": {
                    "description": "Text to de-identify (2 KB max). SYNTHETIC/TEST DATA ONLY — do not send real PHI. Nothing is stored.",
                    "type": "string"
                  }
                },
                "required": [
                  "text"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.getautomatedrcm.com",
  "lastUpdated": "2026-09-17T03:25:25.977Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T03:25:25.784Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.getautomatedrcm.com",
    "manifest_name": "x402.getautomatedrcm.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}