Google Healthcare API包含兩部分:資料集(Dataset)/資料儲存庫(FHIR Data Store),並提供一個FHIR檢視器,可線上查詢FHIR資料內容。
系統提供大量資料匯入/匯出/去識別化等功能
使用以下命令,應用Postman取得FHIR資料 : GET <URL>/Patient/{patient_id}
patient_id:可使用FHIR檢視器取得相關資料
Authorization: "Bearer $(auth gcloud auth print-access-token)"
其中Token使用Google Cloud SDK Shell取得
使用python發展Google Healthcarfe API範例
1.程式庫匯入
2.基本參數設定
3.取得Access Token
4.呼叫Google Healthcare API
5.結合Firely Dot NET SDK