Skip to content

Commit

Permalink
fix: add morning/evening/night shift
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Nov 28, 2024
1 parent 06a9468 commit 11415c0
Showing 1 changed file with 18 additions and 27 deletions.
45 changes: 18 additions & 27 deletions input/fsh/QI2-SedierungAnalgesieDelir/QI2_intervention.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ Description: "Sedation should be assessed once between 6 AM and <2 PM every day.
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 6-14 Uhr // TODO: hier einfügen und bei allen weiteren unten auch
* count = 1
* when = $cs-fhir-event-timing#MORN "Morning"

Instance: SedationAssessmentLateShift
InstanceOf: RecommendationAction
Expand All @@ -77,9 +76,8 @@ Description: "Sedation should be assessed once between 2 AM and <10 PM every day
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 14-22 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#AFT "Afternoon"

Instance: SedationAssessmentNightShift
InstanceOf: RecommendationAction
Expand All @@ -94,9 +92,8 @@ Description: "Sedation should be assessed once between 10 PM and <6 AM every day
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 22-6 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#NIGHT "Night"

Instance: PainAssessmentEarlyShift
InstanceOf: RecommendationAction
Expand All @@ -111,9 +108,8 @@ Description: "Pain should be assessed once between 6 AM and <2 PM every day."
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 6-14 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#MORN "Morning"

Instance: PainAssessmentLateShift
InstanceOf: RecommendationAction
Expand All @@ -128,9 +124,8 @@ Description: "Pain should be assessed once between 2 AM and <10 PM every day."
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 14-22 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#AFT "Afternoon"

Instance: PainAssessmentNightShift
InstanceOf: RecommendationAction
Expand All @@ -145,9 +140,8 @@ Description: "Pain should be assessed once between 10 PM and <6 AM every day."
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 22-6 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#NIGHT "Night"

Instance: DeliriumAssessmentEarlyShift
InstanceOf: RecommendationAction
Expand All @@ -162,9 +156,8 @@ Description: "Delirium should be assessed once between 6 AM and <2 PM every day.
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 6-14 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#MORN "Morning"

Instance: DeliriumAssessmentLateShift
InstanceOf: RecommendationAction
Expand All @@ -179,9 +172,8 @@ Description: "Delirium should be assessed once between 2 AM and <10 PM every day
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 14-22 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#AFT "Afternoon"

Instance: DeliriumAssessmentNightShift
InstanceOf: RecommendationAction
Expand All @@ -196,9 +188,8 @@ Description: "Delirium should be assessed once between 10 PM and <6 AM every day
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* timingTiming
* repeat
* frequency = 1
* period = 1
* periodUnit = $ucum#d "day" //Zwischen 22-6 Uhr // TODO: - digipod code?
* count = 1
* when = $cs-fhir-event-timing#NIGHT "Night"



Expand Down

0 comments on commit 11415c0

Please sign in to comment.