Upload Document
Creates a DocumentReference and returns its ID and a URL to use for a medical document upload to our servers.
This endpoint returns the DocumentReference ID and a URL to enable you to upload your patients’ medical documents, making them available to other HIEs.
Overview
To use this endpoint, you will need to follow these steps:
-
Create a
DocumentReference
to describe the document that’s being uploaded (see sections below for details on the expected fields and format). -
Execute the endpoint and receive a URL to use for the document upload.
-
Upload the document by executing a
PUT
request using theURL
with aContent-Length
header specifying the size of the document.
Query Params
The ID of the Patient.
Body
A FHIR DocumentReference.
A CodeableConcept of the document type.
A brief description of the document - for example Discharge Summary
.
Context of the document content.
Note that you do not need to include a Patient or Organization resource in the contained property, as those will be inferred on our end - if you do, they will be overwritten.
Example Payload:
Response
The DocumentReference ID and a URL to be used for file upload.