Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# pip install streamlit fhir.resources==6.5.0 fhirclient smart.models sdcclient
|
4 |
-
|
5 |
# FHIR resources functions
|
6 |
from datetime import datetime
|
7 |
from fhir.resources.activitydefinition import ActivityDefinition
|
@@ -49,7 +48,7 @@ from fhir.resources.slot import Slot
|
|
49 |
from fhir.resources.servicerequest import ServiceRequest
|
50 |
from fhir.resources.communicationrequest import CommunicationRequest
|
51 |
from fhir.resources.annotation import Annotation
|
52 |
-
|
53 |
|
54 |
import json
|
55 |
from typing import List, Tuple
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# pip install streamlit fhir.resources==6.5.0 fhirclient smart.models sdcclient
|
|
|
4 |
# FHIR resources functions
|
5 |
from datetime import datetime
|
6 |
from fhir.resources.activitydefinition import ActivityDefinition
|
|
|
48 |
from fhir.resources.servicerequest import ServiceRequest
|
49 |
from fhir.resources.communicationrequest import CommunicationRequest
|
50 |
from fhir.resources.annotation import Annotation
|
51 |
+
|
52 |
|
53 |
import json
|
54 |
from typing import List, Tuple
|