We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7deae commit f117a5bCopy full SHA for f117a5b
test/extractors/BaseFHIRExtractor.test.js
@@ -56,7 +56,7 @@ describe('BaseFhirExtractor', () => {
56
});
57
58
test('get should return a condition resource', async () => {
59
- const data = await baseFHIRExtractor.get({ mrn: MOCK_PATIENT_MRN, context: MOCK_CONTEXT });
+ const data = await baseFHIRExtractor.get({ context: MOCK_CONTEXT });
60
expect(data.resourceType).toEqual('Bundle');
61
expect(data.entry).toBeDefined();
62
expect(data.entry.length).toBeGreaterThan(0);
0 commit comments