Skip to content

Commit

Permalink
added assessment characteristic (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner authored Oct 16, 2023
1 parent c7985bc commit d82d293
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
26 changes: 26 additions & 0 deletions input/fsh/intervention/actions/p-assessment.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Author: Gregor Lichtner @glichtner
Profile: AssessmentAction
Parent: RecommendationAction
Id: assessment-action
Title: "Assessment Action"
Description: "Definition of an assessment action."
* insert metadata(2022-09-06, #draft, 0.3.1)
* kind = $cs-fhir-types#ServiceRequest "ServiceRequest"
* code 1..1
* product[x] 0..0
* dosage 0..0
* quantity 0..0

Instance: ExampleAssessmentAction
InstanceOf: assessment-action
Usage: #example
Title: "Example Assessment Action"
Description: "Example of an assessment action."
* name = "ExampleAssessmentAction"
* version = "1.0"
* experimental = true
* publisher = "CPGonEBMonFHIR"
* description = "Example of an assessment action."
* status = #active
* insert canonical-url(example/recommendation-action/assessment-example)
* code = $sct#406127006 "Pain intensity (observable entity)"
11 changes: 11 additions & 0 deletions input/fsh/intervention/actions/vs-assessment.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Author: Gregor Lichtner @glichtner
ValueSet: Assessment
Id: vs-assessment
Title: "Assessment"
Description: "Assessments"
* insert metadata(2023-10-16, #draft, 0.1.0)
* insert cpg-computable-valueset
* include codes from system $sct where concept is-a #363787002 "Observable entity (observable entity)"
* include codes from system $sct-us where concept is-a #363787002 "Observable entity (observable entity)"
* include codes from system $loinc where ORDER_OBS = "ORDER"
* include codes from system $loinc where ORDER_OBS = "BOTH"
6 changes: 5 additions & 1 deletion input/fsh/intervention/p-recommendation-plan.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Description: "Definition of an activity that is part of an intervention in the c
ventilatorManagement 0..* and
bodyPositioning 0..* and
sedationManagement 0..* and
painManagement 0..*
painManagement 0..* and
assessment 0..*
* code 1..1 MS
* coding 1..*
* system 1..
Expand All @@ -59,6 +60,9 @@ Description: "Definition of an activity that is part of an intervention in the c
* action[bodyPositioning]
* code = $sct#229824005 "Positioning patient (procedure)"
* definitionCanonical only Canonical(BodyPositioningAction)
* action[assessment]
* code = $sct#386053000 "Evaluation procedure (procedure)"
* definitionCanonical only Canonical(AssessmentAction)
* goal 0..* MS
* category 1..1 MS
* coding 1..*
Expand Down

0 comments on commit d82d293

Please sign in to comment.