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