CAIPA POC 2.0

CAIPA POC EXT

Cos'è CAIPA POC 2.0?

CAIPA POC 2.0 è un'estensione di Chrome sviluppata da CAIPA MSO LLC, e la sua funzione principale è "CAIPA POC EXT".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CAIPA POC 2.0

Scarica i file di estensione CAIPA POC 2.0 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CAIPA POC 2.0 CAIPA POC 2.0
ID dmmildkgnkpdfiabjoddfdoodneaklhm
URL Ufficiale https://chromewebstore.google.com/detail/caipa-poc-20/dmmildkgnkpdfiabjoddfdoodneaklhm
Descrizione CAIPA POC EXT
Dimensione del File 8.59 MB
Conteggio Installazioni 566
Versione Corrente 1.0.1
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2024-01-23
Sviluppatore CAIPA MSO LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf
Lingue Supportate 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"
}