Skip to content

Commit

Permalink
Merge pull request #205 from NHSDigital/em-0000-update-spec-for-new-g…
Browse files Browse the repository at this point in the history
…p-reg-url

EM-0000 Update missing gp reg url
  • Loading branch information
acarriedev authored Aug 22, 2024
2 parents 7576558 + 43d1b09 commit b856cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"source": "uk.nhs.register-with-a-gp-surgery-service",
"type": "gpreg-change-gp-req-1",
"time": "2020-06-01T13:00:00Z",
"dataref": "https://api.service.nhs.uk/register-with-a-gp-surgery?sessionID=236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b",
"dataref": "https://api.service.nhs.uk/register-with-a-gp-surgery/applications/236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b",
"subject": "9912003888"
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ properties:
description: A link to the Registration record on the Register with a GP Surgery Service API. (Speculative example - API under development.)
"$ref": "#/definitions/datarefdef"
examples:
- https://api.service.nhs.uk/register-with-a-gp-surgery?sessionID=236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b
- https://api.service.nhs.uk/register-with-a-gp-surgery/applications/236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b
required:
- id
- source
Expand Down Expand Up @@ -78,5 +78,5 @@ example:
source: uk.nhs.register-with-a-gp-surgery-service
type: gpreg-change-gp-req-1
time: '2020-06-01T13:00:00Z'
dataref: https://api.service.nhs.uk/register-with-a-gp-surgery?sessionID=236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b
dataref: https://api.service.nhs.uk/register-with-a-gp-surgery/applications/236a1d4a-5d69-4fa9-9c7f-e72bf505aa5b
subject: '9912003888'

0 comments on commit b856cdc

Please sign in to comment.