Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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',
|