This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Updated patient resource to reflect string field character limit #414
Merged
Conversation
This file contains 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
VelocityKnight
suggested changes
Jul 1, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe add 'The fields' or 'The field' before each line? It's a nit but I think it would make it flow a bit more smoothly.
"The XXX field ... " sounds good |
MaxPhilips
suggested changes
Jul 1, 2020
VelocityKnight
approved these changes
Jul 1, 2020
MaxPhilips
approved these changes
Jul 1, 2020
Manjushavrk
pushed a commit
that referenced
this pull request
Aug 5, 2020
* Updated patient resource to reflect string field character limit * Addressed cr comments
wseymour15
pushed a commit
that referenced
this pull request
Mar 11, 2021
* Updated patient resource to reflect string field character limit * Addressed cr comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
The R4 documentation for Patient was updated to reflect the character limits for its string fields.
Validation
UPDATE: See #414 (comment) for updated screenshots.
The following changes are present on the body-fields table of Create section:

a) Patient.name character limits on family, given, prefix, and suffix
b) Patient.telecom character limit on value

c) Patient.address character limits on line, city, district, state, postalCode, and country

PR Checklist