-
Notifications
You must be signed in to change notification settings - Fork 8
120 tools for reset and upload #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds tools for reset and upload operations, including a new Python script for deleting FHIR resources and updates to upload configurations. The changes support improved resource management and deployment workflows.
- Adds a new Python utility for deleting IG-related conformance resources from FHIR servers
- Updates upload configuration to support multiple endpoints and improved dependency handling
- Corrects identifier system references and address extension configurations in FSH examples
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| utils/uploadUsingFig.sh | Adds multiple UploadFIG commands for different endpoints and dependency file outputs |
| utils/delete_ig_resources.py | New Python script for bulk deletion of FHIR conformance resources with logging and pagination |
| input/fsh/examples/transaction-ex.fsh | Updates PhilHealth identifier system reference |
| input/fsh/examples/relatedperson-single-ex.fsh | Removes incorrect region extension configuration |
| input/fsh/examples/patient-single-ex.fsh | Updates PhilHealth identifier system reference |
| input/fsh/examples/organization-single-ex.fsh | Replaces region extension with barangay extension |
Comments suppressed due to low confidence (1)
utils/uploadUsingFig.sh:4
- The output dependency file name 'deps_tx.txt' suggests it's for the tx endpoint, but this command is uploading to the cdr endpoint. Consider renaming to 'deps_cdr2.txt' or similar to match the actual endpoint being used.
UploadFIG -s output/package.r4.tgz -d https://cdr.fhirlab.net/fhir --includeReferencedDependencies -odf deps_tx.txt
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
johnscarter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
No description provided.