awacke1 commited on
Commit
9b541aa
β€’
1 Parent(s): e3a7f8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -41
app.py CHANGED
@@ -4,106 +4,70 @@ st.markdown("""
4
  # Example Messages
5
 
6
  ## ADT (Admit/Discharge/Transfer) messages
7
-
8
- st.markdown("""
9
  | Patient ID | Name | Admission Date/Time | Discharge Date/Time | Clinical Encounter |
10
  |------------|------|---------------------|---------------------|--------------------|
11
  | 001 | John Doe | 2023-05-01 10:00 | 2023-05-10 10:00 | Heart Surgery |
12
- """)
13
 
14
- ## ORM (Order Entry) messages
15
 
16
- st.markdown("""
17
  | Order ID | Order Date/Time | Order Status | Relevant Clinical Data |
18
  |----------|-----------------|--------------|------------------------|
19
  | 1001 | 2023-05-01 11:00 | Completed | Lab Test: Blood Sugar Level |
20
- """)
21
 
22
  ## SIU (Scheduling Information Update) messages
23
-
24
- st.markdown("""
25
  | Patient Name | Appointment Date/Time | Provider Name | Relevant Clinical Information |
26
  |--------------|-----------------------|---------------|-------------------------------|
27
  | John Doe | 2023-05-15 10:00 | Dr. Smith | Follow-up: Heart Surgery |
28
- """)
29
-
30
 
31
  ## EDI (Electronic Data Interchange)
32
-
33
- st.markdown("""
34
  | Patient Information | Clinical Data | Billing Information |
35
  |---------------------|---------------|---------------------|
36
  | John Doe, Male, 55 | Heart Surgery | $5000 |
37
- """)
38
 
39
  ## Procedures
40
-
41
- st.markdown("""
42
  | Procedure Type | Date/Time of Procedure | Relevant Clinical Data or Reports |
43
  |----------------|------------------------|-----------------------------------|
44
  | Heart Surgery | 2023-05-01 12:00 | Surgery Successful |
45
- """)
46
-
47
 
48
  ## Observations
49
-
50
- st.markdown("""
51
  | Observation Type | Date/Time of Observation | Relevant Clinical Data or Reports |
52
  |------------------|--------------------------|-----------------------------------|
53
  | Blood Pressure | 2023-05-10 09:00 | 120/80 mmHg |
54
- """)
55
-
56
-
57
 
58
 
59
 
60
  # πŸ₯ CCD (Consolidated Clinical Document Architecture) πŸ“„
61
-
62
  The CCD is a document standard developed by Health Level Seven International (HL7) for the exchange of clinical information. πŸ”„ It is a universally accepted format for sharing clinical data across different electronic health record (EHR) systems. 🌐
63
 
64
  ## πŸ“š CCD Standard Templates πŸ“‹
65
-
66
  The CCD standard includes templates for different types of clinical documents, like:
67
  - πŸ“€ Discharge summaries
68
  - πŸ—’οΈ Progress notes
69
  - πŸ“„ Clinical summaries
70
-
71
  These templates are based on existing document standards like the Continuity of Care Record (CCR). βœ…
72
 
73
  ## πŸ”„ Translation to CCD Format πŸ—‚οΈ
74
-
75
  To translate different healthcare documents to the CCD format, follow these guidelines:
76
-
77
  1. **ADT (Admit/Discharge/Transfer) messages** πŸ₯
78
  - Patient registration, admission, transfer, and discharge
79
  - Include patient demographic information, admission and discharge date/time, and clinical encounter information
80
-
81
  2. **ORM (Order Entry) messages** πŸ’Š
82
  - Contains requests for labs, procedures, or medication
83
  - Include the order request, order date/time, order status, and any relevant clinical data
84
-
85
  3. **SIU (Scheduling Information Update) messages** πŸ“†
86
  - Used for scheduling appointments and updating appointment status
87
  - Include the patient name, appointment date/time, provider name, and any relevant clinical information
88
-
89
  4. **EDI (Electronic Data Interchange)** πŸ’»
90
  - A standardized format for transmitting healthcare data
91
  - Include patient information, clinical data, and billing information
92
-
93
  5. **Procedures** πŸš‘
94
  - Any procedures or surgeries performed on a patient
95
  - Include the procedure type, date/time of the procedure, and any relevant clinical data or reports
96
-
97
  6. **Observations** πŸ”¬
98
  - Any relevant clinical observations or measurements
99
  - Include the observation type, date/time of the observation, and any relevant clinical data or reports
100
-
101
  In summary, the CCD is a standardized format for exchanging clinical information. To translate different healthcare documents to the CCD format, follow the guidelines above. ✨
102
 
103
-
104
-
105
-
106
-
107
  Describe this as a markdown outline along with at least one emoji per sentence to indicate the theme.
108
  Show as markdown code outline and table with example for each record type (minimal short example but show every code type and code value plus description for clinical terminology or terminology used for documentation and billing. The CCD (Consolidated Clinical Document Architecture) is a document standard developed by Health Level Seven International (HL7) for the exchange of clinical information between healthcare providers, patients, and other stakeholders. It is designed to be a universally accepted format for sharing clinical data across different electronic health record (EHR) systems.
109
 
@@ -125,8 +89,4 @@ To translate different healthcare documents to the CCD format, you need to follo
125
 
126
  In summary, the CCD is a standardized format for exchanging clinical information between healthcare systems. To translate different healthcare documents to the CCD format, you need to follow the guidelines for including patient information, clinical data, and any relevant reports or observations.
127
 
128
-
129
-
130
-
131
-
132
  """)
 
4
  # Example Messages
5
 
6
  ## ADT (Admit/Discharge/Transfer) messages
 
 
7
  | Patient ID | Name | Admission Date/Time | Discharge Date/Time | Clinical Encounter |
8
  |------------|------|---------------------|---------------------|--------------------|
9
  | 001 | John Doe | 2023-05-01 10:00 | 2023-05-10 10:00 | Heart Surgery |
 
10
 
 
11
 
12
+ ## ORM (Order Entry) messages
13
  | Order ID | Order Date/Time | Order Status | Relevant Clinical Data |
14
  |----------|-----------------|--------------|------------------------|
15
  | 1001 | 2023-05-01 11:00 | Completed | Lab Test: Blood Sugar Level |
 
16
 
17
  ## SIU (Scheduling Information Update) messages
 
 
18
  | Patient Name | Appointment Date/Time | Provider Name | Relevant Clinical Information |
19
  |--------------|-----------------------|---------------|-------------------------------|
20
  | John Doe | 2023-05-15 10:00 | Dr. Smith | Follow-up: Heart Surgery |
 
 
21
 
22
  ## EDI (Electronic Data Interchange)
 
 
23
  | Patient Information | Clinical Data | Billing Information |
24
  |---------------------|---------------|---------------------|
25
  | John Doe, Male, 55 | Heart Surgery | $5000 |
 
26
 
27
  ## Procedures
 
 
28
  | Procedure Type | Date/Time of Procedure | Relevant Clinical Data or Reports |
29
  |----------------|------------------------|-----------------------------------|
30
  | Heart Surgery | 2023-05-01 12:00 | Surgery Successful |
 
 
31
 
32
  ## Observations
 
 
33
  | Observation Type | Date/Time of Observation | Relevant Clinical Data or Reports |
34
  |------------------|--------------------------|-----------------------------------|
35
  | Blood Pressure | 2023-05-10 09:00 | 120/80 mmHg |
 
 
 
36
 
37
 
38
 
39
  # πŸ₯ CCD (Consolidated Clinical Document Architecture) πŸ“„
 
40
  The CCD is a document standard developed by Health Level Seven International (HL7) for the exchange of clinical information. πŸ”„ It is a universally accepted format for sharing clinical data across different electronic health record (EHR) systems. 🌐
41
 
42
  ## πŸ“š CCD Standard Templates πŸ“‹
 
43
  The CCD standard includes templates for different types of clinical documents, like:
44
  - πŸ“€ Discharge summaries
45
  - πŸ—’οΈ Progress notes
46
  - πŸ“„ Clinical summaries
 
47
  These templates are based on existing document standards like the Continuity of Care Record (CCR). βœ…
48
 
49
  ## πŸ”„ Translation to CCD Format πŸ—‚οΈ
 
50
  To translate different healthcare documents to the CCD format, follow these guidelines:
 
51
  1. **ADT (Admit/Discharge/Transfer) messages** πŸ₯
52
  - Patient registration, admission, transfer, and discharge
53
  - Include patient demographic information, admission and discharge date/time, and clinical encounter information
 
54
  2. **ORM (Order Entry) messages** πŸ’Š
55
  - Contains requests for labs, procedures, or medication
56
  - Include the order request, order date/time, order status, and any relevant clinical data
 
57
  3. **SIU (Scheduling Information Update) messages** πŸ“†
58
  - Used for scheduling appointments and updating appointment status
59
  - Include the patient name, appointment date/time, provider name, and any relevant clinical information
 
60
  4. **EDI (Electronic Data Interchange)** πŸ’»
61
  - A standardized format for transmitting healthcare data
62
  - Include patient information, clinical data, and billing information
 
63
  5. **Procedures** πŸš‘
64
  - Any procedures or surgeries performed on a patient
65
  - Include the procedure type, date/time of the procedure, and any relevant clinical data or reports
 
66
  6. **Observations** πŸ”¬
67
  - Any relevant clinical observations or measurements
68
  - Include the observation type, date/time of the observation, and any relevant clinical data or reports
 
69
  In summary, the CCD is a standardized format for exchanging clinical information. To translate different healthcare documents to the CCD format, follow the guidelines above. ✨
70
 
 
 
 
 
71
  Describe this as a markdown outline along with at least one emoji per sentence to indicate the theme.
72
  Show as markdown code outline and table with example for each record type (minimal short example but show every code type and code value plus description for clinical terminology or terminology used for documentation and billing. The CCD (Consolidated Clinical Document Architecture) is a document standard developed by Health Level Seven International (HL7) for the exchange of clinical information between healthcare providers, patients, and other stakeholders. It is designed to be a universally accepted format for sharing clinical data across different electronic health record (EHR) systems.
73
 
 
89
 
90
  In summary, the CCD is a standardized format for exchanging clinical information between healthcare systems. To translate different healthcare documents to the CCD format, you need to follow the guidelines for including patient information, clinical data, and any relevant reports or observations.
91
 
 
 
 
 
92
  """)