From ac4550cfa49795bfd352520cb51fc2146bcd0e28 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 16 Nov 2023 15:53:04 +0000 Subject: [PATCH] made registrationEncounterCode optional --- specification/components/schemas/pdsEventData.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/components/schemas/pdsEventData.yaml b/specification/components/schemas/pdsEventData.yaml index 2bdcf0b..cd16b93 100644 --- a/specification/components/schemas/pdsEventData.yaml +++ b/specification/components/schemas/pdsEventData.yaml @@ -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"