CAIPA POC 2.0

CAIPA POC EXT

CAIPA POC 2.0 là gì?

CAIPA POC 2.0 là một tiện ích mở rộng Chrome được phát triển bởi CAIPA MSO LLC, và tính năng chính của nó là "CAIPA POC EXT".

Ả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 CAIPA POC 2.0

Tải xuống các tệp mở rộng CAIPA POC 2.0 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

                        The CAIPA POC EXT serves as CAIPA's point-of-care platform, aimed at assisting clinics in identifying patients with care gaps. By installing this platform, you agree to adhere to the Privacy Policy and Disclaimer accessible at [Privacy Policy and Disclaimer](https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf).
 
CAIPA POC Overview
 
CAIPA consistently seeks innovative ways to support our providers in care management. In response to valuable feedback, we've leveraged modern technology to develop a streamlined practice-based tool. This tool ensures the delivery of crucial content to clinicians at the point it's most needed, fostering better decisions, outcomes, and care.
 
With CAIPA POC, our providers no longer need to compile patient lists from multiple payor portals or navigate various applications to address care gaps. This interactive application seamlessly integrates with the provider’s current EHR system. Whenever there are open care gaps for a patient, the application generates a clinical decision alert to prompt providers. Additionally, coding and compliance tips are provided under each measure to assist in properly closing these care gaps.
 
Benefits of POC
 
The utilization of POC facilitates several advantages for our providers and their patients:
 
- Improved care quality and enhanced health outcomes
- Enhanced efficiency through timely patient preventive screenings and care management
- Cost-benefits
- Enhanced accuracy in risk scoring
- Increased provider and patient satisfaction
 
User Access
 
We acknowledge that providers have supporting clinical staff assisting in collecting patient information during routine workflows. These clinical office personnel can access the CAIPA POC application to input patient information collected during these workflows. Each clinic is granted an administrator account, enabling access to the CAIPA POC Dashboard. Administrators can add additional clinic staff to both the POC application and dashboard. For security purposes, all user transactions are recorded and trackable within the application.
 
Data
 
The data within the POC application is aggregated from various CAIPA payors and is updated either monthly or upon receipt of an updated dataset from the payors. Additionally, data input into the POC application is regularly sent back to the payors.                    

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

Tên CAIPA POC 2.0 CAIPA POC 2.0
ID dmmildkgnkpdfiabjoddfdoodneaklhm
URL Chính Thức https://chromewebstore.google.com/detail/caipa-poc-20/dmmildkgnkpdfiabjoddfdoodneaklhm
Mô tả CAIPA POC EXT
Kích Thước Tệp 8.59 MB
Số Lần Cài Đặt 566
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2024-01-23
Nhà Phát Triển CAIPA MSO LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CAIPA POC 2.0",
    "version": "1.0.1",
    "description": "CAIPA POC EXT",
    "icons": {
        "16": "images\/POC-icon.png",
        "48": "images\/POC-icon.png",
        "128": "images\/POC-icon.png"
    },
    "options_page": "",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/POC-icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'unsafe-inline'; object-src 'unsafe-inline' ",
        "web_accessible_resources": ""
    },
    "sandbox": {
        "pages": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.practicefusion.com\/*",
                "https:\/\/*.mdland.com\/*",
                "https:\/\/poc.caipa.com\/*",
                "https:\/\/poc2024.caipa.net\/*",
                "https:\/\/poc.yideguan.com\/*",
                "https:\/\/*.elationemr.com\/*",
                "https:\/\/*.ecwcloud.com\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "res_common\/oui\/system\/util.js",
                "res_common\/oui\/system\/component-adapter.js",
                "res_common\/oui\/system\/oui-jsclazz.js",
                "res_common\/oui\/system\/oui-define.js",
                "res_common\/oui\/system\/oui-tags.js",
                "res_common\/oui\/system\/parser.js",
                "res_common\/oui\/system\/oui-datautils.js",
                "res_common\/oui\/system\/oui-common.js",
                "res_common\/oui\/system\/oui-checkform.js",
                "res_common\/oui\/ui\/tpl-type.js",
                "res_common\/oui\/ui\/base-control.js",
                "res_common\/oui\/ui\/form-control.js",
                "res_common\/oui\/ui\/ui_common\/controls\/oui-view\/oui-view.js",
                "res_common\/oui\/system\/oui-biz-ext.js",
                "js\/rightPanelClick.js",
                "js\/tool.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.practicefusion.com\/*",
                "https:\/\/*.mdland.com\/*",
                "https:\/\/*.caipa.net\/*",
                "https:\/\/*.yideguan.com\/*",
                "https:\/\/*.elationemr.com\/*",
                "https:\/\/*.ecwcloud.com\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.practicefusion.com\/",
        "https:\/\/*.caipa.net\/",
        "https:\/\/*.mdland.com\/",
        "https:\/\/*.yideguan.com\/",
        "https:\/\/*.elationemr.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.practicefusion.com\/",
                "https:\/\/*.caipa.net\/",
                "https:\/\/*.mdland.com\/",
                "https:\/\/*.yideguan.com\/",
                "https:\/\/*.elationemr.com\/",
                "index.html",
                "login-page.html",
                "login-success.html",
                "patient-search.html",
                "patient-page.html",
                "patient-detail.html",
                "welcome.html",
                "about-iframe.html",
                "js\/login-page.js",
                "about.html",
                "js\/*",
                "css\/*",
                "res_engine\/*",
                "poc\/Measure\/*",
                "webrobot-components\/*",
                "tpl\/*",
                "res_common\/*",
                "images\/*",
                "img\/*",
                "*.woff",
                "*.ttf",
                "*.woff2",
                "*.png",
                "*.gif"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "homepage_url": "https:\/\/poc.caipa.com",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en"
}