Skip to content

Commit 13aa74b

Browse files
committed
redefinre procedure code value set
1 parent c3c9b3c commit 13aa74b

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

ig-src/input/fsh/alias-systems.fsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Alias: $obligation-cs = http://hl7.org/fhir/CodeSystem/obligation
2424
Alias: $observation-category = http://terminology.hl7.org/CodeSystem/observation-category
2525
Alias: $orpha = https://www.orpha.net // Used urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.44.5 for the MyHealth@EU lab guide to be checked <====
2626
Alias: $pei = http://pei.de
27+
Alias: $radlex = http://radlex.org/ // RadLex CodeSystem, per HL7 Terminology (THO); OID urn:oid:2.16.840.1.113883.6.256
28+
Alias: $loincRsnaPlaybook = http://loinc.org/vs/loinc-rsna-radiology-playbook // LOINC/RSNA Radiology Playbook value set (resolvable on tx.fhir.org; bound by FHIR R4 core ImagingStudy.procedure)
2729
Alias: $referencerange-meaning = http://terminology.hl7.org/CodeSystem/referencerange-meaning
2830
Alias: $sct = http://snomed.info/sct
2931
Alias: $sex-parameter-for-clinical-use = http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use

ig-src/input/fsh/terminologies/ImProcedureType.fsh

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ ValueSet: ProcedureEuImagingType
22
Id: im-procedure-type
33
Title: "ValueSet: Imaging Procedure Type"
44
Description: """
5-
This value set includes all imaging procedure types defined in SNOMED CT. The codes represent
6-
combinations of the modality to be used and the procedure to be performed.
5+
This value set includes imaging procedure types combining the LOINC/RSNA Radiology Playbook value set (`http://loinc.org/vs/loinc-rsna-radiology-playbook`) for the radiology imaging exams (e.g. "CT Abdomen and Pelvis W contrast IV") and SNOMED CT for image-producing procedures that are not radiology exams, namely endoscopic procedures (e.g. bronchoscopy, colonoscopy) and camera-/photography-based imaging (e.g. ophthalmic fundus and slit-lamp photography). The value set is intended to be used in the context of the EHDS Imaging Report implementation guide.
76
"""
87
* insert SetFmmAndStatusRule( 1, draft )
9-
* insert SNOMEDCopyrightForVS
8+
* ^copyright = "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. This value set also includes content from LOINC (http://loinc.org), copyright © 1995+ Regenstrief Institute, Inc. and available at no cost under the license at http://loinc.org/license, and the LOINC/RSNA Radiology Playbook, produced in collaboration with the Radiological Society of North America (RSNA). LOINC® is a registered United States trademark of Regenstrief Institute, Inc."
109
* ^experimental = false
11-
* include codes from system $sct where concept is-a #363679005
12-
* exclude $sct#363679005
10+
// LOINC/RSNA Radiology Playbook value set — radiology imaging exams (e.g. "CT Abdomen and Pelvis W contrast IV")
11+
* include codes from valueset $loincRsnaPlaybook
12+
// SNOMED CT — endoscopic procedures (e.g. bronchoscopy, colonoscopy) not covered by the Radiology Playbook
13+
* include codes from system $sct where concept is-a #423827005
14+
* exclude $sct#423827005 // "Endoscopy (procedure)" grouping concept
15+
// SNOMED CT — camera-/photography-based imaging, incl. ophthalmic photography (e.g. fundus, slit-lamp)
16+
* include codes from system $sct where concept is-a #169283005
17+
* exclude $sct#169283005 // "Medical photography (procedure)" grouping concept

0 commit comments

Comments
 (0)