Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment on lines +987 to +994
date:
description: "When this document reference was created in a UTC format."
type: string
Expand Down
Loading