FHIR
Create Patient's Consolidated Data
Create Patient’s Consolidated Data with a FHIR Bundle.
PUT
/
medical
/
v1
/
patient
/
{id}
/
consolidated
Path Params
The ID of the Patient.
Body
The resource needs to be “Bundle”
The type needs to be “collection”
The entry needs to be an array of FHIR resources.
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.