{
  "locale": "zh-tw",
  "title": "健康署婦女乳房X光攝影巡迴篩檢評估表",
  "description": "（114 年 1 月修訂）\n本檢查「由衛生福利部國民健康署運用菸品健康福利捐／公務預算補助」\n（請併同婦女乳房 X 光攝影檢查相關表單保存）",
  "completedHtml": "<h3>評估表填寫完成</h3>",
  "pages": [
    {
      "name": "basic_info",
      "title": "基本資料（檢查婦女填寫）",
      "elements": [
        {
          "type": "text",
          "name": "patient_name",
          "title": "姓名",
          "isRequired": true,
          "placeholder": "請輸入姓名"
        },
        {
          "type": "text",
          "name": "id_number",
          "title": "身份證統一編號／統一證號（外籍）",
          "isRequired": true,
          "placeholder": "請輸入身份證字號或統一證號"
        }
      ]
    },
    {
      "name": "pre_exam_assessment",
      "title": "乳房X光攝影檢查前評估注意項目",
      "elements": [
        {
          "type": "radiogroup",
          "name": "q1_pregnant",
          "title": "1. 懷孕婦女、無法排除有可能懷孕或近期計畫懷孕的婦女",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q2_breastfeeding",
          "title": "2. 正在哺乳的婦女",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q3_breast_surgery",
          "title": "3. 乳房動過手術或隆乳",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q4_breast_abnormal",
          "title": "4. 婦女自述乳房有摸到硬塊、疼痛、壓痛、或其他任何異常",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q5_cannot_stand",
          "title": "5. 身體不適，無法久站",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q6_cervical_spine",
          "title": "6. 頸椎受傷或曾經開刀",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q7_shoulder",
          "title": "7. 肩膀有「五十肩」或曾經受傷或手術後，手無法抬高者",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q8_bruise",
          "title": "8. 本身為容易瘀青體質者",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q9_parkinson",
          "title": "9. 有巴金森氏症",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q10_chest",
          "title": "10. 有胸骨塌陷或胸廓曾經開刀",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "radiogroup",
          "name": "q11_other",
          "title": "11. 其他須告知事項（如身上有植入物、導管、心律調節器）",
          "isRequired": true,
          "choices": [
            {
              "value": "yes",
              "text": "是"
            },
            {
              "value": "no",
              "text": "否"
            }
          ],
          "colCount": 2
        },
        {
          "type": "text",
          "name": "q11_other_detail",
          "visibleIf": "{q11_other} = 'yes'",
          "title": "其他須告知事項說明",
          "isRequired": true,
          "placeholder": "請說明須告知事項"
        },
        {
          "type": "text",
          "name": "patient_signature",
          "title": "受檢者簽名",
          "isRequired": true,
          "placeholder": "請輸入姓名確認"
        }
      ]
    },
    {
      "name": "evaluation_result",
      "title": "評估結果（放射人員填寫）",
      "elements": [
        {
          "type": "html",
          "name": "evaluation_rules",
          "html": "<div style='background:#f8f9fa; padding:12px 16px; border-radius:6px; font-size:14px; line-height:1.8; margin-bottom:8px;'><strong>評估說明：</strong><ol style='margin:8px 0 0 0; padding-left:20px;'><li>評估項目第一至二項任一勾選「是」：<strong>不提供檢查</strong>，建議轉赴醫院評估。</li><li>評估項目第三至十一項任一勾選「是」：經醫事放射師（士）評估後，可執行檢查，請注意其安全性，切勿造成二次傷害；若不能檢查則建議轉赴醫院受檢評估。</li></ol><p style='margin-top:8px; color:#666;'>註：考量自述乳房有摸到硬塊、疼痛、壓痛、或其他任何異常之婦女，有極少數可能為異常的組織，為避免錯失早期發現之機會，建議應儘可能當場提供檢查，並告知婦女須持檢查結果赴醫院就診。</p></div>"
        },
        {
          "type": "radiogroup",
          "name": "evaluation_decision",
          "title": "乳房X光攝影放射師（士）評估結果",
          "isRequired": true,
          "choices": [
            {
              "value": "pass",
              "text": "可當場接受乳房X光攝影檢查"
            },
            {
              "value": "fail",
              "text": "不適合當場接受乳房X光攝影檢查，建議至醫院評估和檢查"
            }
          ]
        },
        {
          "type": "text",
          "name": "radiologist_signature",
          "title": "乳房X光攝影放射師（士）簽名",
          "isRequired": true,
          "placeholder": "請輸入放射師姓名"
        },
        {
          "type": "panel",
          "name": "exam_date_panel",
          "title": "日期",
          "elements": [
            {
              "type": "text",
              "name": "exam_date_year",
              "title": "民國年",
              "isRequired": true,
              "inputType": "number",
              "min": 1,
              "max": 150,
              "placeholder": "例：114"
            },
            {
              "type": "dropdown",
              "name": "exam_date_month",
              "startWithNewLine": false,
              "title": "月份",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "exam_date_day",
              "startWithNewLine": false,
              "title": "日期",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        }
      ]
    }
  ],
  "questionErrorLocation": "bottom",
  "checkErrorsMode": "onComplete"
}