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
feat: include Practitioner in default resource types for mCSD synchronization
- Updated default `DirectoryResourceTypes` to include `Practitioner`.
- Adjusted Helm charts, configuration files, and documentation to reflect the change.
- Refactored component initialization with `DefaultConfig()` for better default handling.
- Enhanced unit tests to verify functionality with updated defaults.
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Environment variables use the prefix `KNPT_` followed by the configuration path
25
25
|`KNPT_MCSD_QUERY_FHIRBASEURL`|`mcsd.query.fhirbaseurl`| FHIR base URL of the local mCSD Query Directory to synchronize to. |
26
26
|`KNPT_MCSD_ADMIN_<KEY>_FHIRBASEURL`|`mcsd.admin.<key>.fhirbaseurl`| Map of root directories (mCSD Admin Directory FHIR base URLs) to synchronize from. |
27
27
|`KNPT_MCSD_ADMINEXCLUDE`|`mcsd.adminexclude`| (Optional) List of FHIR base URLs to exclude from being registered as administration directories. Useful to prevent self-referencing loops when the query directory is discovered as an Endpoint. Multiple values can be specified as a comma-separated list. |
28
-
|`KNPT_MCSD_DIRECTORYRESOURCETYPES`|`mcsd.directoryresourcetypes`| (Optional) List of resource types to synchronize from discovered mCSD directories. Defaults to: `Organization`, `Endpoint`, `Location`, `HealthcareService`, `PractitionerRole`. Multiple values can be specified as a comma-separated list. |
28
+
|`KNPT_MCSD_DIRECTORYRESOURCETYPES`|`mcsd.directoryresourcetypes`| (Optional) List of resource types to synchronize from discovered mCSD directories. Defaults to: `Organization`, `Endpoint`, `Location`, `HealthcareService`, `PractitionerRole`, `Practitioner`. Multiple values can be specified as a comma-separated list. |
29
29
|**Localization / NVI**|||
30
30
|`KNPT_NVI_BASEURL`|`nvi.baseurl`| Base URL of the NVI service. |
31
31
|`KNPT_NVI_AUDIENCE`|`nvi.audience`| Name of the NVI service, used for creating BSN transport tokens.<br/>Defaults to `nvi`. |
0 commit comments