Skip to content

Conversation

@jgsuess
Copy link
Collaborator

@jgsuess jgsuess commented Jul 29, 2025

No description provided.

@jgsuess jgsuess linked an issue Jul 29, 2025 that may be closed by this pull request
@jgsuess jgsuess requested a review from Copilot July 29, 2025 07:57

This comment was marked as outdated.

@jgsuess jgsuess requested a review from Copilot July 29, 2025 08:00
Copy link

Copilot AI left a 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

@johnscarter johnscarter self-requested a review July 29, 2025 19:41
Copy link
Collaborator

@johnscarter johnscarter left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tools for reset and upload

3 participants