Result Description: The 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>