--
You received this message because you are subscribed to the Google Groups "Transport Testing Tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to transport-testing...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, Brian,
Did you mean to say ‘without errors’?
When I test with the following snippet I am passing NIST TTT and SITE C-CDA validator:
<section nullFlavor="NI">
<templateId root="2.16.840.1.113883.10.20.22.2.1.1"/>
<!-- Medication Section (entries required) -->
<code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of Medication Use"/>
<title>MEDICATIONS</title>
<text>No Information</text>
</section>
Please post your sample if you continue to get errors.
Take are,
Brett
Hey Brett, everyone. Prior to build 179 of the TTT, the snippet listed below would not pass the validator as the tool was checking for more coded sections within the segment, and EHRs typically needed to utilize a nullFlavor to pass TTT checking of CCDA, similar to the code segment Brian showed in his link (http://www.cdapro.com/know/24956).
Now in build 179, the compliance checking is more relaxed and the brief mention of the template ID for sections like immunization is sufficient.
So Sekhar, you can incorporate something like what Brian shared on his site or utilize a more reduced code like what Brett shared.
I presume this is the context of clinical summary customization where summaries with clinical data removed still provide compliance CCDAs.