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:
@@ -1,38 +1,35 @@
|
||||
{
|
||||
"product_id": "MASTER-008",
|
||||
"apc_code": "0519-TERBIDERM",
|
||||
"apc_code": "0232064110102",
|
||||
"name": "터비덤 스프레이",
|
||||
"english_name": "Terbiderm (Terbinafine)",
|
||||
"manufacturer": "동방동물약품",
|
||||
"category": "antifungal",
|
||||
"category_display": "항진균제 (피부)",
|
||||
"target_animal": ["개", "고양이"],
|
||||
"target_animal": [
|
||||
"개",
|
||||
"고양이"
|
||||
],
|
||||
"administration": "외용 (스프레이)",
|
||||
|
||||
"indication": "피부사상균증 (백선), 말라세지아 피부염",
|
||||
|
||||
"mechanism": {
|
||||
"drug_class": "알릴아민계 항진균제",
|
||||
"action": "스쿠알렌 에폭시다제 억제 → 진균 세포막 합성 차단"
|
||||
},
|
||||
|
||||
"dosage": {
|
||||
"frequency": "1일 1~2회",
|
||||
"duration": "2~4주 (완치 후 1주 추가)",
|
||||
"application": "병변 및 주변 2cm까지 도포"
|
||||
},
|
||||
|
||||
"warnings": [
|
||||
"⚠️ 눈, 점막 접촉 피할 것",
|
||||
"⚠️ 핥지 못하게 엘리자베스 칼라 권장",
|
||||
"⚠️ 경구 항진균제 병용 시 효과 증가"
|
||||
],
|
||||
|
||||
"clinical_notes": [
|
||||
"피부사상균 배양 검사 권장 (치료 전)",
|
||||
"환경 소독 병행 필수 (재감염 방지)",
|
||||
"장모종은 병변 주변 제모 권장"
|
||||
],
|
||||
|
||||
"storage": "실온 보관, 화기 주의"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user