generated from CODEX-CELIDA/fhir-recommendation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lisavasiljewa
committed
Oct 12, 2023
1 parent
4156953
commit 8ad8f77
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/*********************/ | ||
/* Intervention Plan */ | ||
/*********************/ | ||
Instance: InterventionPatientsICUwithDelirium | ||
InstanceOf: recommendation-plan | ||
Usage: #definition | ||
Title: "Intervention plan for ICU Patients with Delirium" | ||
Description: "ICU Patients should be delirium free" | ||
* insert canonical-url(patients-icu-delirium, intervention-plan/patients-icu-delirium) | ||
* insert publisher-experimental-version(7.0) | ||
* name = "Intervention_Plan_ICU_Patients_with_Delirium" | ||
* title = "Intervention plan for ICU Patients with Delirium" | ||
* identifier.value = "InterventionPlanforICUPAtientswithDelirium" | ||
* date = "2023-09" | ||
* status = #active | ||
* description = "Intensive care patients should be delirium free" | ||
* subjectCanonical = Canonical(PopulationPatientsICUwithDelirium) | ||
* extension[partOf].valueCanonical = Canonical(RecommendationPatientsICUwithDelirium) | ||
//delirium days per patients | ||
* goal[][+] | ||
* category = | ||
* id = "" | ||
* description.text = " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/**********************************/ | ||
/* Recommendation Plan */ | ||
/**********************************/ | ||
Instance: RecommendationPatientsICUwithDelirium | ||
InstanceOf: recommendation | ||
Usage: #definition | ||
Title: "Recommendation: ICU Patients with Delirium" | ||
Description: "Recommendation for ICU Patients with Delirium" | ||
* name = "Recommendation9-Delir" | ||
* title = "NRS Intervention for Population: ICU Patients with Delirium" | ||
* version = "1.0" | ||
* date = "2023-10-04" | ||
* status = #active | ||
* description = "ICU Patients should be delirium free" | ||
* insert canonical-url(patients-icu-delirium, recommendation/patients-icu-with-delirium) | ||
* experimental = true | ||
* action[+] | ||
* title = "Intervention_Plan_ICU_Patients_with_Delirium" | ||
* code = $cs-common-process#guideline-based-care | ||
* description = "Intervention plan for ICU Patients with Delirium" | ||
* definitionCanonical = Canonical(InterventionPatientsICUwithDelirium) | ||
* selectionBehavior = #at-most-one | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/**************/ | ||
/* Population */ | ||
/**************/ | ||
Instance: PopulationPatientsICUPainMonitoring | ||
InstanceOf: recommendation-eligibility-criteria | ||
Usage: #definition | ||
Title: "Population: ICU Patients: Pain Monitoring" | ||
Description: "Population for recommendation 1: ICU Patients Pain Monitoring" | ||
* insert canonical-url(patients-icu-painmonitoring, population/patients-icu-pain-monitoring) | ||
* name = "ICU_Patients_Pain_Monitoring" | ||
* description = "ICU Patients: Pain Monitoring" | ||
* identifier.value = "ICU_Patients_Pain_Monitoring" | ||
* identifier.system = $ceosys | ||
* status = #active | ||
// Include ICU Patients | ||
* characteristic[0].definitionByCombination | ||
* code = #all-of | ||
* characteristic[episodeOfCare][+] | ||
* linkId = "intensive-care-treatment" | ||
* definitionByTypeAndValue | ||
* type = $loinc#78030-4 "Episode of care Type" | ||
* valueCodeableConcept = $cs-kontaktart-de#intensivstationaer "Intensivstationär" | ||
* characteristic[episodeOfCare][=].exclude = false |