we are facing 2 issues with the Sample 2 AMB in validation
This is the report
1) we are putting the suffix
this is the patient role
<patientRole>
<id root="2.16.840.1.113883.3.138.2.1" extension="1300000001" />
<addr>
<streetAddressLine>1357 Amber Drive</streetAddressLine>
<city>BEAVERTON</city>
<state>OR</state>
<postalCode>97006</postalCode>
<country>United States</country>
</addr>
<telecom use="HP" value="tel:
(407) 723-1544" />
<patient>
<name>
<given>Jeremy</given>
<given>V</given>
<family>Bates</family>
<suffix>Jr</suffix></name>
<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" />
<birthTime value="19800801" />
<raceCode code="NA" displayName="NA" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDC - Race and Ethnicity" />
<sdtc:raceCode nullFlavor="UNK"/>
<ethnicGroupCode nullFlavor="UNK"/>
<languageCommunication>
<languageCode code="en" />
</languageCommunication>
</patient>
</patientRole>
2) This is what we are printing
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.5.1" extension="2015-08-01"/>
<templateId root="2.16.840.1.113883.10.20.22.2.5.1"/>
<code code="11450-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="PROBLEM LIST"/>
<title>PROBLEMS</title>
<text ID="Concern_1">
<content ID="problems1">No known <content ID="problemType1">problems</content></content>
</text>
<entry typeCode="DRIV">
<act classCode="ACT" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2015-08-01" />
<templateId root="2.16.840.1.113883.10.20.22.4.3" />
<id root="36e3e930-7b14-13db-9fe1-0800200c9a66"/>
<code code="CONC" codeSystem="2.16.840.1.113883.5.6"/>
<text><reference value="#Concern_1"></reference></text>
<statusCode code="active"/>
<effectiveTime>
<low value="20150722"/>
</effectiveTime>
<entryRelationship typeCode="SUBJ">
<observation classCode="OBS" moodCode="EVN" negationInd="true">
<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01"/>
<templateId root="2.16.840.1.113883.10.20.22.4.4"/>
<id root="4adc1021-7b15-14db-9fe1-0800200c9a67"/>
<code code="55607006" displayName="Problem" codeSystemName="SNOMED-CT" codeSystem="2.16.840.1.113883.6.96">
<translation code="75326-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Problem"/>
</code>
<text><reference value="#problems1"></reference></text>
<statusCode code="completed"/>
<effectiveTime>
<low value="20150722"/>
</effectiveTime>
<value xsi:type="CD" code="55607006"
displayName="Problem"
codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED-CT">
<originalText><reference value="#problems1"></reference></originalText>
</value>
</observation>
</entryRelationship>
</act>
</entry>
</section>
</component>
Error -
The scenario requires patient suffix, but submitted file does not have patient suffix
Warning -
Patient Telecom in the submitted file does not match the expected Telecom. The following values are expected: telecom/@use = MC and telecom/@value = tel:+1(555)-777-1234
Warning -
Patient Telecom in the submitted file does not match the expected Telecom. The following values are expected: telecom/@use = HP and telecom/@value = tel:+1(555)-723-1544
Error -
The scenario contains problem observation for Problem Code: 55607006 , however there is no matching observation in the submitted CCDA.
Is there any thing else we need to be putting? Thanks for your help,