Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specification/record-locator/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ info:

## Spine Secure Proxy (SSP)

Information retrieval is an interaction between a consumer and a provider; routing and receiving requests via the SSP allows both parties to be ignorant of each others authentication and authorisation mechanisms, as the SSP handles the other side of the transaction.
Information retrieval is an interaction between a consumer and a provider; routing and receiving requests via the SSP allows both parties to be ignorant of each other's authentication and authorisation mechanisms, as the SSP handles the other side of the transaction.
The SSP is a content agnostic forward proxy, which is used to control and protect access to health systems. It provides a single security point for both authentication and authorisation for systems. See the [SSP specification](https://developer.nhs.uk/apis/spine-core/ssp_overview.html) for more details.

**Requesting Information via the SSP**
Expand Down Expand Up @@ -337,7 +337,7 @@ info:
| HTTP Request URL | The URL of the NRL service that was called or the URL used for the record retrieval request, which includes the value of the content.attachment.url property defined on the associated NRL pointer. |
| HTTP Response Body | The body of the response message returned. |
| HTTP Status Code | Describes the response outcome: 2xx (Success), 4xx or 5xx (Failure). |
| NHS number | The patient identifier used in the pointer subject reference (for example, https://demographics.spineservices.nhs.uk/STU3/Patient/[nhsNumber]) or in a search query parameter. |
| NHS number | The patient identifier used in the pointer subject reference (for example, https://fhir.nhs.uk/Id/nhs-number) or in a search query parameter. |
| ODS Code | The requesting_organization from JWT (only the ODSCode portion is required, for example, https://fhir.nhs.uk/Id/ods-organization-code\|[odsCode]). |
| Pointer Logical ID | The logical ID of the pointer (generated by the NRL), from which the retrieval request has been made. |
| Request Datetime | Timestamp when the audit log entry was created. |
Expand Down
Loading