Skip to content

Commit

Permalink
Merge pull request #94 from NHSDigital/feature/NRLF-585_live_urls_to_…
Browse files Browse the repository at this point in the history
…narrative

[NRLF-585] live urls to narrative
  • Loading branch information
axelkrastek1-nhs authored Aug 17, 2023
2 parents 22bec21 + 43a93b5 commit c6be58a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions specification/record-locator/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ info:
In order to retrieve a document, consumers must be able to interact with the National Record Locator and the Spine
Secure Proxy (SSP).
You can only use this API if your consuming application is only accessible using a valid NHS Smartcard for all
users or a system that uses an authentication method supported by NHS Identity.
You can only use this API if your consuming application is only accessible using a valid NHS Smartcard for all users
or a system that uses an authentication method supported by
[NHS Care NHS Care Identity Service 2 (NHS CIS2)](https://digital.nhs.uk/services/identity-and-access-management/nhs-care-identity-service-2).
You must do this before you can go live (see ‘[Onboarding](#api-description__onboarding)’ below).
Expand Down Expand Up @@ -136,8 +137,9 @@ info:
| Environment | Base URL |
| ----------------- | ---------------------------------------------------------------------- |
| Sandbox | `https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/` |
| Integration test | `https://int.api.service.nhs.uk/record-locator/consumer/FHIR/R4/` |
| Sandbox | `https://sandbox.api.service.nhs.uk/record-locator/consumer/FHIR/R4/` |
| Integration test | `https://int.api.service.nhs.uk/record-locator/consumer/FHIR/R4/` |
| Production | `https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/` |
### Sandbox testing
Expand Down

0 comments on commit c6be58a

Please sign in to comment.