Skip to content

DocumentReference upload-document Operation #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

flackjapz
Copy link
Contributor

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-424.d298pum72820gn.amplifyapp.com

@flackjapz flackjapz force-pushed the feature/koala-733-API-upload-channel branch from 5fd04cc to 0b78b82 Compare October 14, 2024 21:01
@flackjapz flackjapz marked this pull request as ready for review October 14, 2024 21:21
@flackjapz flackjapz requested review from a team as code owners October 14, 2024 21:21
@flackjapz flackjapz requested review from csande and rmagier1 and removed request for a team October 14, 2024 21:21
## upload-document

Upload a document via API, without parsing.<br><br>
This endpoint is a [FHIR operation](https://hl7.org/fhir/R4/operations.html), so it accepts a [Parameters](https://hl7.org/fhir/R4/parameters.html) resource in the request body. It will accept exactly one `parameter`, which represents one file to be uploaded. The parameter must have a `name`. The file that will be uploaded is provided as a `valueAttachment` with the `contentType` of `application/pdf`, and `data` must be a base64 encoded string. See the request example for more detail.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the name going to appear in the Canvas UI at all?

Also I think it would be useful to call out here that Documents Upload with this API will be able to find in data integration with a specific filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants