From 35b47c9e06d06dd7aedf48911771679952232765 Mon Sep 17 00:00:00 2001 From: chetan <247804699+chetan-nhs-acn@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:03:25 +0100 Subject: [PATCH] move period inside context for DocumentReference --- ...re-aggregator-api-producer-api-standards.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/patient-care-aggregator-api-producer-api-standards.yaml b/specification/patient-care-aggregator-api-producer-api-standards.yaml index 2183038..121bc9a 100644 --- a/specification/patient-care-aggregator-api-producer-api-standards.yaml +++ b/specification/patient-care-aggregator-api-producer-api-standards.yaml @@ -984,14 +984,14 @@ components: type: string description: Reference to the linked Appointment contained in the Appointment.Id example: https://my.portal.com/fhir/R4/Appointment/0448E4C8-DD12-4BAD-9B59-6091C9484701 - period: - description: "The time period over which the service that is described by the document was provided." - type: object - properties: - start: - type: string - description: "Document effective date/time in a UTC format." - example: "2021-06-13T12:30:00+00:00" + period: + description: "The time period over which the service that is described by the document was provided." + type: object + properties: + start: + type: string + description: "Document effective date/time in a UTC format." + example: "2021-06-13T12:30:00+00:00" date: description: "When this document reference was created in a UTC format." type: string