操作
機能追加 #1601
未完了user_idの仕様変更
開始日:
2024/12/25
期日:
進捗率:
0%
予定工数:
説明
user_idには情報連携基盤のユーザ情報取得APIで取得できるuserIdを使用しています。
しかし、wellmira/docomoのPHRデータを取得する際にリクエストパラエータに含めるpatientには
countryCode-localGvmntCode-userIdという表記で設定しないといけません。
(例)
countryCode:JPN
localGvmntCode:270008
userId:586
であれば、
patient:JPN-270008-586
したがって、user_idに保存する仕様を上記のpatientと同様にする。
For user_id, we use the userId that can be obtained using the information sharing platform's user information acquisition API.
But, when obtaining wellmira/docomo PHR data, the "patient" included in the request parameter
must be set in the format "countryCode-localGvmntCode-userId".
(Example)
countryCode: JPN
localGvmntCode: 270008
userId: 586
↓
patient: JPN-270008-586
Therefore, please modify the specifications saved in user_id to be the same as "patient" above.
操作