awacke1 commited on
Commit
0f1ad66
·
1 Parent(s): 1a65ac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,9 +8,9 @@ from fhir.resources import (patient as fhirpatient,
8
 
9
  #pip install fhir.resources fhirclient
10
 
11
- from fhirclient.models import (client as fhirclient,
12
- bundle as fhirbundle,
13
- patient as fhirpatient)
14
 
15
  settings = {
16
  'app_id': 'my_app',
 
8
 
9
  #pip install fhir.resources fhirclient
10
 
11
+ #from fhirclient.models import (client as fhirclient,
12
+ # bundle as fhirbundle,
13
+ # patient as fhirpatient)
14
 
15
  settings = {
16
  'app_id': 'my_app',