Twinkle HubTwinkle Hub

TFDA 藥品許可證搜尋

tw_search_drug

의료·식품 · 9개🇹🇼 대만읽기 전용

關鍵字 / Keywords: 藥品 TFDA 許可證 適應症 warfarin 抗生素 drug medicine license indication 台灣藥品

衛福部食藥署 全部藥品許可證 search (data.gov.tw 9122, 71,836 件).

涵蓋所有中華民國核發的藥品許可證 (含已註銷). 28 欄包含品名 / 適應症 / 劑型 / 申請商 / 製造商 / 條碼 / 用法用量. 至少要給 name / indication / license_no 其一.

Args: name: 中文品名 / 英文品名 substring (e.g. "普拿疼", "panadol") indication: 適應症 substring (e.g. "高血壓", "感冒", "發燒") license_no: 許可證字號 prefix (e.g. "衛署藥製字第046823號") active_only: True (default) 排除已註銷; False 含全部 limit: max 結果 (1..100, default 20)

Returns: {n_corpus, n_returned, query, hits: [{license_no, name_zh, name_en, indication, dosage_form, valid_until, applicant, manufacturer, drug_class, controlled_class}, ...]}

後續查單品全 28 欄 (含 主成分 / 用法用量 / 包裝 / 國際條碼) → tw_get_drug_details(license_no)

파라미터

이름타입설명
namestring
indicationstring
license_nostring
active_onlyboolean
limitinteger
원본 JSON schema
{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name"
    },
    "indication": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Indication"
    },
    "license_no": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "License No"
    },
    "active_only": {
      "default": true,
      "title": "Active Only",
      "type": "boolean"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_search_drugArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_search_drug({ name: "…" })