Endpoint
Get the Endpoints based on HealthcareService and Endpoint identifiers
Get the Endpoints for an identifier, its address will be omitted if the Endpoint.header is set to private unless the requestor is the owner.
get/Endpoint
Query parameters
_has'HealthcareService.Identifier' | 'HealthcareService.Id'
The healthcareService you want the Endpoints returned for. This needs to be URL Encoded as its passed as a query parameter and part of the URL.
| HealthcareService Property | Example |
|---|---|
| HealthcareService.Identifier | _has:HealthcareService.Identifier=https://fhir.nhs.uk/Id/dos-service-id|1000099999 |
| HealthcareService.Id | _has:HealthcareService.Id=95852b93-d1ab-4c51-8e7d-c24cf9b257a9 |
Endpoint.identifierstring
Example:https://fhir.nhs.uk/Id/EndpointSystem|EndpointValue
The identifier of the type of Endpoint, usually the identifier set by the organisation/supplier that created the Endpoint. It is important to note that this is not the same as Endpoint.id, which is the unique identifier for the Endpoint resource. The Endpoint.identifier can be shared across multiple Endpoint resources. This needs to be URL Encoded as its passed as a query parameter and part of the URL.
Response
The operation was successful