Skip to content

Commit

Permalink
Merge pull request #166 from NHSDigital/em-985-small-typo
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
alexhawdon authored Jun 18, 2024
2 parents d0daadf + 3e88b6c commit 28f83f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: "object"
description: "The GP Registration Change of GP Request Signal. You will receive this object if you subscribe to `gpreg-change-gp-request-1` events with an `application/json` format."
description: "The GP Registration Change of GP Request Signal. You will receive this object if you subscribe to `gpreg-change-gp-req-1` events with an `application/json` format."
required:
- "id"
- "data"
Expand Down Expand Up @@ -82,7 +82,7 @@ properties:
registrationEncounterCode:
type: "string"
description: |
Numeric code that represents the type of GP registration that occurred. This field is only provided for the gpreg-change-gp-request-1 event type.
Numeric code that represents the type of GP registration that occurred. This field is only provided for the gpreg-change-gp-req-1 event type.
The permitted codes are as follows:
| Code | Type | Description |
| ---- | ------------------ | ---------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 28f83f7

Please sign in to comment.