Skip to content

Commit

Permalink
Merge pull request #69 from PIH/LIB-190-Add-new-scores-to-the-MH-form
Browse files Browse the repository at this point in the history
Update the mh scores section
  • Loading branch information
tommyiversonj committed Mar 13, 2023
2 parents 8f70ebf + 4d9d283 commit ac67a5e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions configuration/pih/htmlforms/mentalHealth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@
<section id="mh_scores" sectionTag="fieldset" headerTag="legend" headerStyle="title"
headerCode="pihcore.mentalhealth.scores">
<div class="section-container">

<span class="list-inline">
<p>
<label>
<uimessage code="pihcore.ncd.mental.phq9Score"/> (0-27):
Expand All @@ -383,6 +385,41 @@
<obs id="phq9Score" conceptId="CIEL:165137"/>
</span>
</p>
</span>

<span class="list-inline">
<p>
<label>
<uimessage code="pihcore.ncd.mental.gad7Score"/> (0-21):
</label>
<span class="small">
<obs id="gad7Score" conceptId="CIEL:165185"/>
</span>
</p>
</span>

<span class="list-inline">
<p>
<label>
<uimessage code="WHODAS Score"/> (0-4):
</label>
<span class="small">
<obs id="WHODASScore" conceptId="CIEL:163226"/>
</span>
</p>
</span>

<span class="list-inline">
<p>
<label>
<uimessage code="CGI Score"/> (0-7):
</label>
<span class="small">
<obs id="cgiScore" conceptId="CIEL:163223"/>
</span>
</p>
</span>

</div>
</section>

Expand Down

0 comments on commit ac67a5e

Please sign in to comment.