Guardoc Health、Amazon Nova モデルで臨床文書処理
Guardoc Health はAmazon Nova モデルと Bedrock を活用し、臨床文書の処理を自動化することで、文書エラーの大幅削減や監査罰金の激減を実現したと発表した。
AI深層分析を開く2026年7月28日 22:03
AI深層分析
キーポイント
実証された業務効率化の数値
同社によると、単一施設で年間40万ドル以上のROIを得ており、文書エラーが46%、監査罰金が70%減少したと報告している。
複雑な文書形式への対応
手書き注釈やスタンプが混在するPDF、異なるフォーマットの表など、臨床現場で多様な形式の文書を処理できるパイプラインを構築した。
RAG による精度向上アプローチ
Amazon Textract で抽出した情報を基に、患者固有の記録から証拠を引き出す Retrieval Augmented Generation (RAG) アーキテクチャを採用している。
患者安全とコンプライアンスへの影響
診断エラーや情報処理の不備が引き起こす医療ミスや訴訟リスクを低減し、入院転送率の大幅な低下にも寄与したと分析している。
コスト最適化された階層型処理パイプライン
埋め込みと事前フィルタリングなど高頻度の処理には安価なコンポーネントを使用し、複雑な多モーダル推論が必要な最終段階のみで高性能モデルを投入する設計となっている。
重要な引用
Guardoc Health says it processes over one million clinical documents daily using Amazon Nova models through Bedrock.
Guardoc reports a 46 percent reduction in documentation errors, a 70 percent drop in audit fines, and more than $400,000 in annual ROI for a single facility.
The scale of the underlying problem... information-handling failures cited as a contributing factor.
"With the Nova family, we're making it easier for healthcare organisations to detect high-risk cases earlier and act before issues become costly," said Assaf Amiaz, Director of Product at Guardoc Health.
編集コメントを表示
編集コメント
医療分野における AI の導入は、単なる効率化だけでなく、診断エラーの防止やコンプライアンス遵守といった人命に関わる課題の解決に直結する。Guardoc Health の事例は、Amazon Nova モデルが実社会の高負荷環境でも安定して機能しうることを示す有力な証拠である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Guardoc Health は、Amazon Nova モデルを Bedrock を通じて活用し、1 日に 100 万件を超える臨床文書を処理しています。
AI を臨床文書作成に導入する鍵は、特定のリスク計算にあります。これを誤ると、患者駆動型支払いモデル(Patient-Driven Payment Model)に基づくメディケア請求の拒否、監査による罰金、訴訟リスクの高まり、最悪の場合は見落としが治療方針を大きく変えるといった事態につながります。
一方で、正しく実装できれば、修正作業の減少、病院間の転送件数の低下、コンプライアンスコストの削減という明確なメリットが得られます。長期療養施設向けに文書作成ソフトウェアを開発する Guardoc Health は、その成果を裏付ける導入実績を発表しています。
根本的な問題の規模
Guardoc Health の処理パイプラインは、臨床現場で生じるあらゆる形式の文書を扱わなければなりません。印刷されたテキストの上に医師の手書き注釈が重ねられた多ページ PDF、チェックボックスの状態だけで保険適用の有無が決まる事前承認書、あるチャートではきれいな表として表示される薬剤リストが別のチャートでは自由記述のテキストになっているケース、さらに同じページにタイピングされた項目とゴム印、手書きが混在する患者受診フォームなどです。
BMJ Quality and Safety に発表された研究によると、米国では年間約 1200 万人の外来患者が診断ミスに直面しており、情報処理の不備がその一因となっています。Guardoc が扱う膨大なデータ量において、病態検出における誤り率がわずか 1% でも、毎日数千件の不適切な記録が生じる計算になります。それぞれの記録には、患者の安全やコンプライアンスに関わる重大な結果が伴います。
Guardoc は、ドキュメンテーションエラーを 46% 削減し、監査による罰金を 70% 減らし、単一施設で年間 40 万ドル以上の ROI を達成したと報告しています。ただし、これらの計算の根拠となった基準期間や手法の詳細は公開されていません。
同社は、2 つの施設と 200 人の患者を対象とした四半期の実装において、システムが 847 件のドキュメンテーション修正を導き出し、PDPM(Patient-Driven Payment Model)に基づく償還精度に関連する 86 の課題を検出したと述べています。また、入院 100 件あたりの病院転送率が 74% 減少したことも確認されました。一方、7 つの施設と 1,618 人の入所者を対象とした別のケーススタディでは、Guardoc によって 10,612 の課題が特定されたとのことです。
精度だけでなくコストも重視した検索パイプライン
Guardoc のアーキテクチャは、条件分類に「検索拡張生成(Retrieval Augmented Generation)」を採用しています。これは、最終的な回答を導き出す前に、患者自身のドキュメンテーションから根拠となる情報を引き出し、それらを推論プロセスに組み込む仕組みです。
Guardoc Health は、Amazon Nova モデルを活用して臨床ドキュメンテーションの処理を行っています。まず Amazon Textract が各ページからテキストと構造化メタデータを抽出し、これはパイプライン上で 1 ページあたりのコストが最も低い段階として位置づけられています。抽出されたデータは臨床的な境界線に沿ってチャンク化され、薬物リストや診断セクションなどが任意の文字数で切断されることなく、まとまった単位として保持されます。
各チャンクは Amazon Titan Text Embeddings V2 を用いて埋め込まれ、Amazon DynamoDB に保存されます。ここで患者ごとにパーティションが分けられるため、検索時に他患者のデータに混入することはありません。さらに、カスタム事前フィルタがドキュメントの種類と鮮度に基づいて候補を絞り込み、k 近傍法(k-nearest neighbour)検索によって特定の分類クエリに関連するチャンクを取得します。この段階ではページ参照のみを返すことで、データ転送量を最小限に抑えています。
次に Amazon Nova 2 Lite がテキストベースの処理を行い、明らかに該当しないものを除外します。すべての事前フィルタを通過したページのみが Amazon Nova Pro に引き渡され、ここでは生 PDF バイトを受け取ってレイアウト、手書き文字、署名、スタンプなどを分析・推論し、下流システムが活用できる分類結果を生成します。
この設計はコストの階層化という考え方を一貫して採用しています。埋め込みや粗いフィルタリングなど高頻度の処理には安価なコンポーネントを割り当て、計算リソースを多く要するマルチモーダル推論は、実際に必要な最終段階に限定して実行します。
困難を極める臨床ドキュメンテーションのケース
Guardoc によると、従来のパイプラインで取りこぼされがちだった文書のうち、特に多いのが 2 つのタイプです。1 つ目は、事前承認フォームにある医師の署名欄です。ここには印刷されたチェックボックスを無効にする手書きメモが記される場合があります。2 つ目は患者が記入する症状報告欄で、ここに書かれた手書きの情報こそが、記録の他のどこにも載っていない重要な内容であることが多いのです。
薬剤情報の抽出も同様に課題となっています。薬名、用量、投与経路、頻度は、構造化された表の中にあったり、医師のメモ文書の奥深くに埋もれた文章として記されていたり、印刷リストへの手書き追加部分に含まれていたり、複数の経由でファックスされたスキャン画像に入っていたりと、様々です。Guardoc のハイブリッドパイプラインでは、まず Amazon Textract を実行してきれいな印刷表を抽出し、その後、元の PDF と Textract の出力結果の両方を Amazon Nova Pro に渡します。これにより、行折れした表のカラム、手書きによる追加部分、OCR 単独では正しく解析できない非標準フォーマットなどを解決しています。
Guardoc Health のプロダクトディレクターである Assaf Amiaz は、「Nova ファミリーを使うことで、医療機関が高リスクケースを早期に検知し、問題が深刻化する前に行動を起こすことが容易になります。以前は手動での監督が必要だったワークフローを自動化することで、Nova ファミリーはチームのコンプライアンス上の隙間を減らし、エラーを防ぎ、患者アウトカムの改善により多くの時間を割けるように支援します」と述べています。
関連記事:中国における AI が創薬期間を短縮する仕組み
原文を表示
Guardoc Health says it processes over one million clinical documents daily using Amazon Nova models through Bedrock.
Bringing AI into clinical documentation comes down to a specific kind of risk calculation. Get it wrong and the errors compound into denied Medicare claims under the Patient-Driven Payment Model, audit fines, litigation exposure, and in the worst cases, a missed condition that changes how a patient gets treated.
However, get it right and the payoff shows up in fewer corrections, fewer hospital transfers, and lower compliance costs. Guardoc Health, which builds documentation software for long-term care providers, has published deployment figures it says support that outcome.
The scale of the underlying problem
Guardoc Health’s pipeline has to handle documents that arrive in nearly every format a clinical setting can produce: multi-page PDFs with handwritten physician annotations layered over printed text, prior authorisation forms where a checkbox state alone determines a coverage decision, medication lists that show up as clean tables in one chart and free text in the next, and patient intake forms mixing typed fields with rubber stamps and handwriting on the same page.
Research published in BMJ Quality and Safety puts the number of US outpatients affected by diagnostic error at around 12 million a year, with information-handling failures cited as a contributing factor. At the volume Guardoc processes, a one percent error rate in condition detection alone would generate thousands of incorrect records daily. Each one carries its own patient safety or compliance consequence.
Guardoc reports a 46 percent reduction in documentation errors, a 70 percent drop in audit fines, and more than $400,000 in annual ROI for a single facility, without publishing the baseline period or methodology behind those calculations.
In a quarterly deployment spanning two facilities and 200 patients, the company says its system drove 847 documentation corrections, flagged 86 issues tied to PDPM reimbursement accuracy, and was associated with a 74 percent reduction in hospital transfers per 100 admissions. A separate case study covering seven facilities and 1,618 residents identified 10,612 issues, according to Guardoc.
A retrieval pipeline built around cost as much as accuracy
Guardoc’s architecture runs condition classification through retrieval augmented generation, pulling evidence from a patient’s own documentation before reasoning across it to produce a final answer.
Amazon Textract extracts text and structural metadata from each incoming page first, at what the company treats as the lowest per-page cost point in the pipeline. That output gets chunked along clinical boundaries, so a medication list or a diagnosis section stays intact rather than getting split by arbitrary character count.
Each chunk is embedded using Amazon Titan Text Embeddings V2 and stored in Amazon DynamoDB, partitioned by patient so retrieval never crosses patient boundaries. A custom pre-filter narrows the candidate set by document type and recency before a k-nearest neighbour search retrieves the chunks most relevant to a given classification query, returning page references only at this stage to keep data transfer light.
Amazon Nova 2 Lite then runs a text-based pass to remove obvious non-matches. Only the pages that survive every prior filter reach Amazon Nova Pro, which receives the raw PDF bytes and reasons over layout, handwriting, signatures, and stamps to produce the classification that downstream systems act on.
The design follows a cost-tiering logic throughout: cheap components handle high-volume work like embedding and coarse filtering, and the more computationally intensive multimodal reasoning gets reserved for the final stage where it’s actually required.
The hard clinical documentation cases
Two document types account for most of what earlier pipeline versions missed, according to Guardoc. The first is physician attestation fields on prior authorisation forms, where a handwritten note can override a printed checkbox. The second is patient-reported symptom sections, where handwriting often carries information that doesn’t appear anywhere else in the record.
Medication extraction presents a related problem. Drug names, dosages, routes, and frequencies show up in structured tables, in prose buried inside physician notes, in handwritten additions to printed lists, and in scans that have been faxed through multiple hands. Guardoc’s hybrid pipeline runs Amazon Textract first for clean printed tables, then passes both the original PDF and the Textract output to Amazon Nova Pro to resolve wrapped table columns, handwritten additions, and non-standard formats that OCR alone can’t parse correctly.
“With the Nova family, we’re making it easier for healthcare organisations to detect high-risk cases earlier and act before issues become costly,” said Assaf Amiaz, Director of Product at Guardoc Health. “By automating workflows that once required manual oversight, the Nova family helps teams reduce compliance gaps, prevent errors, and focus more of their time on improving patient outcomes.”
See also: How AI is shortening drug discovery timelines in China

Want to learn more about AI and big data from industry leaders? Check out AI & Big Data Expo taking place in Amsterdam, California, and London. The comprehensive event is part of TechEx and is co-located with other leading technology events including the Cyber Security & Cloud Expo. Click here for more information.
AI News is powered by TechForge Media. Explore other upcoming enterprise technology events and webinars here.
The post Guardoc Health processes clinical documentation using Amazon Nova models appeared first on AI News.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み