Update DocumentReference specifications#161
Closed
chetan-nhs-acn wants to merge 1 commit into
Closed
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
983
to
+987
| references: | ||
| 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: |
Comment on lines
+987
to
+994
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/DocumentReference specifications currently conform to R5 specifications. This PR intends to align them to the R4 specifications by moving the period field under context object.
Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.