Skip to content

Commit

Permalink
add text to software dev detail per feedback (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Chen <[email protected]>
  • Loading branch information
achen2401 and Amy Chen authored Nov 22, 2024
1 parent cec45b0 commit 2137cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Disclaimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Disclaimer extends Component {
<div className={`cdc-disclaimer data-source ${conditionalClass}`} onClick={this.handleCloseToggle}>
<div className="title">COSRI development and open source software details</div>
<button className="close-button" title="toggle show/hide">[show/hide]</button>
<div className="content">COSRI incorporates the Clinical Pain Management Summary application, released as open-source software by CDS Connect project at the Agency for Healthcare Research and Quality (AHRQ). We have extended ARHQ's work to provide enhanced security, improved decision support, integration with state Prescription Drug Monitoring Program databases, standalone operation, and other features. For a description of our open source release, contact <a href="mailto:[email protected]">[email protected]</a>. Support for the development of COSRI was provided by the Washington State Department of Health and the Washington State Health Care Authority through the CMS Support Act.</div>
<div className="content">COSRI incorporates the Clinical Pain Management Summary application, released as open-source software by CDS Connect project at the Agency for Healthcare Research and Quality (AHRQ). We have extended ARHQ's work to provide enhanced security, improved decision support, integration with state Prescription Drug Monitoring Program databases, standalone operation, and other features. For a description of our open source release, contact <a href="mailto:[email protected]">[email protected]</a>. Support for the development of COSRI was provided by the Washington State Department of Health and the Washington State Health Care Authority through the CMS Support Act. Additional COSRI implementation and evaluation funding provided by the Centers for Disease Control and Prevention (CDC) and the Assistant Secretary for Technology Policy (ASTP) through contract # GS-35F-0034W/75P00122F80168, awarded to Security Risk Solutions, Inc.</div>
</div>
</div>
);
Expand Down

0 comments on commit 2137cd2

Please sign in to comment.