Skip to content

Commit 185b69d

Browse files
committed
Remove old template strategy
1 parent 970e86c commit 185b69d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/sofClient.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import FHIR from 'fhirclient';
2-
import Handlebars from 'handlebars';
32
import { SOF_PATIENT_RESOURCES, SOF_RESOURCES, FHIR_R4_EXTERNAL_ID_SYSTEM } from './config.ts';
4-
import shlDocumentReference from './resourceTemplates.js';
53

64
const patientResourceScope = SOF_PATIENT_RESOURCES.map(resourceType => `patient/${resourceType}.read`);
75
const resourceScope = patientResourceScope.join(" ");

0 commit comments

Comments
 (0)