Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lisavasiljewa committed Oct 12, 2023
1 parent 4156953 commit 8ad8f77
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
24 changes: 24 additions & 0 deletions input/fsh/recommendation11_Delir/intervention11.fsh
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 = "

23 changes: 23 additions & 0 deletions input/fsh/recommendation11_Delir/recommendation11.fsh
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

23 changes: 23 additions & 0 deletions input/fsh/recommendation1_PainMonitoring/population1.fsh
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

0 comments on commit 8ad8f77

Please sign in to comment.