URLs to access eHealth services

This page describes the URLs application vendors shall use to access eHealth infrastructure services.

Application vendors can access the eHealth infrastructure services by using the service URLs listed for each environment Environments.

The external URLs follow the pattern:

  • https://{service}.{environment}.ehealth.sundhed.dk/{path}

Eg., to get metadata from the task service in the exttest environment:

  • https://task.exttest.ehealth.sundhed.dk/fhir/metadata

But when developing internal URLs to access the eHealth infrastructure services.

The eHealth infrastructure services are deployed in the ehealth-public namespace, and for a service deployed in a vendor namespace, the access to a service in the ehealth-public namespace must use the cluster internal URL pattern:

  • http://{service}.ehealth-public/{path}

Eg., for a vendor service deployed in the exttest environment, to get metadata from the task service:

  • http://task.ehealth-public/fhir/metadata