Skip to content

Commit

Permalink
made registrationEncounterCode optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lucalp-nhs committed Nov 16, 2023
1 parent 6cd23e0 commit ac4550c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specification/components/schemas/pdsEventData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ description: ""
required:
- fullUrl
- provenance
- registrationEncounterCode
- versionId
properties:
versionId:
type: "string"
example: 'W/"2"'
description: "The versionId/ETAG identifies the version of the resource."
description: "The versionId/ETAG identifies the version of the resource. The format should be a version identifier enclosed in quotes and preceded by 'W/'."
fullUrl:
type: "string"
example: "https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9912003888"
Expand Down

0 comments on commit ac4550c

Please sign in to comment.