FHIR FHIR scheduling and appointment https hapi fhir

  • Slides: 14
Download presentation
FHIR 活動排程及報名 FHIR scheduling and appointment

FHIR 活動排程及報名 FHIR scheduling and appointment

已上傳之資料範例 • https: //hapi. fhir. tw/fhir/Patient? organization=4 • https: //hapi. fhir. tw/fhir/Practitioner/1230 • https:

已上傳之資料範例 • https: //hapi. fhir. tw/fhir/Patient? organization=4 • https: //hapi. fhir. tw/fhir/Practitioner/1230 • https: //hapi. fhir. tw/fhir/Location/1232 • https: //hapi. fhir. tw/fhir/Schedule/1233 • https: //hapi. fhir. tw/fhir/Slot/1236 • slot with comment: 限掛人數 • 新增範例需求 • 更多個病人資料 • 建構兩三個不同機構(眼科)醫生之看診排程( schedule) • Schedule 當中新增多個時段 (slot)

Resources 範例及其需特別注意的細部規格 • 可依據 FHIR 官網或測試網站範例整理 • 測試網站範例 • https: //www. hl 7. org/fhir/schedule-provider-location

Resources 範例及其需特別注意的細部規格 • 可依據 FHIR 官網或測試網站範例整理 • 測試網站範例 • https: //www. hl 7. org/fhir/schedule-provider-location 1 -example. json. html • http: //hapi. fhir. org/base. Dstu 3/Patient

會用到的 FHIR API • 新增、修改、及刪除特定的 resource • 基於標準 Restful API • HTTP post resources。Post

會用到的 FHIR API • 新增、修改、及刪除特定的 resource • 基於標準 Restful API • HTTP post resources。Post 新增前需注意事項: • 需先上傳 element reference 之 resources

FHIR resource 查詢 • 病人資料查詢 • 此醫院的病人列表 • Service. Root/Patient? organization=Org. ID • https:

FHIR resource 查詢 • 病人資料查詢 • 此醫院的病人列表 • Service. Root/Patient? organization=Org. ID • https: //hapi. fhir. tw/fhir/Patient? organization=4 • 依據病患姓名或病歷號查詢此醫院的病人 • https: //hapi. fhir. tw/fhir/Patient? name='林帶玉'&organization=4 (查不到 )

FHIR resource 查詢 • 看診資訊查詢 • 某班表包含的時段 • http: //hapi. fhir. org/base. Dstu 3/Slot?

FHIR resource 查詢 • 看診資訊查詢 • 某班表包含的時段 • http: //hapi. fhir. org/base. Dstu 3/Slot? schedule=1896788 • 查詢某時段之小兒科醫師(可能有好幾個)之看診時間 • 掛號資料查詢 • 查某時段之掛號病人 • http: //hapi. fhir. org/base. R 4/Appointment? slot=123 • 查詢某一病人之掛號資料 • http: //hapi. fhir. org/base. R 4/Appointment? patient=123