Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,19 @@
|
|
1 |
import streamlit as st
|
2 |
st.markdown("""
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# Example CCD Documents for Standard Templates
|
5 |
|
6 |
## 1. π₯ Patient Demographics
|
|
|
1 |
import streamlit as st
|
2 |
st.markdown("""
|
3 |
|
4 |
+
# FHIR Map to CCD
|
5 |
+
| CCD Templates | Emoji | FHIR Resources |
|
6 |
+
|---------------|-------|----------------|
|
7 |
+
| Patient Demographics | π₯ | [Patient](https://www.hl7.org/fhir/patient.html) |
|
8 |
+
| Encounters | π©ββοΈ | [Encounter](https://www.hl7.org/fhir/encounter.html) |
|
9 |
+
| Procedures | π | [Procedure](https://www.hl7.org/fhir/procedure.html) |
|
10 |
+
| Laboratory Results | π¬ | [Observation](https://www.hl7.org/fhir/observation.html) |
|
11 |
+
| Vital Signs | π | [Observation](https://www.hl7.org/fhir/observation.html) |
|
12 |
+
| Clinical Notes | π | [ClinicalImpression](https://www.hl7.org/fhir/clinicalimpression.html), [Composition](https://www.hl7.org/fhir/composition.html) |
|
13 |
+
| Medications | π | [MedicationStatement](https://www.hl7.org/fhir/medicationstatement.html), [MedicationRequest](https://www.hl7.org/fhir/medicationrequest.html) |
|
14 |
+
| Immunizations | π
| [Immunization](https://www.hl7.org/fhir/immunization.html) |
|
15 |
+
|
16 |
+
|
17 |
# Example CCD Documents for Standard Templates
|
18 |
|
19 |
## 1. π₯ Patient Demographics
|