Skip to content

Commit 674ad9e

Browse files
committed
comment updates in CDS test
1 parent 845cee9 commit 674ad9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/templates/cancerDiseaseStatus.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ describe('test CancerDiseaseStatus template', () => {
9393

9494
// CDS should have an extension
9595
expect(generatedDiseaseStatus).toHaveProperty('valueCodeableConcept.extension');
96-
// CDS should have an extension url of dataAbsentReason
96+
// CDS should have an extension url pointing to the FHIR DataAbsentReason structure def
9797
expect(generatedDiseaseStatus).toHaveProperty(['valueCodeableConcept', 'extension', 0, 'url'], 'http://hl7.org/fhir/StructureDefinition/data-absent-reason');
9898
// CDS should have an extension valueCode of not-asked
9999
expect(generatedDiseaseStatus).toHaveProperty(['valueCodeableConcept', 'extension', 0, 'valueCode'], 'not-asked');
100-
// CDS should be valid
100+
// CDS should be valid FHIR
101101
expect(isValidFHIR(generatedDiseaseStatus)).toBeTruthy();
102102
});
103103

0 commit comments

Comments
 (0)