CAIPA POC 2.0

CAIPA POC EXT

Что такое CAIPA POC 2.0?

CAIPA POC 2.0 - это расширение Chrome, разработанное CAIPA MSO LLC, и его основная функция - "CAIPA POC EXT".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CAIPA POC 2.0

Скачайте файлы расширений 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"
}