You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/application.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ hapi:
152
152
### enable to set the Server URL
153
153
# server_address: http://hapi.fhir.org/baseR4
154
154
# defer_indexing_for_codesystems_of_size: 101
155
+
### 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.
Copy file name to clipboardExpand all lines: src/main/resources/cds.application.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,8 @@ hapi:
153
153
### enable to set the Server URL
154
154
# server_address: http://hapi.fhir.org/baseR4
155
155
# defer_indexing_for_codesystems_of_size: 101
156
+
### 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.
Copy file name to clipboardExpand all lines: src/test/resources/application.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ hapi:
94
94
### enable to set the Server URL
95
95
# server_address: http://hapi.fhir.org/baseR4
96
96
# defer_indexing_for_codesystems_of_size: 101
97
+
### 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.
0 commit comments