Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return modality to the schema #34

Open
shadowdoc opened this issue Sep 12, 2023 · 2 comments
Open

Return modality to the schema #34

shadowdoc opened this issue Sep 12, 2023 · 2 comments
Labels
schema Issue with the CDE schema

Comments

@shadowdoc
Copy link
Collaborator

@ccarr - can someone let me know whether this exists in the current radelement site as an optional element, or is it just missing from our examples because it's optional?

If it's there, but missing in the schema, I'll add it now. Otherwise that's another future enhancement to request.

Apologies, I don't see other devs to "@"...

@shadowdoc
Copy link
Collaborator Author

Historical schema for reference

modality =
element modality {
element system { "RadLex" },
( element code {"CT"},
element name { "Computed Tomography"},
element url { "http://radlex.org/RID/RID10321" } ) ?,
( element code { "FL" },
element name { "Fluoroscopy" },
element url { "http://radlex.org/RID/RID10361" } ) ?,
( element code { "MR" },
element name { "Magnetic Resonance Imaging" },
element url { "http://radlex.org/RID/RID10312" } ) ?,
( element code { "NM" },
element name { "Nuclear Medicine" },
element url { "http://radlex.org/RID/RID10330" } ) ?,
( element code { "PET" },
element name { "Positron Emission Tomography" },
element url { "http://radlex.org/RID/RID10337" } ) ?,
( element code { "US" },
element name { "Ultrasound" },
element url { "http://radlex.org/RID/RID10326" } ) ?,
( element code { "XR" },
element name { "Projection Radiography" },
element url { "http://radlex.org/RID/RID10345" } ) ?
}

@talkasab
Copy link
Collaborator

+1 for this fix.
I don't think we want authors putting modalities in the titles of their Sets, but rather in the metadata. Problem is, only way to do that now is to use a generiic index code.

@shadowdoc shadowdoc added the schema Issue with the CDE schema label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema Issue with the CDE schema
Projects
None yet
Development

No branches or pull requests

2 participants