chadhini wrote on Wednesday, April 27, 2016:
How can I get the information on Plan of Care in CCD.
I can see the heading exist for the same in ccr_ccd.xsl
<xsl:if test="a:ContinuityOfCareRecord/a:Body/a:PlanOfCare">
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.1.10"/>
<code code="18776-5" codeSystem="2.16.840.1.113883.6.1"/>
<title>Plan Of Care</title>
<text>
<xsl:if test="a:ContinuityOfCareRecord/a:Body/a:PlanOfCare/a:Plan[a:Type/a:Text='Treatment Recommendation']">
<xsl:text>Plan Of Care Recommendations</xsl:text>
<br/>
<table>
<tbody>
<tr>
<th>Description</th>
<th>Recommendation</th>
<th>Goal</th>
<th>Status</th>
<th>Source</th>
</tr>
but their is no data fetching from any table for this in any of the cretaeCCR*.php file
Kindly clarify