IBundle
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IBundle {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
identifier: Identifier
type: code
_type: ElementBase
timestamp: instant
_timestamp: ElementBase
total: unsignedInt
_total: ElementBase
link: [BundleLink]
entry: [BundleEntry]
signature: Signature
}