You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify that GP2GP_SERVER_PORT is for the API specifically.
Fix broken link in the "Table of contents" to the API information.
Link out to the editor.swagger.io interface which is a bit nicer
for viewing the spec.
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,21 @@ GP2GP 2.2b producer, or those wishing to decommission their existing producer, m
18
18
19
19
1.[Guidance for setting up the GP2GP adaptors in INT](https://github.com/NHSDigital/nia-patient-switching-standard-adaptor/blob/main/getting-started-instructions.md)
20
20
1.[Guidance for operating the adaptor as a New Market Entrant](OPERATING.md)
21
-
1.[Guidance on integrating with the adaptors APIs](#how-to-query-the-ehr-status-api)
21
+
1.[Guidance on integrating with the adaptors APIs](#adaptor-api)
22
22
1.[Documentation on how this adaptor maps GPConnect concepts to GP2GP concepts](https://github.com/NHSDigital/patient-switching-adaptors-mapping-documentation)
23
23
24
-
## How to query the EHR Status API and the Requests endpoint
24
+
## Adaptor API
25
25
26
-
An API is provided to query the status of any transfer to an incumbent.
26
+
An API is provided to query the status of GP2GP transfers that have been processed, and initiate a resend of an
27
+
Electronic Health Record which has failed to transfer.
27
28
28
-
The API has been documented using the OpenAPI Specification (version 3.0.1). The documentation includes detailed descriptions of endpoints,
29
-
parameters, and data models, as well as examples of requests and responses to help developers integrate and use the API effectively
0 commit comments