-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added assessment characteristic (#23)
- Loading branch information
Showing
3 changed files
with
42 additions
and
1 deletion.
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,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)" |
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,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" |
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