feat: 골든패턴 기반 마스터 JSON 16종 (임의 데이터 → 논문/가이드라인 근거)

This commit is contained in:
청춘약국
2026-03-18 23:41:14 +09:00
parent 233c520578
commit 1d8036082e
13 changed files with 390 additions and 297 deletions

58
data/master/actibet.json Normal file
View File

@@ -0,0 +1,58 @@
{
"product_id": "MASTER-016",
"apc_code": "0519-ACTIBET",
"name": "액티벳정",
"english_name": "Actibet (Amoxicillin + Clavulanate)",
"manufacturer": "홍익메디케어",
"category": "antibiotic",
"category_display": "항생제 (β-Lactam)",
"target_animal": ["개", "고양이"],
"administration": "경구 (정제)",
"indication": "광범위 세균 감염 (피부, 호흡기, 요로, 치주)",
"mechanism": {
"amoxicillin": "40mg - PBP 결합 → 세포벽 합성 억제 → 살균",
"clavulanate": "10mg - β-Lactamase 억제 → 내성균 커버 확장",
"ratio": "4:1 (Amoxicillin:Clavulanate)"
},
"dosage": {
"standard": "12.5mg/kg 1일 2회",
"formula": "체중 4kg당 1정",
"duration": "5~7일 (질환별 상이)"
},
"dosage_table": [
{"weight": "4kg", "tablets": "1정 × 2회"},
{"weight": "8kg", "tablets": "2정 × 2회"},
{"weight": "12kg", "tablets": "3정 × 2회"},
{"weight": "20kg", "tablets": "5정 × 2회"}
],
"indications_by_disease": {
"skin_pyoderma": "5~7일 (표재성) / 3~4주 (심부)",
"uti": "7~14일",
"respiratory": "7~10일",
"dental": "수술 전후 5~7일"
},
"warnings": [
"⚠️ 페니실린 알레르기 과거력 확인",
"⚠️ 소형견/고양이 정확한 체중 투여",
"⚠️ 시간 의존적 살균 → 분할 투여 필수",
"⚠️ 장기 투여 시 내성균 모니터링"
],
"clinical_notes": [
"EMA AMEG Category D: 1차 선택 가능",
"β-Lactamase 생산균까지 커버 (단독 AMX 대비)",
"MIC 이상 농도 유지 시간이 핵심 → BID 분할"
],
"source": {
"guidelines": ["ISCAID (수의 피부과)", "AAHA"]
},
"storage": "25°C 이하, 건조, 차광 보관"
}