Config property for validate resource status (#746)

* Added configuration property for validate_resource_status_for_package_upload

* Added new parameter to test config file

* Fixed merge issue
This commit is contained in:
Michael Wilson
2024-11-09 19:45:46 +11:00
committed by GitHub
parent 5df8e034cb
commit 5d84d9fc59
5 changed files with 16 additions and 1 deletions

View File

@@ -153,6 +153,8 @@ hapi:
### enable to set the Server URL
# server_address: http://hapi.fhir.org/baseR4
# defer_indexing_for_codesystems_of_size: 101
### Flag is true by default. This flag filters resources during package installation, allowing only those resources with a valid status (e.g. active) to be installed.
# validate_resource_status_for_package_upload: false
# install_transitive_ig_dependencies: true
#implementationguides:
### example from registry (packages.fhir.org)