Ana içeriğe geç

Yapay Zeka Destekli Sağlık Kartı Ayrıştırıcısı Power Automate

Yapay Zeka Sağlık Kartı Ayrıştırıcısı bir Power Automate eylem tarafından PDF4me Yapay zekâ kullanarak sağlık sigorta kartını okuyan ve üye kimliği, grup numarası, plan türü, kapsama tarihleri ve reçete avantajı verilerini yapılandırılmış şekilde döndüren bir uygulama. JSONBu özelliği kullanarak hasta kaydı, sigorta doğrulaması veya eczane avantaj kontrollerini manuel veri girişi olmadan otomatik hale getirebilirsiniz.

Bu eylemin yaptığı şey

PDF4me Yapay Zeka Sağlık Kartı Ayrıştırıcısı sağlık sigorta kartını okuyor (PDF, PNG, JPG, veya JPEG) ve geri dönüşler üye kimliği, grupNumarası, planType, sigorta sağlayıcısı, üye adıKapsama tarihleri ve reçete avantajı alanları bir sağlık verileri nesne, alan başına ile birlikte kendinden emin Puanlar. İsteğe bağlı olarak ayarlanabilir. Gövde/özelAlanTuşları Standart veri setinin ötesinde ek alanlar çekmek.

İlgili Blog Yazıları(1)

Kimliğimi nasıl doğrularım? Power Automate Akış?

Her PDF4me eylemde Power Automate Geçerli bir bağlantı gerektirir. Bağlantı bilgilerinizi içeren bir bağlantı oluşturun veya seçin. PDF4me API Bu sayede akış, yapay zeka sağlık kartı işlem taleplerini güvenli bir şekilde doğrulayabilir.

Kaçırmamanız Gereken Önemli Bilgiler

Her zaman yalnızca iki alan gereklidir.
Sağlık Kartı Dosya İçeriği (belge baytları) ve Sağlık Kartı Adı (uzantısıyla birlikte dosya adı). Body/customFieldKeys, Gelişmiş parametreler altında yer alır ve isteğe bağlıdır.
Sağlık verileri altında yuvalanan çıktılar
Üye, plan ve reçete alanlarının tümü processedData.healthData içinde yer alır. Alanları daha sonraki akış eylemlerine eşlerken iç içe geçmiş yolu referans alın.
Çıktıya güvenmeden önce güvenilirlik puanlarını kontrol edin.
Güvenirlik nesnesi, temel alanları 0 ile 1 arasında puanlandırır. Düşük güvenilirlik düzeyine sahip veri çıkarma işlemlerini, sigorta doğrulama veya faturalama süreçlerinde manuel incelemeye yönlendirin.
Dosya İçeriği ve Gövde/Belge/Ad alanlarıyla yapılandırılmış Power Automate AI - Sağlık Kartı Ayrıştırıcı eylemi

Dosya İçeriği ve Gövde/Belge/Ad alanlarını eşleştirin, ardından Gövde/customFieldKeys için Gelişmiş parametreleri genişletin.

Parametreler

Gerekli: Sağlık Kartı Dosya İçeriği ve Sağlık Kartı Adı her zaman belirtilmelidir. Body/customFieldKeys isteğe bağlı bir Gelişmiş parametredir.

ParametreGerekliNe işe yarar?Örnek
Health Card File ContentRequiredBinary content of the health card, mapped from a previous action (Get file content, SharePoint, OneDrive, email attachment). Supports .pdf, .png, .jpg, .jpeg.body('Get_file_content')
Health Card NameRequiredFilename of the health card including its extension. Used for format detection and processing.health_card_2024.jpeg
Body/customFieldKeysOptionalAdvanced parameter. Array of additional field names to extract beyond the standard health card data set.["customField1", "customField2"]

Çıkış Alanları

AlanTipİçeriğinde neler var?
successBooleantrue if the health card was processed successfully, false if extraction failed.
messageStringDescriptive message describing the result of the processing run.
processedData.healthData.memberIdStringThe unique member identification number extracted from the health card.
processedData.healthData.groupNumberStringThe group or policy number associated with the health insurance plan.
processedData.healthData.planTypeStringThe type of health insurance plan, for example PPO, HMO, or EPO.
processedData.healthData.insuranceProviderStringThe name of the insurance company or provider on the card.
processedData.healthData.memberNameStringThe full name of the insured member.
processedData.healthData.dateOfBirthStrStringThe member date of birth, formatted as YYYY-MM-DD.
processedData.healthData.effectiveDateStrStringThe date the health insurance coverage becomes effective, formatted as YYYY-MM-DD.
processedData.healthData.rxBinStringThe Bank Identification Number for prescription drug coverage.
processedData.healthData.rxPcnStringThe Processor Control Number for prescription drug coverage.
processedData.healthData.rxGroupStringThe group identifier for prescription drug coverage.
processedData.healthData.copayInfoArrayList of copay details by service, for example Primary Care or Specialist.
processedData.healthData.confidenceObjectPer-field confidence scores on a 0-1 scale for key extracted values.
processedData.statusStringOverall status of the health card processing operation.
processedData.errorsArrayAny errors encountered while processing the health card. Empty when none.
processedData.jobIdStringUnique identifier for the AI processing job, used for tracking and debugging.
processingTimestampStringISO 8601 timestamp indicating when processing completed.
{
"success": true,
"message": "Health card processed successfully using AI",
"processedData": {
"healthData": {
"memberId": "M123456789",
"groupNumber": "GRP001234",
"planType": "PPO",
"insuranceProvider": "Blue Cross Blue Shield",
"memberName": "John Michael Smith",
"dateOfBirthStr": "1985-03-15",
"effectiveDateStr": "2024-01-01",
"rxBin": "123456",
"rxPcn": "ABC123",
"rxGroup": "RXGRP001",
"copayInfo": [
{ "service": "Primary Care", "copay": "$25" },
{ "service": "Specialist", "copay": "$50" },
{ "service": "Emergency Room", "copay": "$200" }
],
"confidence": {
"memberId": 0.95,
"memberName": 0.98,
"insuranceProvider": 0.92
}
},
"status": "Success",
"errors": [],
"jobId": "11111111-2222-3333-4444-555555555555"
},
"processingTimestamp": "2024-01-15T10:30:45.123Z"
}

AI-Health Card Parser'ı Nasıl Kurarım? Power Automate?

  1. Eklemek PDF4meYapay Zeka Sağlık Kartı Ayrıştırıcısı senin Power Automate akış.
  2. Harita Sağlık Kartı Dosya İçeriği önceki bir eylemden (SharePoint, OneDrive(Dropbox veya e-posta eki).
  3. Ayarlamak Sağlık Kartı Adı Dosyanın uzantısıyla birlikte (.pdf, .png, .jpg veya .jpeg).
  4. İsteğe bağlı olarak genişletin Gelişmiş parametreler ve ayarla Gövde/özelAlanTuşları Standart setin dışındaki tüm alanlar için.
  5. Akışı çalıştırın. Ayrıştırılmış sonuç şu şekilde döndürülür: sağlık verileri nesnenin içine yerleştirilmiş işlenmiş verilerÜye, plan, kapsam ve reçete alanları da dahil olmak üzere kendinden emin puanlar.

Tipik Kurulumlar

İş Akışı ÖrnekleriCommon Power Automate flow patterns using AI-Health Card Parser.
Hasta kayıt işlemleri
  1. Bir hasta sağlık kartı görüntüsünü portal veya e-posta yoluyla yüklediğinde bir işlem tetiklenir.
  2. Yapay Zeka Destekli Sağlık Kartı Ayrıştırıcısı, memberId, memberName, dateOfBirthStr ve insuranceProvider bilgilerini çıkarır.
  3. Çıkarılan alanlar bir yere yazılır. SharePoint liste veya hasta yönetim sistemi.
  4. Bir koşul, güvenilirlik nesnesini kontrol eder ve düşük güvenilirlik düzeyine sahip satırları manuel incelemeye yönlendirir.
Sigorta doğrulaması
  1. Bir sağlık kartı e-posta yoluyla alındığında bir işlem tetiklenir. SharePoint yüklemek.
  2. AI-Health Card Parser, groupNumber, planType ve effectiveDateStr bilgilerini çıkarır.
  3. Bir doğrulama kaydı oluşturulur ve hastanın sigorta profiline bağlanır.
Eczane fayda sorgulaması
  1. Hasta, sağlık kartını eczane kayıt sürecine yüklüyor.
  2. AI-Health Card Parser, rxBin, rxPcn ve rxGroup'u çıkarır.
  3. Reçete tanımlayıcıları, eczane fayda doğrulama adımını besler ve copayInfo, hastanın katılım payı tahminini belirler.

Pratik İpuçları

Reference the nested healthData path
Extracted fields live under processedData.healthData, not at the top level of the response. Map the full path in downstream actions.
Always branch on success and confidence
Check success before writing extracted data downstream, and inspect the confidence object for any fields scored below your review threshold.
Custom fields extend, they do not replace
Body/customFieldKeys adds extra entries alongside the standard healthData fields, it does not narrow or filter the standard set.
copayInfo is an array, not a flat field
Loop over copayInfo with Apply to each when writing copay amounts to a table, since a card can list several services.
Match the file extension to the real format
Health Card Name must carry the true extension (.pdf, .png, .jpg, .jpeg) of the mapped File Content, a mismatched extension can affect processing.

Kopya Kağıdı

AlanDeğer
ActionAI-Health Card Parser
Required fieldsHealth Card File Content, Health Card Name
Optional advanced fieldBody/customFieldKeys
Supported file types.pdf, .png, .jpg, .jpeg
Output rootprocessedData.healthData
Key output fieldsmemberId, groupNumber, planType, insuranceProvider, memberName, dateOfBirthStr, effectiveDateStr, rxBin, rxPcn, rxGroup, copayInfo, confidence

Sıkça Sorulan Sorular

What data can the AI-Health Card Parser extract from a health insurance card?+
Member ID, group number, plan type, insurance provider, member name, date of birth, effective date, Rx BIN, Rx PCN, Rx group, and a copayInfo array listing copay amounts by service type.
Does the action tell me how confident it is in the extracted fields?+
Yes. The confidence object returns a 0-1 score for key fields such as memberId, memberName, and insuranceProvider, so flows can route low-confidence extractions to manual review before the data reaches a patient or billing system.
Can I extract fields beyond the standard health card data set?+
Yes. Set Body/customFieldKeys to an array of additional field names. Each key you list is extracted alongside the standard healthData fields, in addition to the built-in set.
What file formats does the AI-Health Card Parser accept?+
PDF, PNG, JPG, and JPEG. Health Card Name must include the matching file extension for correct format detection and processing.
How do I use the extracted Rx BIN and PCN in a pharmacy workflow?+
The rxBin, rxPcn, and rxGroup output fields map directly to the identifiers pharmacy systems use for prescription benefit verification and claims submission. See <a href="https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/prebuilt/health-insurance-card?view=doc-intel-4.0.0" target="_blank" rel="noopener noreferrer">Microsoft's health insurance card data extraction reference</a> for the kind of structured fields these cards typically expose.

Sektör Kullanım Örnekleri ve Uygulamaları

  • Hasta KaydıSağlık kartı verilerinden hasta kaydını otomatikleştirme
  • Sigorta DoğrulamaHastanın sigorta kapsamını otomatik olarak doğrulayın.
  • Faydaların DoğrulanmasıHastanın haklarını ve sigorta kapsamına uygunluğunu kontrol edin.
  • Randevu PlanlamaSigorta bilgilerini randevu kayıtlarıyla ilişkilendirin.

İlgili Eylemler

Diğer Platformlarda Aynı Görev

Yardım Alın