FHIR Batch Delete Based on a List of Resource IDs in Google Cloud Healthcare API
维护者通常 1 天内回复
@nicain 已经在做这个了。
开始于 2024年7月8日。
评估
这个 Issue 还没有评估数据。
描述
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
The issue you're having must be related to a file in this repository. We are unable to provide assistance for issues unrelated to samples in this repository.
Please include as much information as possible:
Is your feature request related to a problem? Please describe.
I'm working on a project using the Healthcare API FHIR Storage and I'm frustrated by the difficulty of deleting all resources for a customer. The current samples include a delete_resource() function, but due to data integrity constraints in FHIR Storage, I cannot directly delete a resource if it is referenced by another resource.
Describe the solution you'd like.
I created a function called batch_delete() that receives a list of resource IDs to be deleted in a single transactional call to the Healthcare API. This function will delete all specified resources at once, ensuring transactional integrity in the FHIR Storage.
Describe alternatives you've considered.
I have tried using the delete_resource() function from this sample, but I encountered issues due to integrity constraints.
Additional context.
My idea is to contribute to this repository by creating the batch_delete() function. Additionally, I could develop a batch_deletion_by_patient_id() function, which would be highly beneficial.
Thanks!
- 主要语言
- Jupyter Notebook
- 星标
- 8.1k
- 派生
- 6.7k
- 平均合并
- 4 天 4 小时
- 30 天内合并 PR
- 8
环境准备
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
GoogleCloudPlatform/python-docs-samples 的其他 Issue
-
samples
难度 2/5 1-3 小时 新手友好度 88/100
GoogleCloudPlatform/python-docs-samples#14609 ·
维护者通常 1 天内回复
-
samples
难度 1/5 1 小时以内 新手友好度 92/100
GoogleCloudPlatform/python-docs-samples#14610 ·
维护者通常 1 天内回复
-
samples
难度 2/5 1-3 小时 新手友好度 88/100
GoogleCloudPlatform/python-docs-samples#14611 ·
维护者通常 1 天内回复
-
chore(generative_ai) Update model references for generative_ai samples可能重新可做 @XrossFox 于 152 天前认领,目前没有进行中的 PR。 未关闭samples
GoogleCloudPlatform/python-docs-samples#14117 · 已指派 1 人 ·
维护者通常 1 天内回复
-
Fix Pipeline dependency issues for geospatial-classification/serving_app可能重新可做 @XrossFox 于 164 天前认领,目前没有进行中的 PR。 未关闭samples
GoogleCloudPlatform/python-docs-samples#14091 · 已指派 1 人 ·
维护者通常 1 天内回复