Hello,
Starting from the August release I started seem the error below while validating B1 sample 1.
Result Description: The scenario requires Patient's Functional Status Observation data but the submitted C-CDA does not contain Functional Status Observation data.
We have not done any changes in our implementation but we started getting this error. Below, I'm putting my functional status Section, which includes the data needed for the functional status Observation. Could you please tell me what I'm I missing?
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.14" extension="2014-06-09" />
<templateId root="2.16.840.1.113883.10.20.22.2.14" />
<code code="47420-5" codeSystem="2.16.840.1.113883.6.1" />
<title>FUNCTIONAL STATUS</title>
<text>
<table border="1" width="100%">
<thead>
<tr>
<th>Functional condition</th>
<th>Effective date</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dependance on walking stick</td>
<td>05/01/2005</td>
</tr>
<tr>
<td>CUBS Disability Status: I'm Vulnerable - I sometimes or periodically have acute or chronic symptoms affecting housing, employment, social interactions, etc.</td>
<td>06/22/2015</td>
</tr>
<tr>
<td>
<paragraph>Question: Do you have serious difficulty walking or climbing stairs?</paragraph>
<paragraph>Answer: Yes</paragraph>
</td>
<td>06/22/2015</td>
</tr>
</tbody>
</table>
</text>
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.67" extension="2014-06-09" />
<templateId root="2.16.840.1.113883.10.20.22.4.67" />
<id root="22f66cbe-e7a3-45f7-9653-45a4dc74091b" />
<code code="54522-8" codeSystem="2.16.840.1.113883.6.1" />
<statusCode code="completed" />
<effectiveTime value="20050501" />
<value code="105504002" codeSystem="2.16.840.1.113883.6.96" xsi:type="CD" />
</observation>
</entry>
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.505" extension="2023-05-01" />
<templateId root="2.16.840.1.113883.10.20.22.4.505" />
<id root="c7d3ff72-80d5-4c64-b50d-9774af59c1c1" />
<code code="89571-4" codeSystem="2.16.840.1.113883.6.1" />
<statusCode code="completed" />
<effectiveTime value="20150622" />
<value code="LA29243-5" codeSystem="2.16.840.1.113883.6.1" displayName="I'm Vulnerable - I sometimes or periodically have acute or chronic symptoms affecting housing, employment, social interactions, etc." xsi:type="CD" />
<entryRelationship typeCode="COMP">
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.86" />
<id root="27f6ab22-37ea-4172-b95b-7d14adc6542e" />
<code code="69859-7" displayName="Do you have serious difficulty walking or climbing stairs?" codeSystem="2.16.840.1.113883.6.1" />
<statusCode code="completed" />
<value code="LA33-6" codeSystem="2.16.840.1.113883.6.1" displayName="Yes" xsi:type="CD" />
</observation>
</entryRelationship>
</observation>
</entry>
</section>
</component>
thank you in advance
Adrian