コンテンツにスキップ

list-visit-dates-by-patient-and-shinryoucode

指定した患者が、指定した診療行為(shinryoucode)を算定した受診日を古い順で返す。シスタチンC等の「初回/前回実施年月日」の判定などに使う。

リクエスト

項目 内容
メソッド GET
パス /api/list-visit-dates-by-patient-and-shinryoucode
クエリ patient-id — 患者 ID(正の整数)、shinryoucode — 診療行為コード(正の整数)

GET /api/list-visit-dates-by-patient-and-shinryoucode?patient-id=1234&shinryoucode=160098410

レスポンス

受診日(YYYY-MM-DD)の文字列の配列(古い順)。

[
  "2026-01-15",
  "2026-04-20",
  "2026-07-10"
]

エラー

ステータス 意味
400 patient-id または shinryoucode が正の整数でない
500 取得に失敗した