Skip to content

Instantly share code, notes, and snippets.

@danfascia
Created April 27, 2021 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danfascia/e19da30c6c62c316bf3e51ce5ab5a2f3 to your computer and use it in GitHub Desktop.
Save danfascia/e19da30c6c62c316bf3e51ce5ab5a2f3 to your computer and use it in GitHub Desktop.
Radiological Modalities
[
{
"name": "Mammography",
"slug": "mammography",
"radiation": true,
"code": "MM"
},
{
"name": "MRI",
"slug": "mri",
"radiation": false,
"code": "MR"
},
{
"name": "CT",
"slug": "ct",
"radiation": true,
"code": "CT"
},
{
"name": "Fluoroscopy",
"slug": "fluoroscopy",
"radiation": true,
"code": "RF"
},
{
"name": "Interventional Radiology",
"slug": "interventional-radiology",
"radiation": true,
"code": "IR"
},
{
"name": "Ultrasound",
"slug": "ultrasound",
"radiation": false,
"code": "USS"
},
{
"name": "PET CT",
"slug": "pet-ct",
"radiation": true,
"code": "PETCT"
},
{
"name": "PET MRI",
"slug": "pet-mri",
"radiation": true,
"code": "PETMR"
},
{
"name": "SPECT CT",
"slug": "spect-ct",
"radiation": true,
"code": "SPECT"
},
{
"name": "Nuclear Medicine",
"slug": "nuclear-medicine",
"radiation": true,
"code": "NM"
},
{
"name": "DEXA",
"slug": "dexa",
"radiation": true,
"code": "DXA"
},
{
"name": "Plain Radiography",
"slug": "plain-radiography",
"radiation": true,
"code": "XR"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment