CAIPA POC 2.0

CAIPA POC EXT

什么是CAIPA POC 2.0?

CAIPA POC 2.0是由CAIPA MSO LLC开发的Chrome扩展程序,该扩展的主要功能是“CAIPA POC EXT”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CAIPA POC 2.0扩展crx文件

下载CAIPA POC 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CAIPA POC 2.0 CAIPA POC 2.0
ID dmmildkgnkpdfiabjoddfdoodneaklhm
官方URL https://chromewebstore.google.com/detail/caipa-poc-20/dmmildkgnkpdfiabjoddfdoodneaklhm
简介 CAIPA POC EXT
文件大小 8.59 MB
安装次数 566
当前版本 1.0.1
更新时间 2024-01-30
上架时间 2024-01-23
开发者 CAIPA MSO LLC
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf
支持的语言 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"
}