Skip to content

Commit

Permalink
valueset service request coding
Browse files Browse the repository at this point in the history
  • Loading branch information
alexa-ian committed Oct 17, 2024
1 parent e9fd77d commit c85d53e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "descendent-of",
"value": "363679005"
"property": "constraint",
"op": "=",
"value": "(< 363679005 |Imaging (procedure)|"
}
]
}
Expand Down

This file was deleted.

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"
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^experimental = false
* ^date = "2024-08-30"
* include codes from system $SCT where concept descendent-of #363679005 "Imaging (procedure)"
* include codes from system $SCT where constraint = "(< 363679005 |Imaging (procedure)|"

0 comments on commit c85d53e

Please sign in to comment.