Codify Smart Assistant
Search for medical codes & CCI edits in an all new way with Codify's Smart Assistant at the top of your browser.
Codify Smart Assistant란 무엇입니까?
Codify Smart Assistant은(는) Codify By AAPC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for medical codes & CCI edits in an all new way with Codify's Smart Assistant at the top of your browser."입니다.
확장 프로그램 스크린샷
Codify Smart Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add Codify's Smart Assistant extension to your browser for a new, convenient approach to finding medical codes and Correct Coding Initiative edits. With Smart Assistant ready-to-go at the top of your browser, you have fast access to the information you need, no matter what website you're viewing. That means no more changing screens to find a code while reviewing a provider's notes in your EMR or EHR. And when you need to check CCI edits while filling out a claim, you can get the correct answer with fewer clicks. Smart Assistant even makes reading your favorite coding blogs and professional resources better because you can check codes and edits without leaving the page. Here's how it works: Select a code on your page, right-click, and choose "Search with Codify" from the menu. Or enter codes or keywords into the Smart Assistant extension's search box. You'll see results from the code sets from your Codify online code search subscription, such as CPT® and HCPCS codes and modifiers and ICD-10-CM codes. In addition to official descriptors, you'll also see available lay terms and crosswalks. For the CCI Edits Checker, enter multiple codes and your date of service to learn your code combo's bundling rules. You can count on Smart Assistant to be fast and accurate, providing the same powerful Codify online tools AAPC is known for code search and always up-to-date CCI Edits Checker. But Smart Assistant gives you access to these resources in a fresh, exciting format perfect for busy coders, billers, providers, managers, consultants, and payers.
확장 프로그램 기본 정보
이름 | Codify Smart Assistant |
ID | beijilepdbigoomdfbcbgaldghjaeldf |
공식 URL | https://chromewebstore.google.com/detail/codify-smart-assistant/beijilepdbigoomdfbcbgaldghjaeldf |
설명 | Search for medical codes & CCI edits in an all new way with Codify's Smart Assistant at the top of your browser. |
파일 크기 | 413 KB |
설치 횟수 | 419 |
현재 버전 | 2023.31.0010 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2021-03-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Codify By AAPC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aapc.com/codes/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "2023.31.0010", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16_codify.png", "128": "images\/icon-128_codify.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16_codify.png" }, "default_title": "Codify" }, "background": { "scripts": [ "vendor\/jquery-2.2.3.min.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/jquery-2.2.3.min.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "storage", "contextMenus", " |