Skip to main content
PUT
Create Patient's Consolidated Data

Path Params

id
string
required
The ID of the Patient.

Body

resourceType
string
required
The resource needs to be “Bundle”
type
string
required
The type needs to be “collection”
entry
BackboneElement[]
required
The entry needs to be an array of BackboneElement, containing:
See an example on Contributing Data.
At the moment there is a limit to how much data you can send in a single request. The content-length must not exceed 1MB (and 50 resources when in sandbox).

Response

Returns a Bundle of type “transaction-response” with the entry being the outcome of the query.