Skip to content

Commit

Permalink
Temporarily disable two cda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Jan 24, 2024
1 parent 4ac9933 commit 9ff1a0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions r5/fhirpath/tests-fhir-r5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,9 @@ Any text enclosed within is ignored
</group>

<group name="cdaTests">
<test name="testHasTemplateId1" mode="cda" inputfile="ccda.xml"><expression>hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')</expression><output type="boolean">true</output></test>
<test name="testHasTemplateId2" mode="cda" inputfile="ccda.xml"><expression>ClinicalDocument.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')</expression><output type="boolean">true</output></test>
<!-- The following two tests are temporarily disabled while the ccda IG is updated. If not restored by Jan 31, contact david.otasek -->
<!--<test name="testHasTemplateId1" mode="cda" inputfile="ccda.xml"><expression>hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')</expression><output type="boolean">true</output></test>-->
<!--<test name="testHasTemplateId2" mode="cda" inputfile="ccda.xml"><expression>ClinicalDocument.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')</expression><output type="boolean">true</output></test>-->
<test name="testHasTemplateId3" mode="cda" inputfile="ccda.xml"><expression>recordTarget.patientRole.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ContinuityofCareDocumentCCD')</expression><output type="boolean">false</output></test>
</group>
</tests>

0 comments on commit 9ff1a0d

Please sign in to comment.