FYI, this mailing list is mainly an archive now. The new group is:
<
https://groups.google.com/forum/#!forum/edge-test-tool>
and is more closely monitored by the ONC folks.
On 10/17/2017 04:15 PM,
marcfranco...@gmail.com wrote:
> We are using the testing tool to test sample14, Alice Newman for ambulatory.
>
> We are gettign this validation error: Error - Consol Goals Section SHALL contain exactly one [1..1] code (CONF:1098-29586)/@code="61146-7" Goals (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:1098-29588)
> /ClinicalDocument/component/structuredBody/component[8]/section
> Line number: 955
>
> Yet, we have searched our entire document for @code="61146-7" and it ONLY appears once. This error condition is likely tripped by something else.
>
> **Has anyone had any experience with this - what else could it be?
>
> For convenience, I pasted below our Goals section. This is the ONLY goals <component> in the entire document.
>
> ---------------------------------------------------------------------------
> Sample:
>
> <component>
> <section>
> <templateId root="2.16.840.1.113883.10.20.22.2.60" />
> <code code="61146-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Goals Section" />
> <title>Goals Section</title>
> <text>
> <table border="1" width="100%">
> <thead>
> <tr>
> <th>Goal</th>
> <th>Date</th>
> </tr>
> </thead>
> <tbody>
> <tr>
> <td>Get rid of intermittent fever that is occurring every few weeks. </td>
> <td>20150622</td>
> </tr>
> <tr>
> <td>Need to gain more energy to do regular activities</td>
> <td>20150622</td>
> </tr>
> </tbody>
> </table>
> </text>
> <entry typeCode="DRIV">
> <observation classCode="OBS" moodCode="GOL">
> <templateId root="2.16.840.1.113883.10.20.22.4.121" />
> <id root="9D4BC56E-F00F-4369-8AF1-1CD7FC0DFCEE" />
> <code code="58144-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Resident's overall goal established during assessment process" />
> <statusCode code="active" />
> <effectiveTime value="20150622" />
> <value xsi:type="ST">Get rid of intermittent fever that is occurring every few weeks. </value>
> </observation>
> </entry>
> <entry typeCode="DRIV">
> <observation classCode="OBS" moodCode="GOL">
> <templateId root="2.16.840.1.113883.10.20.22.4.121" />
> <id root="7FA8310F-D1F8-4D38-8004-55095A5C152F" />
> <code code="58144-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Resident's overall goal established during assessment process" />
> <statusCode code="active" />
> <effectiveTime value="20150622" />
> <value xsi:type="ST">Need to gain more energy to do regular activities</value>
> </observation>
> </entry>
> </section>
> </component>
>