Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature cms104 investigation #308

Merged
merged 10 commits into from
Apr 14, 2022
Prev Previous commit
Next Next commit
Updated CMS104 content and verified fix from 1.5.5-SNAPSHOT is functi…
…onal
brynrhodes committed Nov 28, 2021
commit d5851c9bdf79a8acdd204255f6bccf1270272301
Original file line number Diff line number Diff line change
@@ -135,13 +135,14 @@ public void TestCMS125FHIR() {

@Test
public void TestCMS104FHIR() {
List<DataRequirement> drs = StartMatOutputTest("CMS104-v2-0-004-FHIR-4-0-1.json", "DischargedonAntithromboticTherapyFHIR");
List<DataRequirement> drs = StartMatOutputTest("CMS104FHIR-v0-0-001-FHIR-4-0-1.json", "DischargedonAntithromboticTherapyFHIR");
// TODO: Measure-specific validation of data requirements content

List<String> edrs = new ArrayList<String>();
edrs.add("ServiceRequest");
edrs.add("Procedure");
edrs.add("Encounter");
edrs.add("MedicationRequest");
checkExpectedResourcesPresent(drs, edrs);

}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a simple test I added to CMS 104 to check to make sure that the expected FHIR resources are present. I am not sure that this list is complete, but this is enough for the test to fail, because the expected resource "Encouter" is not present

Large diffs are not rendered by default.