Bundles with the Document
type are used to represent clinical documents that contain a collection of resources, such as patient summaries or diagnostic reports. These bundles typically include resources like Composition
, Patient
, Observation
, DiagnosticReport
, and others that together form a coherent document.
Unlike Batch
and Transaction
bundles, which focus on the processing of multiple resources as individual operations, Document
bundles are intended to represent a single document or report, encapsulating all related resources.
Note: Health Gorilla's API does not currently support the creation or management of Document
bundles. If you attempt to use a Document Bundle, it may not be processed or recognized in the same way as Batch
and Transaction
Bundles.