Want to know if you’re a fit? Upload your resume and let our AI show you.
Skills
Customer Support/Serviceunmatched
HIS/RISunmatched
Hospitalunmatched
Infectious Diseasesunmatched
Injectionsunmatched
Medical Treatmentunmatched
Nuclear Medicineunmatched
Patient Safetyunmatched
Team Playerunmatched
Description
Nuclear Med Technologist - PRN
Baltimore, MD
SINAI HOSPITAL
NUCLEAR MEDICINE
PRN - Flexible hours - Hours Vary
ALLIED HEALTH
91419
$45.00-$45.00
Posted:
July 24, 2026
Apply Now
// Setting the Saved Jobs link
function setsavedjobs(externalidlist) {
if(typeof externalidlist !== 'undefined') {
var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id[]=')+'&saved_jobs=1';
var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1','');
if (saved_jobs_query_sub != '') {
$('.saved_jobs_link').attr('href',saved_jobs_query);
}
else {
$('.saved_jobs_link').attr('href','/pages/saved-jobs');
}
}
}
var is_job_saved = 'false';
var job_saved_message;
function savejob(jobid) {
var job_item;
if (is_job_saved == 'true') {
is_job_saved = 'false';
job_item = '';
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = 'true';
job_item = ''+'--'+jobid;
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}
document.cookie = "c_jobs="+job_item+';expires=;path=/';
$('.button-saved, .button-save').toggleClass('d-none');
$('.button-saved').append(' ');
$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
}, 2000);
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
POSITION SUMMARY:
Performs all activities of the Department of Nuclear Medicine in accordance with the policies and procedures of the Hospital. Provides excellent customer support by demonstrating the Northwest values of Innovation, Compassion, Accountability and Teamwork. Peforms Nuclear Medicine (NM) procedures using prescribed technique; maintains proficiency on all related equipment. Communicates with various people within the Department and patients, as well as other customers throughout the organization. Performs a variety of support duties to assure smooth operations of the department. Performs all job duties with a focus on safety for the patient, self and co-workers. Follows universal protocol for patient identification and infectious diseases.
Demonstrates the appropriate level of knowledge in all areas of Nuclear Medicine to include injection of radiopharmaceuticals and other pharmacologic agents related to a procedure.
Uses knowledge of patient positioning and other pharmacolic agents related to a procedure.
Evaluates examination to assure technical quality.
Performs daily check of NM equipment to assure preparedness.
Utilizes HIS/RIS to assure proper ordering and completion of NM procedures.
Explains and answers questions concerning NM procedures.
Recognizes priorities and deals with them appropriately.
Process images according to established protocols.
REQUIREMENTS:
Formal working knowledge; equivalent to an Associate's degree (2 years college); requires knowledge of a specialized field
Graduate of a school of Nuclear Medicine
Less than one year of experience
Licensed by the State of MD
Certified by CNMT or ARRT(N) or registry eligible
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapbeuhv";
var cslocations = $cs.parseJSON('[{\"id\":\"2081268\",\"title\":\"Nuclear Med Technologist - PRN\",\"permalink\":\"nuclear-med-technologist-prn\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});