Jobs · Healthcare · Texas

CT Tech - Sign-On Bonus

Rock Health · Irving, TX · 2 days ago
On-siteHealthcareFull-time
Here's a thinking process: 1. **Analyze User Request:** - **Goal:** Reformat a job posting into clean, well-structured semantic HTML - **Rules:** - Use `

` for section headings (e.g., About the role, Responsibilities, Requirements, Qualifications, Skills, Benefits, Pay, Schedule) - Use `
  • ` for lists of duties/requirements/benefits - Use `

    ` for prose - Do NOT repeat job title as heading (already shown) - Do NOT put Job ID / requisition numbers as headings - fold minor metadata into short `

    ` or drop it - Preserve ALL substantive information; do NOT invent or summarize away detail - Remove cookie/navigation/legal/EEO/equal-opportunity/scam-warning boilerplate, duplicated lines, and application instructions - IMPORTANT: include a section ONLY when the posting has real, specific content for it — never emit a heading followed by filler/placeholder text (e.g. "commensurate with experience", "not specified", "N/A", "varies", "TBD") - Prefer a few substantive sections over many thin ones - Output ONLY the HTML fragment — no `/`, no markdown code fences 2. **Analyze the Input Job Posting:** Let me parse the provided text: "Role Overview Seeking a highly technical CT Technologist to collaborate with a multidisciplinary team in providing advanced imaging services including ultrasound, CT, PET, interventional radiology, digital mammography, and nuclear medicine. The role involves performing imaging procedures, assisting with interventional procedures guided by CT, and ensuring high-quality patient care. Key Responsibilities Perform imaging techniques and assist radiologists with interventional procedures Maintain clear communication and foster collaborative relationships Ensure patient safety and comfort while delivering accurate imaging results Take initiative for professional growth and performance improvement Contribute to a positive team environment and high-quality patient experience Qualifications & Skills Graduate of an approved Radiologic Technologist Program Current Basic Life Support (BLS) certification American Registry of Radiologic Technologists (ARRT) certification Texas Department of State Health certification Preferred: 1 year work experience This position requires technical proficiency, strong communication skills, accountability, and a commitment to professional development within a collaborative healthcare environment." Let me identify sections and content: - There's no explicit job title repetition issue since the user says "the page already shows it", so I shouldn't add a heading for it. - "Role Overview" seems like a section title, but the content under it is a paragraph describing the role. - "Key Responsibilities" is a section with bullet-point-like content. I should format as `

    • `. - "Qualifications & Skills" is a section with bullet-point-like content. I should format as `
      • `. - There's no "Benefits", "Pay", "Schedule" section content in the posting. Per rules: "never create Pay/Schedule/Benefits sections unless the posting actually states them." So I must omit those headings entirely. - No job ID, requisition numbers, boilerplate, etc. in this snippet. - I need to preserve ALL substantive information, no summarizing away detail. - Remove anything like cookie/navigation/legal/EEO/etc. - none present in this snippet. Let me map to required HTML structure: - Headings: `

        ` for section headings. The user gave examples: "About the role", "Responsibilities", "Requirements", "Qualifications", "Skills", "Benefits", "Pay", "Schedule". But I should use relevant ones based on content. The posting has "Role Overview" content, "Key Responsibilities", "Qualifications & Skills". I'll use `

        ` for section headings. I need to choose headings that match the content and the allowed examples. Possible headings: "About the role", "Responsibilities", "Qualifications & Skills". The user said "use

        for section headings (e.g. About the role, Responsibilities, Requirements, Qualifications, Skills, Benefits, Pay, Schedule)". I can use those exact phrases or similar. I'll map the content to appropriate headings. Let's break down the content: **Role Overview** (prose paragraph): "Seeking a highly technical CT Technologist to collaborate with a multidisciplinary team in providing advanced imaging services including ultrasound, CT, PET, interventional radiology, digital mammography, and nuclear medicine. The role involves performing imaging procedures, assisting with interventional procedures guided by CT, and ensuring high-quality patient care." **Key Responsibilities** (list items): 1. Perform imaging techniques and assist radiologists with interventional procedures 2. Maintain clear communication and foster collaborative relationships 3. Ensure patient safety and comfort while delivering accurate imaging results 4. Take initiative for professional growth and performance improvement 5. Contribute to a positive team environment and high-quality patient experience **Qualifications & Skills** (list items): 1. Graduate of an approved Radiologic Technologist Program 2. Current Basic Life Support (BLS) certification 3. American Registry of Radiologic Technologists (ARRT) certification 4. Texas Department of State Health certification 5. Preferred: 1 year work experience Then: "This position requires technical proficiency, strong communication skills, accountability, and a commitment to professional development within a collaborative healthcare environment." This is prose, can be included in a `

        ` or folded into qualifications/skills or responsibilities, but it's substantive. I'll include it as a `

        ` maybe after qualifications, or integrate it. The rules say use `

        ` for prose. I'll put it as a `

        ` perhaps after the lists, or maybe it's part of the description. Since there's no specific section for it, I'll put it in a `

        ` maybe after the main sections, or fold it into one. But I need to be careful not to create sections without content. It's substantive, so I'll include it. Wait, the rules: "include a section ONLY when the posting has real, specific content for it — never emit a heading followed by filler/placeholder text". So I should only create sections that have content. The posting has "Role Overview" content, "Key Responsibilities" content, "Qualifications & Skills" content, and a trailing prose sentence. I should map these to the HTML structure. Let's decide on headings. The user gave examples: "About the role, Responsibilities, Requirements, Qualifications, Skills, Benefits, Pay, Schedule". I'll use: - `

        About the role

        ` for the first paragraph - `

        Responsibilities

        ` for the key responsibilities list - `

        Qualifications & Skills

        ` for the qualifications list - Then a `

        ` for the trailing sentence: "This position requires technical proficiency, strong communication skills, accountability, and a commitment to professional development within a collaborative healthcare environment." Wait, the posting says "Qualifications & Skills" as a heading in the text. I'll use that as the `

        ` heading, or "Qualifications". The rules say use `

        ` for section headings (e.g. About the role, Responsibilities, Requirements, Qualifications, Skills, Benefits, Pay, Schedule). I can use "Qualifications & Skills" as the heading, or split into "Qualifications" and "Skills" but they're together. I'll use "Qualifications & Skills" as the `

        `. Let me re-read carefully: "use

        for section headings (e.g. About the role, Responsibilities, Requirements, Qualifications, Skills, Benefits, Pay, Schedule)". It lists examples, not strict requirements that I must use all of them. I should use relevant ones. The posting has content for Role Overview, Responsibilities, Qualifications & Skills. I won't create Benefits, Pay, Schedule since there's no content. Structure plan: - `

        About the role

        ` followed by `

        ...

        ` with the overview paragraph - `

        Responsibilities

        ` followed by `
        • ...
        ` with the 5 responsibility items - `

        Qualifications & Skills

        ` followed by `
        • ...
        ` with the 5 qualification items - `

        This position requires technical proficiency, strong communication skills, accountability, and a commitment to professional development within a collaborative healthcare environment.

        ` Check rules: "Do NOT repeat the job title as a heading (the page already shows it)" - I'm not adding a job title heading. "Do NOT put Job ID / requisition numbers as headings — fold minor metadata into a short

        or drop it." - none present. "Remove cookie/navigation/legal/EEO/equal-opportunity/scam-warning boilerplate, duplicated lines, and application instructions." - none present. "IMPORTANT: include a section ONLY when the posting has real, specific content for it — never emit a heading followed by filler/placeholder text" - I'll only create sections with real content. "Prefer a few substantive sections over many thin ones." - I have 3 sections + a paragraph. "Output ONLY the HTML fragment — no /, no markdown code fences." - output just the fragment. Let me format the HTML carefully, ensuring semantic correctness and preserving all substantive info. One thing: The "Qualifications & Skills" section in the posting has items that mix requirements and preferred. I'll list them all as `

      • ` items, preserving the text exactly. Let me extract exact text: Role Overview paragraph: "Seeking a highly technical CT Technologist to collaborate with a multidisciplinary team in providing advanced imaging services including ultrasound, CT, PET, interventional radiology, digital mammography, and nuclear medicine. The role involves performing imaging procedures, assisting with interventional procedures guided by CT, and ensuring high-quality patient care." Responsibilities (I'll number them or just bullet - the original has them as a list without numbers, but I'll use `
      • ` for each): - Perform imaging techniques and assist radiologists with interventional procedures - Maintain clear communication and foster collaborative relationships - Ensure patient safety and comfort while delivering accurate imaging results - Take initiative for professional growth and performance improvement - Contribute to a positive team environment and high-quality patient experience Qualifications & Skills: - Graduate of an approved Radiologic Technologist Program - Current Basic Life Support (BLS) certification - American Registry of Radiologic Technologists (ARRT) certification - Texas Department of State Health certification - Preferred: 1 year work experience Then the trailing prose: "This position requires technical proficiency, strong communication skills, accountability, and a commitment to professional development within a collaborative healthcare environment." I need to make sure I don't add "Preferred: 1 year work experience" as a separate section or with filler. It's part of qualifications. Let's construct the HTML:

        About the role

        Seeking a highly technical CT Technologist to collaborate with a multidisciplinary team in providing advanced imaging services including ultrasound, CT, PET, interventional radiology, digital mammography, and nuclear medicine. The role involves performing imaging procedures, assisting with interventional procedures guided by CT, and ensuring high-quality patient care.

        Responsibilities

        • Perform imaging techniques and assist radiologists with interventional procedures
        • Maintain clear communication and foster collaborative relationships
        • Ensure patient safety and comfort while delivering accurate imaging results
        • Take initiative for professional growth and performance improvement
        • Contribute to a positive team environment and high-quality patient experience

Similar jobs