feat: 애니팜 투약지도서 API 및 마스터 데이터 업데이트
- anipharm_api.py: 동물약 PDF 생성 API 추가 - data/master/*.json: 16종 마스터 데이터 업데이트 - templates: medication_guide_v2, 로고 추가 - docs: AI 매핑 아키텍처, API 스펙 문서 - .gitignore: _dev_scripts/, *.db 제외 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,43 +6,63 @@
|
||||
"manufacturer": "한국동물약품",
|
||||
"category": "antiparasitic",
|
||||
"category_display": "외부구충제 (스팟온)",
|
||||
"target_animal": ["개", "고양이"],
|
||||
"target_animal": [
|
||||
"개",
|
||||
"고양이"
|
||||
],
|
||||
"administration": "경피 도포 (스팟온)",
|
||||
|
||||
"indication": "벼룩, 진드기 구제",
|
||||
|
||||
"coverage": {
|
||||
"external": {
|
||||
"fleas": {"covered": true, "note": "4~8시간 내 사멸"},
|
||||
"ticks": {"covered": true, "note": "접촉 사멸"}
|
||||
"fleas": {
|
||||
"covered": true,
|
||||
"note": "4~8시간 내 사멸"
|
||||
},
|
||||
"ticks": {
|
||||
"covered": true,
|
||||
"note": "접촉 사멸"
|
||||
}
|
||||
},
|
||||
"heartworm": {
|
||||
"covered": false
|
||||
},
|
||||
"heartworm": {"covered": false},
|
||||
"intestinal": {
|
||||
"roundworm": {"covered": false},
|
||||
"hookworm": {"covered": false},
|
||||
"whipworm": {"covered": false},
|
||||
"tapeworm": {"covered": false}
|
||||
"roundworm": {
|
||||
"covered": false
|
||||
},
|
||||
"hookworm": {
|
||||
"covered": false
|
||||
},
|
||||
"whipworm": {
|
||||
"covered": false
|
||||
},
|
||||
"tapeworm": {
|
||||
"covered": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"coverage_summary": {
|
||||
"covered": ["벼룩", "진드기"],
|
||||
"not_covered": ["심장사상충", "내부기생충"],
|
||||
"covered": [
|
||||
"벼룩",
|
||||
"진드기"
|
||||
],
|
||||
"not_covered": [
|
||||
"심장사상충",
|
||||
"내부기생충"
|
||||
],
|
||||
"gap_solution": "심장사상충: 하트세이버 / 내부기생충: 안텔민 추가"
|
||||
},
|
||||
|
||||
"dosing": {
|
||||
"interval": "매월 1회",
|
||||
"interval_reason": "효능 지속 4주",
|
||||
"minimum_age": "8주 이상",
|
||||
"minimum_weight": "제한 없음"
|
||||
},
|
||||
|
||||
"warnings": [
|
||||
"⚠️ 도포 후 2일간 목욕/수영 금지",
|
||||
"⚠️ 토끼에게는 독성 (사용 금지)",
|
||||
"⚠️ 피부 상처 부위 도포 금지"
|
||||
],
|
||||
|
||||
"storage": "실온 보관, 직사광선 피할 것"
|
||||
}
|
||||
"storage": "실온 보관, 직사광선 피할 것",
|
||||
"image_url": "https://d1vgkbcgf4kpck.cloudfront.net/medicine/3faefec5-4bdf-4039-93e3-b99b55ef9417.png"
|
||||
}
|
||||
Reference in New Issue
Block a user