Deleting a FHIR Endpoint
You can use the FHIR Server Management page either to delete both the FHIR server endpoint and the associated the FHIR data, or to just decommission the endpoint and retain the FHIR data.
-
You can decommission a FHIR endpoint programmatically by calling the DecommissionInstance()Opens in a new tab method of HS.FHIRServer.InstallerOpens in a new tab.
-
You can uninstall a FHIR endpoint programmatically by calling the UninstallInstance()Opens in a new tab method of HS.FHIRServer.InstallerOpens in a new tab.
-
You can also delete or decommission a FHIR endpoint using the FHIR Server Management REST APIOpens in a new tab.
-
If you prefer, you can use a command-line interface to delete or decommission a FHIR server.
To delete or decommission a FHIR endpoint:
-
Open the FHIR Server Management page.
Either of the following paths in the Management Portal will take you to the page:
-
Navigate to Home > Health (or Home > HealthShare) and click FHIR in the banner.
-
Navigate to Home > Health > FHIRServerNamespace > FHIR Server Management.
-
-
In the tile for the server associated with the desired endpoint, open the menu and choose Delete.
-
Decide whether to remove all data along with the endpoint, and select the corresponding radio button. The deletion options are:
-
Remove all data from the repository, delete the endpoint and FHIR server.
-
Decommission FHIR endpoint, don’t remove data.
-
-
Click Execute.