Skip to content

Commit

Permalink
Merge pull request #70 from skfit-uni-luebeck/main
Browse files Browse the repository at this point in the history
fix SNOMED CT ECL in two VS
  • Loading branch information
alexa-ian authored Jan 3, 2025
2 parents 49137c4 + 1b16d4b commit fb26e59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"property": "constraint",
"op": "=",
"value": "(< 363679005 |Imaging (procedure)|"
"value": "< 363679005 |Imaging (procedure)|"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"property": "constraint",
"op": "=",
"value": "(< 404684003 |Clinical finding (finding)|"
"value": "< 404684003 |Clinical finding (finding)|"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/valuesets/Valueset-ServiceRequest-Coding.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Description: "Import the ValueSet for Imaging Procedures"
* insert PR_CS_VS_Date
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^experimental = false
* include codes from system $SCT-version where constraint = "(< 363679005 |Imaging (procedure)|"
* include codes from system $SCT-version where constraint = "< 363679005 |Imaging (procedure)|"
2 changes: 1 addition & 1 deletion input/fsh/valuesets/Valueset-ServiceRequest-Reason.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Description: "Imports the ValueSet for clinical findings"
* insert PR_CS_VS_Date
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^experimental = false
* include codes from system $SCT-version where constraint = "(< 404684003 |Clinical finding (finding)|"
* include codes from system $SCT-version where constraint = "< 404684003 |Clinical finding (finding)|"

0 comments on commit fb26e59

Please sign in to comment.