Foresee ESP

Accurate Medicare risk adjustment integrated seamlessly with your EHR.

Foresee ESP là gì?

Foresee ESP là một tiện ích mở rộng Chrome được phát triển bởi ForeSee Medical, Inc., và tính năng chính của nó là "Accurate Medicare risk adjustment integrated seamlessly with your EHR.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Foresee ESP

Tải xuống các tệp mở rộng Foresee ESP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ForeSee ESP software helps your organization perfect your RAF scores and improve HCC coding productivity 5 to 10 fold. Our disease detection algorithms and machine learned natural language processing rationalize your patient data across the healthcare system. It’s simple, using artificial intelligence (AI) we discover diseases from text notes and EHR data you already have. Then, we empower you with insightful HCC risk adjustment support, at the point of care, and integrated seamlessly with your EHR.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Foresee ESP Foresee ESP
ID dpldldnidchlckjfjalcbipblbajcjbd
URL Chính Thức https://chromewebstore.google.com/detail/foresee-esp/dpldldnidchlckjfjalcbipblbajcjbd
Mô tả Accurate Medicare risk adjustment integrated seamlessly with your EHR.
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 303
Phiên Bản Hiện Tại 3.1.22
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2021-09-08
Nhà Phát Triển ForeSee Medical, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.foreseemed.com/
URL Trang Chính Sách Bảo Mật https://www.foreseemed.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foresee ESP",
    "description": "Accurate Medicare risk adjustment integrated seamlessly with your EHR.",
    "version": "3.1.22",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/FS_Icon16.png",
        "48": "assets\/FS_Icon48.png",
        "128": "assets\/FS_Icon128.png"
    },
    "action": {
        "default_title": "Foresee ESP",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "css\/iframe.css"
            ],
            "matches": [
                "*:\/\/*.care360.com\/*",
                "*:\/\/*.quanumsolutions.com\/*",
                "*:\/\/*.practicefusion.com\/*",
                "*:\/\/*.allscripts.com\/*",
                "*:\/\/*.pmsiforlife.com\/*",
                "*:\/\/*.ecwcloud.com\/*",
                "*:\/\/*.eclinicalweb.com\/*",
                "*:\/\/*.advancedmd.com\/*",
                "*:\/\/*.athenahealth.com\/*",
                "*:\/\/*.emedpractice.com\/*",
                "*:\/\/*.datalinksoftware.com\/*",
                "*:\/\/*.elationemr.com\/*",
                "*:\/\/*.healthfusionclaims.com\/*",
                "*:\/\/esp.prod.foreseemed.io\/*",
                "*:\/\/esp.CHANGE-ENV-FOR-TESTING.foreseemed.io\/*"
            ],
            "exclude_matches": [
                "*:\/\/esp-lane-1.dev.foreseemed.io\/esp-lite\/*",
                "*:\/\/esp-lane-2.dev.foreseemed.io\/esp-lite\/*",
                "*:\/\/esp-lane-3.dev.foreseemed.io\/esp-lite\/*",
                "*:\/\/esp.dev.foreseemed.io\/esp-lite\/*",
                "*:\/\/esp.prelive.foreseemed.io\/esp-lite\/*",
                "*:\/\/esp.prod.foreseemed.io\/esp-lite\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.advancedmd.com\/*",
            "*:\/\/*.prod.foreseemed.io\/*",
            "https:\/\/localhost:3000\/*",
            "https:\/\/esp.CHANGE-ENV-FOR-TESTING.foreseemed.io\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "iframe.js",
                "host.js",
                "css\/ecw.css",
                "css\/eMedPractice.css",
                "css\/care360.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}