Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all visible SVAP 2022 references with USCDI v2 #158

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/src/app/direct/directHeader.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</li>
<li><a ui-sref=".ccdar3">Cures Update R2.1</a>
</li>
<li><a ui-sref=".svap">SVAP 2022 R2.1</a>
<li><a ui-sref=".svap">USCDI v2 R2.1</a>
</li>
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions gui/src/app/direct/message-validator/svap/svap.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>
<div flow-prevent-drop flow-drag-enter="dropClass='drag-over'" flow-drag-leave="dropClass=''">
<h2><i class="fa fa-pie-chart"></i> C-CDA R2.1 Validator for 2015 Edition Cures Update and SVAP 2022</h2>
<h2><i class="fa fa-pie-chart"></i> C-CDA R2.1 Validator for 2015 Edition Cures Update and USCDI v2</h2>


<div class="row">
Expand Down Expand Up @@ -57,7 +57,7 @@ <h2><i class="fa fa-pie-chart"></i> C-CDA R2.1 Validator for 2015 Edition Cures
</div>
<br></br>
<div class="sandbox-overview">
<div class="div_left_margin row"><h4>To validate your C-CDA for 2015 Edition Cures Update and SVAP 2022.</h4></div>
<div class="div_left_margin row"><h4>To validate your C-CDA for 2015 Edition Cures Update and USCDI v2.</h4></div>

<div class="div_left_margin row" class="row">
<div class="col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ <h4 class="detailed_title">Detailed report {{selectedPart.contentType | contentT
</div>
</uib-tab>

<uib-tab heading="Validation Report SVAP 2022" class="clickable not-selectable">
<uib-tab heading="Validation Report USCDI v2" class="clickable not-selectable">
<div class="row">
<div class="col-xs-7">
<div class="tree well">
<h4>Validation report SVAP 2022 summary</h4>
<h4>Validation report USCDI v2 summary</h4>
<direct-report data="tree_data" select-node="changeDetail"></direct-report>
</div>
</div>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h4>Selected part</h4>

<div class="tree well tree-no-margin" ng-show="selectedPart">
<div>
<h4 class="detailed_title">Detailed report SVAP 2022 {{selectedPart.contentType | contentTypeFilter}}</h4>
<h4 class="detailed_title">Detailed report USCDI v2 {{selectedPart.contentType | contentTypeFilter}}</h4>
<table class="table table-striped table-bordered" style="margin-bottom:0px">
<thead class="clickable not-selectable">
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a ui-sref=".ccdar3">Cures Update R2.1</a>
</li>
<li ui-sref-active="active">
<a ui-sref=".svap">SVAP 2022 R2.1</a>
<a ui-sref=".svap">USCDI v2 R2.1</a>
</li>
<li ui-sref-active="active">
<a ui-sref=".xdm">XDM</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2><i class="fa fa-paper-plane-o"></i> Validator Home</h2>
</tr>

<tr>
<td>SVAP 2022</td>
<td>USCDI v2</td>
<td><a href="https://www.hl7.org/documentcenter/public/standards/dstu/CDAR2_IG_CCDA_COMPANION_R3_STU_2022MAY.zip">
HL7® CDA R2 Implementation Guide: C-CDA Templates for Clinical Notes R2.1 Companion Guide, Release 3-US Realm, May 2022
</a></td>
Expand Down
Loading