跳到主要内容

AI处理健康卡 Make

AI处理健康卡 是一个 PDF4me 用于人工智能模块 Make 从健康保险卡图像中提取结构化字段 PDF它返回会员姓名、会员ID、团体编号、计划类型、保险公司以及 ISO 8601 将承保日期作为可映射的输出,用于资格审核、注册和理赔工作流程,具体流程如下: HIPAA 处理规则。

本模块的功能

PDF4me人工智能处理健康卡 读取健康保险卡图像或 PDF 并以可单独映射的字段形式返回结构化的保险数据,包括会员 ID、团体编号、计划类型、保险提供商、会员姓名、出生日期、承保日期、处方 BIN、PCN、团体和自付额信息(按服务类型划分)。无需创建模板,也无需配置字段位置。人工智能可自动识别任何保险公司的卡片布局,使其适用于患者信息录入门户、保险验证工作流程和福利预授权等场景。 Make 这里会收到来自多家不同发卡机构的卡片。

相关博客文章
目前尚无关于此功能的博客文章——敬请期待。
在此期间,您可以浏览 PDF4me 博客,查看适用于各平台的教程和工作流程。
访问博客

验证您的身份 API 要求

每一个 PDF4me 模块 Make 需要有效 联系创建或选择一个可以容纳您的 PDF4me API 关键在于确保场景能够安全地调用 AI 健康卡服务。

您不容错过的重要事实

无需模板设置,AI 可处理任何卡片布局
与……不同 OCR 对于需要字段坐标或保险公司模板的解决方案,此模块使用经过训练的 AI 模型自动识别卡片布局。您提供卡片图像或 PDF 人工智能无需任何配置即可定位会员 ID、团体编号、处方字段和共同支付详情,开箱即用,支持数百种保险公司卡格式。
支持 PDFPNGJPG, 和 JPEG 输入
传递来自任何来源的二进制内容,例如患者门户网站文件上传、电子邮件附件等。 Dropbox 下载,或 Google Drive 直接将文件添加到文档字段。无需转换图像。 PDF 或者执行任何预处理步骤。将文件名映射为正确的扩展名(.pdf、.png、.jpg 或 .jpeg),以便模块能够正确检测文件格式。
每个输出字段都是一个单独的可映射标记。
该模块将所有提取的字段作为单独的标记返回到输出包中,包括 memberId、groupNumber、planType、insuranceProvider、memberName、dateOfBirthStr、effectiveDateStr、rxBin、rxPcn、rxGroup 和 copayInfo。 JSON 解析,无自定义函数。点击任意标记 Make的映射面板,可将其直接连接到 Airtable 字段、路由条件、电子邮件正文或 EHR API 称呼。
使 PDF4me AI 处理健康卡模块显示“连接”设置为“我的 PDF4me 连接”,“文件”设置为“映射”,其中“文件名”映射自“1. 文件名”,“文档”映射自“1. 数据”。

文件地图然后接线 文件名文档 从下载或接收健康卡文件的步骤开始。

AI-Process 健康卡使用哪些参数? Make

必需的: 联系文件名, 和 文档。 放 文件地图 首先,这会在模块面板中显示“文件名”和“文档”字段。

范围必需的它的作用示例映射
ConnectionRequiredPDF4me API connection that authenticates the AI health card request. Click Add to create one by pasting your PDF4me API key: reused automatically across all PDF4me modules in your scenarios.My PDF4me connection
FileNoHow the health card file is supplied to the module. Choose Map when passing binary content from a prior download step. Choose Dropbox, Download a File to pull directly from a Dropbox trigger without a separate download step.Map
File NameRequiredFilename of the health card including extension (.pdf, .png, .jpg, or .jpeg). Used by the AI to detect the input format. Map from the filename output of your source module: e.g. the File Name field of a Dropbox or Google Drive download step.1. File Name
DocumentRequiredBinary content of the health card file. Must be raw file bytes from a download or upload module: the Data field in Dropbox, Google Drive, or OneDrive. Do not pass a URL string or filename here; the module requires actual binary to run AI processing.1. Data

输出字段

场地类型它包含什么
memberIdStringUnique member identification number printed on the card. Map into patient records or use in a Router to look up existing members.
groupNumberStringGroup or policy number. Used in insurance verification API calls and claims submissions.
planTypeStringType of health plan: PPO, HMO, EPO, Medicare, Medicaid, etc. Use in a Router to branch scenario logic per plan type.
insuranceProviderStringName of the insurance company (e.g. Blue Cross Blue Shield, Aetna, UnitedHealth). Map into EHR or billing records.
memberNameStringFull name of the insured member as printed on the card.
dateOfBirthStrStringMember date of birth in ISO 8601 format. Use to cross-verify against registration data.
effectiveDateStrStringDate when coverage became or becomes effective. Use in a Filter to reject expired coverage before scheduling.
rxBinStringPrescription BIN number for drug coverage routing through pharmacy networks.
rxPcnStringPrescription PCN (Processor Control Number) for pharmacy claims.
rxGroupStringPrescription group identifier for pharmacy benefit management.
copayInfoArrayArray of copay entries: each with a service type (e.g. Primary Care, Specialist, Emergency) and copay amount. Map into a Slack notification or patient-facing email.

如何在AI流程健康卡中设置AI流程健康卡 Make

  1. 添加 PDF4meAI处理健康卡 致你 Make 设想。
  2. 选择 联系 (或点击) 添加 用你的 PDF4me API 钥匙)。
  3. 在下面 文件, 选择 地图 显示文件名和文档字段。
  4. 地图 文件名 在源步骤的文件名输出中:包含扩展名(.pdf.png.jpg, 或者 .jpeg)。
  5. 地图 文档 到同一步骤的二进制数据字段:通常命名为 数据DropboxGoogle Drive, 或者 OneDrive 模块。
  6. 节省 点击 运行一次展开输出包:每个提取的字段都是一个单独的可映射令牌,随时可以连接到 EHR APIs数据库或通知模块。

工作流程示例

工作流程示例Common Make scenario patterns using AI-Process Health Card.
患者门户上传 → AI提取 → 创建 EHR 记录
  1. 新患者通过以下方式上传其健康卡图像: Typeform 或者 JotForm 入口门户。
  2. AI处理健康卡 从上传的图片中提取 memberId、planType、insuranceProvider 和 copayInfo。
  3. 路由器按计划类型分支,PPO 患者路由到其中一个 EHR 工作流程,从 HMO 到另一个。
  4. 一个 HTTP 该模块会在系统中创建一个新的患者记录。 EHR 系统已预先填充所有提取的保险字段。
  5. Gmail 向患者发送确认信息,其中包含常见服务的自付费用金额。
电子邮件附件 → AI解析 → 福利核实 → 预约准备
  1. Gmail 当患者在预约前通过电子邮件以附件形式发送其健康卡图像时触发。
  2. AI处理健康卡 提取 memberId、groupNumber、effectiveDateStr 和 rxBin。
  3. 如果 effectiveDateStr 是过去的日期,过滤器会阻止这种情况,并自动发送电子邮件要求患者提供更新的保险信息。
  4. 一个 HTTP 模块调用保险公司的资格 API 使用 memberId 和 groupNumber 确认有效权益。
  5. A Slack 在患者到达之前,消息会将自付费用金额和计划类型发布到前台渠道。
年度复核批次 Dropbox 文件夹 → 重新提取 → 更新记录
  1. 计划场景会列出所有健康卡图像。 Dropbox “年度复核”文件夹。
  2. 迭代器遍历每个文件并将其传递给 AI处理健康卡
  3. 该模块重新提取每张卡的 insuranceProvider、planType、effectiveDateStr 和 groupNumber。
  4. 一个 Airtable 或者 Google Sheets 该模块使用更新后的保险数据更新患者记录。
  5. 第二个筛选器会标记出保险公司或团体编号自去年以来发生变更的记录,以便进行人工审核。

常见问题解答

What types of health cards can this module process?+
The module processes standard health insurance cards from US and international insurers including PPO, HMO, EPO, and Medicare/Medicaid plans. It reads both physical card scans and digital card images sent via patient portal upload, email attachment, or mobile photo. The AI is trained on diverse card layouts across hundreds of insurers, so it does not require a fixed template or field-coordinate configuration for each provider: you supply the card and the AI extracts the data.
Does the module support image files or only PDFs?+
Both formats are fully supported. You can pass .pdf, .png, .jpg, and .jpeg files directly to the Document input. For smartphone photos of physical cards, .jpeg or .png work without any conversion step. For scanned card documents delivered as multi-page PDFs, the module reads the card from the PDF pages. Set File Name with the correct extension so the AI detects the input format accurately: passing a .png with a .pdf extension may cause a format mismatch error.
What data fields does the AI extract from a health card?+
The module returns memberId, groupNumber, planType, insuranceProvider, memberName, dateOfBirthStr, effectiveDateStr, rxBin, rxPcn, rxGroup, and copayInfo (an array listing copay amounts for service types such as Primary Care, Specialist, and Emergency). Each field is an individual mappable token in Make: no JSON parsing or custom functions are needed. Fields that are absent from a card or not readable will return empty strings rather than causing an error.
How accurate is the AI extraction, and how do I handle low-confidence results?+
For clear, well-lit card photos or high-resolution scans at 200 DPI or above, accuracy on core fields like memberId and insuranceProvider typically exceeds 90%. Blurry photos, low-contrast cards, or non-standard layouts produce lower confidence. Add a Make Filter after the module to check the success field: route failed extractions or empty memberId results to a human review queue in Airtable or a Slack alert rather than passing them directly to billing or EHR systems.
How do I use the extracted data in the next Make module?+
After the module runs, expand its output bundle in the Make mapping panel. Each extracted field appears as an individual selectable token: click memberId to insert it into an EHR record field, planType to set a Router branch condition, effectiveDateStr to wire into a Filter that rejects expired coverage, or copayInfo to populate a patient-facing email template. The full output is also available as a single JSON object if you need to store the entire record in a database in one step.

相关模块

获取帮助