Skip to main content

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
}

Fields

IBundle.id ● String scalar

IBundle.meta ● Meta object

IBundle.implicitRules ● uri scalar

IBundle._implicitRules ● ElementBase object

IBundle.language ● code scalar

IBundle._language ● ElementBase object

IBundle.identifier ● Identifier object

IBundle.type ● code scalar

IBundle._type ● ElementBase object

IBundle.timestamp ● instant scalar

IBundle._timestamp ● ElementBase object

IBundle.total ● unsignedInt scalar

IBundle._total ● ElementBase object

IBundle.entry ● [BundleEntry] list object

IBundle.signature ● Signature object