Hi Team,
I am encountering an error while validating my C-CDA document, which states:
"The scenario requires Planned Procedure data but the submitted C-CDA does not contain Planned Procedure data."
I have included a procedure in my C-CDA under the <procedure> entry for the patient "Alice Newman." However, I am unsure why the validator is flagging it as missing "Planned Procedure" data. Below is the relevant section of my C-CDA code:
<component> <section> <templateId root="2.16.840.1.113883.10.20.22.2.10" extension="2014-06-09"/> <templateId root="2.16.840.1.113883.10.20.22.2.10" /> <code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="18776-5" displayName="Plan of Treatment" /> <title>Plan of Treatment</title> <text> i. Get an EKG done on 6/23/2015. ii. Get a Chest X-ray done on 6/23/2015 showing the Lower Respiratory Tract Structure. iii. Take Clindamycin 300mg three times a day as needed if pain does not subside. iv. Schedule follow on visit with Neighborhood Physicians Practice on 7/1/2015.Progress Note: Ms Alice Newman seems to be developing high fever and hence we recommend her to get admitted to a nearby hospital using the provided referral. <content ID="IDSDOHCOL1">Assistance with application for food pantry program (procedure)</content> <content>Jun 22, 2015</content> </text> <entry> <procedure classCode="PROC" moodCode="RQO"> <templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2014-06-09" /> <templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2022-06-01" /> <templateId root="2.16.840.1.113883.10.20.22.4.41" /> <id root="b52bee94-c34b-4e2c-8c15-5ad9d6def205" /> <code code="467771000124109" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Assistance with application for food pantry program (procedure)"> <originalText>Assistance with application for food pantry program (procedure)</originalText> </code> <statusCode code="active" /> <effectiveTime value="20150623" /> </procedure> </entry> </section> </component>
Selected Criteria :

I have used the same validation criteria as outlined in the scenario (170.315_e1VDT_Amb), but the error still occurs. Could you please provide clarification on the following:
Thank you for your assistance and I look forward to your guidance.