We are running into an example where the validator seem to be giving maybe a false negative.
Our Problem observation looks like this
<entryRelationship typeCode="SUBJ">
<observation classCode="OBS" moodCode="EVN">
<templateId extension="2015-08-01" root="2.16.840.1.113883.10.20.22.4.4"/>
<templateId root="2.16.840.1.113883.10.20.22.4.4"/>
<id root="20844084-380c-4f64-87a4-9aeb46bca3a6"/>
<code code="55607006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Problem">
<translation code="75326-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Problem HL7.CCDAR2"/>
</code>
<statusCode code="completed"/>
<effectiveTime>
<low value="20150722000000-0500"/>
<high value="20170501000000-0500"/>
</effectiveTime>
<value code="699134002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" displayName="Caregiver annual health check" xsi:type="CD"/>
</observation>
</entryRelationship>
Which gives this error on the validation
Error -
The scenario contains problem observation for Problem Code: 55607006 , however there is no matching observation in the submitted CCDA.
Line number: 0
This is obvious not true since the code is there. If we flip the code in value and code tag around, the validator does not throw an error and the entire document passes.
<entryRelationship typeCode="SUBJ">
<observation classCode="OBS" moodCode="EVN">
<templateId extension="2015-08-01" root="2.16.840.1.113883.10.20.22.4.4"/>
<templateId root="2.16.840.1.113883.10.20.22.4.4"/>
<id root="20844084-380c-4f64-87a4-9aeb46bca3a6"/>
<code code="699134002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Problem">
<translation code="75326-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Problem HL7.CCDAR2"/>
</code>
<statusCode code="completed"/>
<effectiveTime>
<low value="20150722000000-0500"/>
<high value="20170501000000-0500"/>
</effectiveTime>
<value code="55607006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" displayName="Caregiver annual health check" xsi:type="CD"/>
</observation>
</entryRelationship>
Could we please get some advice as to how we proceed? We do not seem to have this issue on other flavors of the data, just sample 2 ambulatory for (b)(6) Sending.
Kind Regards
Klavs Pedersen | Lead Member of Technical Staff
800 West Cesar Chavez Street | Austin, TX | 78701
O: 512.808.4647 | athenahealth.com
Integration Services
--
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 post to this group, send email to edge-te...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/2c5e7143-4786-49b9-ab09-5ebbe342a7be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to edge-te...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/639686b8-f209-46ed-a8f3-49af4ed99a5a%40googlegroups.com.
--
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 post to this group, send email to edge-te...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/579f5230-edc5-4d41-9ed3-aa15c08b1d11%40googlegroups.com.