Bundle

open class Bundle: Resource

Contains a collection of resources.

A container for a collection of resources.

  • Contains a collection of resources.

    A container for a collection of resources.

    Declaration

    Swift

    override open class var resourceType: String
  • Entry in the bundle - will have a resource, or information.

    Declaration

    Swift

    public var entry: [BundleEntry]?
  • Persistent identifier for the bundle.

    Declaration

    Swift

    public var identifier: Identifier?
  • Links related to this Bundle.

    Declaration

    Swift

    public var link: [BundleLink]?
  • Digital Signature.

    Declaration

    Swift

    public var signature: Signature?
  • If search, the total number of matches.

    Declaration

    Swift

    public var total: FHIRInteger?
  • Indicates the purpose of this bundle - how it was intended to be used.

    Declaration

    Swift

    public var type: BundleType?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: BundleType)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class Bundle: Resource