-
Notifications
You must be signed in to change notification settings - Fork 114
Conversation
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.
The _id/patient
section should actually be broken apart on line 65
It's two separate inputs, so, it could be "provided with the _id
or patient
parameters" instead of as-written.
I like these other changes, especially since we're removing a lot of duplicated / unnecessary content. I'm not sure if we want to keep the different "kinds" of authorizations' requests in there, since the request is functionally the same, and retrieves the same information either way, unless Aaron or someone else sees it as necessary to keep in there.
Thanks for the correction under the _revinclude parameter, @RicardoCrespo-ora |
the duplicate content has bugged me for so long, thank you 🥲 |
8e7f3ef
to
ae6c44e
Compare
* Review and corrections for ChargeItem (#976) * typo fix for CapabilityStatement (#977) * fixing URLs for scope and purpose in consent (#979) * Updated DSTU2 care-plan (#980) * Updated R4 CarePlan Resource (#981) * Updated R4 CareTeam Resource (#982) * Updated R4 CareTeam Resource (#983) * Updated DSTU2 Binary Resource (#984) * Review and Corrections for Device (#985) * Consent updated examples (#986) * Updated AllergyIntolerance R4 resource (#987) * Custom encounter search (#989) * Updated AllergyIntolerance DSTU2 resource (#990)
Description
In preparation for migrating to Oracle docs, we are reviewing and correcting any inconsistencies, typos, broken links, etc. This PR aims to correct any of the above that needs to be addressed within Consent/Contract and any other information directly referenced by it.
Modified implementation notes to match styling of other pages
Before
After
Search request and response was being showcased twice, removed the duplicate
Before
After
Duplicated Response/Request for /Device/:id
Before
After
Minor formatting to error example title for readability
Before
After
PR Checklist