Skip to content

Commit

Permalink
fix: add do not perform flag
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Nov 28, 2024
1 parent dabfb78 commit d3b78dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions input/fsh/QI1-TaeglicheVisite/QI1_intervention.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description: "Every Intensive Care Patient should be visited daily in multiprofe

// Define Intervention
* insert rs-combination-all
* action[other][+] // TODO: Check all slice names
* action[other][+]
* definitionCanonical = Canonical(DailyMultiprofessionalWardRoundsAction)
* code = $sct#74964007 "Other (qualifier value)"

Expand All @@ -33,7 +33,6 @@ Description: "Every Intensive Care Patient is visited daily in multiprofessional
* status = #active
* code = $divi-qi-s#VISITE-FA-ZB-ITS "Multidisciplinary ward round led by an intensive care specialist"
* kind = $cs-fhir-types#Task "Task"
//* code = $sct#1236923003 "Participation in multidisciplinary ward round"
* timingTiming
* repeat
* frequency = 1
Expand Down
5 changes: 3 additions & 2 deletions input/fsh/QI4-Weaning/QI4_intervention.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Description: "The fraction of patients discharged with dependence on home ventil
* code = $sct#74964007 "Other (qualifier value)"

// Recommended Action
Instance: NoDischargeWithHomeVentilation // TODO: doNotPerform flag
Instance: NoDischargeWithHomeVentilation
InstanceOf: RecommendationAction
Usage: #definition
Title: "No Discharge with Home Ventilation"
Expand All @@ -102,4 +102,5 @@ Description: "The patient is not discharged with home ventilation."
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day"
* periodUnit = $ucum#d "day"
* doNotPerform = true

0 comments on commit d3b78dd

Please sign in to comment.