Skip to content

Commit

Permalink
fixed rec titles, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Nov 20, 2023
1 parent e0c7469 commit 373ddbf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@

This repository contains machine-readable recommendations for ICU patient care in FHIR format, specifically following the [CPG-on-EBMonFHIR](https://github.com/ceosys/cpg-on-ebm-on-fhir) format.

For additional information, see the [IG documentation](https://umg-minai.github.io/cicu/artifacts.html).

## Recommendations

Below is a table summarizing the recommendations available in this repository.

| No | Name | Title | Version | Date | Description |
|---:|---------------------------------|--------------------------------------------------|---------|------------|--------------------------------------------------------------------------------------------------|
| 1 | PainMonitoring | Intervention for Population: ICU Patients - Pain Monitoring | 1.0 | 2023-10-05 | In ICU Patients Pain should be monitored with a validated score at least once per shift |
| 2 | SedationMonitoring | Intervention for Population: ICU Patients - Sedation Monitoring | 1.0 | 2023-10-05 | In ICU Patients Sedation Goal and Degree should be monitored with a validated score at least once per shift |
| 3 | DeliriumMonitoring | Intervention for Population: ICU Patients - Delirium Monitoring | 1.0 | 2023-11-13 | In ICU Patients Findings ind Delirium Monitoring should be documented at least once per shift |
| 8 | DAASMonitoring | Intervention for Population: ICU Patients - DAAS Monitoring | 1.0 | 2023-11 | The treatment goal and the current level of analgesia, sedation, anxiety, and delirium should be standardizedly documented at least once per shift (typically every 8 hours) |
| 9 | NRS<4 | NRS Intervention for Population: ICU Patients NRS goal <4 | 1.0 | 2023-11-17 | NRS in ICU Patients should be <4 |
| 9 | Delirium-Goal | Delirium Intervention for Population: ICU Patients Delirium Goal | 1.0 | 2023-11 | ICU Patients should be delirium free |
| 10 | Sedation-Goal-RASS | RASS Intervention for Population: Sedation Goal RASS | 1.0 | 2023-08-13 | RASS in ICU Patients should be 0 or 1 |
| 1 | [PainMonitoring](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUPainMonitoring.html) | Intervention for Population: ICU Patients - Pain Monitoring | 1.0 | 2023-10-05 | In ICU Patients Pain should be monitored with a validated score at least once per shift |
| 2 | [SedationMonitoring](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUSedationMonitoring.html) | Intervention for Population: ICU Patients - Sedation Monitoring | 1.0 | 2023-10-05 | In ICU Patients Sedation Goal and Degree should be monitored with a validated score at least once per shift |
| 3 | [DeliriumMonitoring](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUDeliriumMonitoring.html) | Intervention for Population: ICU Patients - Delirium Monitoring | 1.0 | 2023-11-13 | In ICU Patients Findings ind Delirium Monitoring should be documented at least once per shift |
| 8 | [DAASMonitoring](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUDAASMonitoring.html) | Intervention for Population: ICU Patients - DAAS Monitoring | 1.0 | 2023-11 | The treatment goal and the current level of analgesia, sedation, anxiety, and delirium should be standardizedly documented at least once per shift (typically every 8 hours) |
| 9 | [NRS<4](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUNRSgoal.html) | NRS Intervention for Population: ICU Patients NRS goal <4 | 1.0 | 2023-11-17 | NRS in ICU Patients should be <4 |
| 10 | [Sedation-Goal-RASS](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUSedationGoal.html) | RASS Intervention for Population: Sedation Goal RASS | 1.0 | 2023-08-13 | RASS in ICU Patients should be 0 or 1 |
| 11 | [Delirium-Goal](https://umg-minai.github.io/cicu/PlanDefinition-RecommendationPatientsICUnoDeliriumGoal.html) | Delirium Intervention for Population: ICU Patients Delirium Goal | 1.0 | 2023-11 | ICU Patients should be delirium free |

## Authors

Expand Down
2 changes: 1 addition & 1 deletion input/fsh/recommendation11_Delir/recommendation11.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ InstanceOf: recommendation
Usage: #definition
Title: "Recommendation: ICU Patients No Delirium Goal"
Description: "Recommendation for ICU Patients: The Delirium Goal is no Dilirium"
* name = "Recommendation9-Delirium-Goal"
* name = "Recommendation11-Delirium-Goal"
* title = "Delirium Intervention for Population: ICU Patients Delirium Goal"
* version = "1.0"
* date = "2023-11"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/recommendation2_SedationGoal/recommendation2.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ InstanceOf: recommendation
Usage: #definition
Title: "Recommendation: ICU Patients: Sedation Monitoring"
Description: "Recommendation for ICU Patients: Sedation Monitoring"
* name = "Recommendation1-SedationMonitoring"
* name = "Recommendation2-SedationMonitoring"
* title = "Intervention for Population: ICU Patients - Sedation Monitoring"
* version = "1.0"
* date = "2023-10-05"
Expand Down

0 comments on commit 373ddbf

Please sign in to comment.