병원 상세정보 조회
kohealth_get_hospital_infoRetrieve detailed Korean hospital information by institution ID (ykiho), covering medical departments, equipment, and facilities. Supports category selection, pagination, and text/json output.
Instructions
기관식별번호(ykiho)로 진료과목별 전문의 수/의료장비/시설 등 상세정보를 조회합니다. 출처: 심평원 의료기관별상세정보서비스.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ykiho | Yes | 기관식별번호(ykiho). 병원 검색 결과의 ykiho | |
| format | No | 출력 형식. text=사람용 요약, json=원본 항목 배열 | text |
| pageNo | No | 페이지 번호 (1부터) | |
| category | No | 조회할 상세 정보 유형 | 진료과목 |
| numOfRows | No | 페이지당 항목 수 (최대 100) |