Skip to content

Commit

Permalink
Added SNOMED Version 2024-07-01 to VS
Browse files Browse the repository at this point in the history
  • Loading branch information
lucscherer committed Nov 8, 2024
1 parent 7a1a76f commit a77352d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"include": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20240701",
"filter": [
{
"property": "constraint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"include": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20240701",
"filter": [
{
"property": "constraint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"include": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20240701",
"filter": [
{
"property": "constraint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"include": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20240701",
"filter": [
{
"property": "constraint",
Expand Down
1 change: 1 addition & 0 deletions input/fsh/Aliase.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Alias: $miiMedicationAdministration = https://www.medizininformatik-initiative.d
//Terminologien
Alias: $icd10-gm = http://fhir.de/CodeSystem/bfarm/icd-10-gm
Alias: $SCT = http://snomed.info/sct
Alias: $SCT-version = http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20240701
Alias: $DSS = http://terminology.hl7.org/CodeSystem/v2-0074
Alias: $v2-0203 = http://terminology.hl7.org/CodeSystem/v2-0203
Alias: $v2-0936 = http://terminology.hl7.org/CodeSystem/v2-0936
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Description: "Import the ValueSet for Diagnostic Reports"
* insert PR_CS_VS_Date
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^experimental = false
* include codes from system $SCT where constraint = "(< 404684003 | Clinical finding (finding)|"
* include codes from system $SCT-version where constraint = "(< 404684003 | Clinical finding (finding)|"
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 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 where constraint = "(< 404684003 |Clinical finding (finding)|"
* include codes from system $SCT-version where constraint = "(< 404684003 |Clinical finding (finding)|"
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Description: "This Valueset contains the snomed codes of the different TNM tumor
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^experimental = false
* ^status = #draft
* include codes from system $SCT where constraint = "(< 254293002 ||"
* include codes from system $SCT-version where constraint = "(< 254293002 ||"

0 comments on commit a77352d

Please sign in to comment.