通过「药品通用名 id」获取药品信息
参数名称 | 类型 | 是否必须 | 备注 | 示例 |
---|---|---|---|---|
drug_generic_id | string | 是 | 通用名药品 Id | 7vBZEIcLZxj |
参数名称 | 类型 | 备注 |
---|---|---|
drug_generic_id | string | 通用名ID |
generic_name | string | 通用名 |
otc_type | string | OTC 类型 |
drug_type | string | 药品类型 中成药/化学药品 |
introduction | string | 介绍 |
categories | array | ATC分类 |
categories.category_code | string | 分类Code |
categories.category_name | string | 分类名称 |
medicare | object | 医保 |
medicare.level | string | 医保等级 |
medicare.pay_limit | string | 医保支付限制 |
medicare.source_name | string | 来源 |
medicare.expired_at | string | 医保过期时间 |
is_rx | boolean | 是否处方药 |
ingredients | array | 结构化的成分信息 |
ingredients.ingredient_name | string | 成分名 |
ingredients.drug_ingredient_id | string | 成分ID |
instruction | string | 说明书 |
instruction.ingredient | string | 成分 |
instruction.description | string | 性状 |
instruction.indications | string | 适应症 |
instruction.strength | string | 规格 |
instruction.dosage | string | 用法用量 |
instruction.adverse_reactions | string | 不良反应 |
instruction.contraindication | string | 药物禁忌 |
instruction.precaution | string | 注意事项 |
instruction.pediatric_use | string | 儿童用药 |
instruction.geriatric_use | string | 老年患者用药 |
instruction.pregnancy_nursing_mothers | string | 孕妇及哺乳期妇女用药 |
instruction.interactions | string | 相互作用 |
instruction.overdosage | string | 药物过量 |
instruction.pharma_toxicology | string | 药理毒理 |
instruction.pharmacokinetics | string | 药代动力学 |
instruction.standard | string | 执行标准 |
请求
GET https://medical.nocode.com/open/v2/nc.ms.drug.generic.detail.get?drug_generic_id=7vBZEIcLZxj
返回结果
{
"data": {
"drug_generic_id": "7vBZEIcLZxj",
"generic_name": "关黄母颗粒",
"otc_type": null,
"drug_type": "中药",
"introduction": null,
"is_rx": true,
"ingredients": [
{
"ingredient_name": "盐关黄柏",
"drug_ingredient_id": "6251d8930a7b8039"
},
{
"ingredient_name": "盐知母",
"drug_ingredient_id": "61b1dbc34bb732b0"
},
{
"ingredient_name": "龟甲胶",
"drug_ingredient_id": "d9933a8b660296ab"
},
{
"ingredient_name": "白芍",
"drug_ingredient_id": "4b9c2be1d6c61384"
},
{
"ingredient_name": "熟地黄",
"drug_ingredient_id": "029762b7fff1e6d7"
}
],
"categories": [
{
"category_code": "ZD03",
"category_name": "扶正剂"
}
],
"medicare": [
{
"level": "乙",
"payment_limit": "补益肝肾,滋阴降火。用于女性更年期综合征(绝经前后诸证)中医辨证属肝肾阴虚证,症见烘热汗出,头晕,耳鸣,腰膝酸软或足跟痛,少寐多梦,急躁易怒等。",
"expired_date": "2023-12-31",
"source_name": "国家医保局"
},
{
"level": "乙",
"payment_limit": "补益肝肾,滋阴降火。用于女性更年期综合征(绝经前后诸证)中医辨证属肝肾阴虚证,症见烘热汗出,头晕,耳鸣,腰膝酸软或足跟痛,少寐多梦,急躁易怒等。",
"expired_date": "2023-12-31",
"source_name": "国家医保局"
}
],
"instruction": {
"ingredient": "熟地黄、龟甲胶、盐关黄柏、盐知母、白芍。",
"description": "本品为棕黄色至棕色的颗粒;味苦、甘、微咸。",
"indications": "补益肝肾,滋阴降火。用于女性更年期综合征(绝经前后诸证)中医辩证属肝肾阴虚证,症见烘热汗出,头晕,耳鸣,腰膝酸软或足跟痛,少寐多梦,急躁易怒等。",
"strength": "每袋装9g(相当于饮片4.8g)",
"dosage": "温开水冲服。一次1袋,一日3次。疗程8周。",
"adverse_reactions": "个别患者用药后出现轻度头痛。",
"contraindication": "重度以上乳腺增生、乳腺恶性肿瘤者禁用。",
"precaution": "1.忌食生冷辛辣。2.子宫肌瘤直径大于2cm,或子宫息肉者慎用。3.服药期间注意监测雌二醇(E2),卵泡刺激素(FSH)、子宫内膜厚度、乳腺的变化。",
"pediatric_use": null,
"geriatric_use": null,
"pregnancy_nursing_mothers": null,
"interactions": null,
"overdose": null,
"pharma_toxicology": null,
"pharmacokinetics": null,
"standard": "国家食品药品监督管理总局标准,标准编号为YBZ0012018"
}
}
}