he scenario requires the submitted document type to be a Care Plan Document, but the submitted C‑CDA does not contain the relevant template Ids.

80 views
Skip to first unread message

Rajkumar P

unread,
Feb 16, 2026, 1:31:40 AM (4 days ago) Feb 16
to Edge Test Tool (ETT)
Result DescriptionThe scenario requires the submitted document type to be a Care Plan Document, but the submitted C-CDA does not contain the relevant template Ids.
<?xml version="1.0" encoding="UTF-8"?>
<ClinicalDocument xmlns="urn:hl7-org:v3"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <!-- ================= HEADER ================= -->

  <realmCode code="US"/>

  <typeId root="2.16.840.1.113883.1.3"
          extension="POCD_HD000040"/>

  <!-- REQUIRED US Realm Header -->
  <templateId root="2.16.840.1.113883.10.20.22.1.1"/>

  <!-- REQUIRED: Care Plan V2 ONLY -->
  <templateId root="2.16.840.1.113883.10.20.22.1.15"
              extension="2015-08-01"/>

  <id root="2.16.840.1.113883.19.5"
      extension="CP-SCENARIO"/>

  <code code="18776-5"
        codeSystem="2.16.840.1.113883.6.1"
        displayName="Care Plan"/>

  <title>Care Plan Document</title>

  <effectiveTime value="20260101"/>

  <confidentialityCode code="N"
        codeSystem="2.16.840.1.113883.5.25"/>

  <languageCode code="en-US"/>

  <!-- ================= PATIENT ================= -->

  <recordTarget>
    <patientRole>
      <id root="2.16.840.1.113883.19.5" extension="PAT-001"/>

      <addr>
        <streetAddressLine>101 Main Street</streetAddressLine>
        <city>Boston</city>
        <state>MA</state>
        <postalCode>02101</postalCode>
        <country>US</country>
      </addr>

      <telecom value="tel:+1-6175551234"/>

      <patient>
        <name>
          <given>Sandra</given>
          <given>Jones</given>
          <family>Glazer</family>
        </name>

        <administrativeGenderCode code="F"
          codeSystem="2.16.840.1.113883.5.1"/>

        <birthTime value="19700501"/>

        <raceCode code="2106-3"
          codeSystem="2.16.840.1.113883.6.238"
          displayName="White"/>

        <ethnicGroupCode code="2186-5"
          codeSystem="2.16.840.1.113883.6.238"
          displayName="Not Hispanic or Latino"/>

        <languageCommunication>
          <languageCode code="en-US"/>
          <preferenceInd value="true"/>
        </languageCommunication>
      </patient>

    </patientRole>
  </recordTarget>

  <!-- ================= AUTHOR ================= -->

  <author>
    <time value="20260101"/>
    <assignedAuthor>
      <id root="2.16.840.1.113883.4.6" extension="1234567890"/>

      <addr>
        <streetAddressLine>200 Clinic Road</streetAddressLine>
        <city>Boston</city>
        <state>MA</state>
        <postalCode>02102</postalCode>
      </addr>

      <telecom value="tel:+1-6175559999"/>

      <assignedPerson>
        <name>
          <given>John</given>
          <family>Smith</family>
        </name>
      </assignedPerson>

    </assignedAuthor>
  </author>

  <!-- ================= CUSTODIAN ================= -->

  <custodian>
    <assignedCustodian>
      <representedCustodianOrganization>
        <id root="2.16.840.1.113883.19.5"/>
        <name>General Hospital</name>

        <telecom value="tel:+1-6175558888"/>

        <addr>
          <streetAddressLine>300 Hospital Ave</streetAddressLine>
          <city>Boston</city>
          <state>MA</state>
          <postalCode>02103</postalCode>
        </addr>

      </representedCustodianOrganization>
    </assignedCustodian>
  </custodian>

  <!-- ================= DOCUMENTATION OF ================= -->

  <documentationOf>
    <serviceEvent classCode="PCPR">
      <effectiveTime>
        <low value="20260101"/>
      </effectiveTime>

      <performer typeCode="PRF">
        <assignedEntity>
          <id root="2.16.840.1.113883.4.6" extension="1234567890"/>
          <assignedPerson>
            <name>
              <given>John</given>
              <family>Smith</family>
            </name>
          </assignedPerson>
        </assignedEntity>
      </performer>

    </serviceEvent>
  </documentationOf>

  <!-- ================= BODY ================= -->

  <component>
    <structuredBody>

      <!-- Health Concerns Section -->
      <component>
        <section>
          <templateId root="2.16.840.1.113883.10.20.22.2.58"/>
          <templateId root="2.16.840.1.113883.10.20.22.2.58"
                      extension="2015-08-01"/>

          <code code="75310-3"
                codeSystem="2.16.840.1.113883.6.1"
                displayName="Health Concerns"/>
          <title>Health Concerns</title>
          <text>Hypertension</text>

          <entry>
            <act classCode="ACT" moodCode="EVN">
              <templateId root="2.16.840.1.113883.10.20.22.4.132"/>
              <templateId root="2.16.840.1.113883.10.20.22.4.132"
                          extension="2015-08-01"/>
              <id root="2.16.840.1.113883.19.5" extension="HC-1"/>
              <code code="75310-3"
                    codeSystem="2.16.840.1.113883.6.1"
                    displayName="Health Concern"/>
              <statusCode code="active"/>
            </act>
          </entry>

        </section>
      </component>

      <!-- Goals Section -->
      <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"
                displayName="Goals"/>
          <title>Goals</title>
          <text>Maintain blood pressure under 130/80</text>

          <entry>
            <observation classCode="OBS" moodCode="GOL">
              <templateId root="2.16.840.1.113883.10.20.22.4.121"/>
              <id root="2.16.840.1.113883.19.5" extension="GOAL-1"/>
              <code code="61146-7"
                    codeSystem="2.16.840.1.113883.6.1"
                    displayName="Patient Goal"/>
              <statusCode code="active"/>
            </observation>
          </entry>

        </section>
      </component>

    </structuredBody>
  </component>

</ClinicalDocument>
Screenshot 2026-02-16 at 11.36.46 AM.png

Rajkumar P

unread,
Feb 16, 2026, 1:32:47 AM (4 days ago) Feb 16
to Edge Test Tool (ETT)
I am using This version:https://site.healthit.gov/c-cda/uscdi-v4

Rajkumar P

unread,
Feb 17, 2026, 2:13:46 AM (3 days ago) Feb 17
to Edge Test Tool (ETT)
Hi Teams
Any Update

br...@waveoneassociates.com

unread,
Feb 17, 2026, 10:35:02 AM (2 days ago) Feb 17
to Edge Test Tool (ETT)
Please double-check the templateIds included in your instance.

Rajkumar P

unread,
Feb 18, 2026, 1:16:10 AM (yesterday) Feb 18
to Edge Test Tool (ETT)
Which website should I check and explain step by step?

Shuisheng Wang

unread,
Feb 18, 2026, 10:37:54 AM (yesterday) Feb 18
to Edge Test Tool (ETT)

Mat Davis

unread,
Feb 18, 2026, 7:33:27 PM (19 hours ago) Feb 18
to Rajkumar P, Edge Test Tool (ETT)
Hi Rajkumar, see the following thread for details about this previously covered topic. 


Thanks - Mat Davis (Community Supporter)

--
You received this message because you are subscribed to the Google Groups "Edge Test Tool (ETT)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to edge-test-too...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/edge-test-tool/5c2996d8-f073-4882-a2e0-4566d09ece76n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages