Skip to main content

HS.FHIRModel.R4.Bundle

class HS.FHIRModel.R4.Bundle extends HS.FHIRModel.FHIRClassSuper

*****************************************
** Bundle generated class schema
*****************************************
A container for a collection of resources.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_BUNDLE;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _implicitRules as HS.FHIRModel.R4.Element;
Extensions for implicitRules
Property methods: _implicitRulesGet(), _implicitRulesGetSwizzled(), _implicitRulesIsValid(), _implicitRulesNewObject(), _implicitRulesSet()
property _language as HS.FHIRModel.R4.Element;
Extensions for language
Property methods: _languageGet(), _languageGetSwizzled(), _languageIsValid(), _languageNewObject(), _languageSet()
property _timestamp as HS.FHIRModel.R4.Element;
Extensions for timestamp
Property methods: _timestampGet(), _timestampGetSwizzled(), _timestampIsValid(), _timestampNewObject(), _timestampSet()
property _total as HS.FHIRModel.R4.Element;
Extensions for total
Property methods: _totalGet(), _totalGetSwizzled(), _totalIsValid(), _totalNewObject(), _totalSet()
property _type as HS.FHIRModel.R4.Element;
Extensions for type
Property methods: _typeGet(), _typeGetSwizzled(), _typeIsValid(), _typeNewObject(), _typeSet()
property entry as HS.FHIRModel.R4.BundleX.SeqOfBundleXEntry;
An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).
Property methods: entryGet(), entryGetSwizzled(), entryIsValid(), entryNewObject(), entrySet()
property fhirID as %String;
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property identifier as HS.FHIRModel.R4.Identifier;
A persistent identifier for the bundle that won't change as a bundle is copied from server to server.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property implicitRules as %String;
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Property methods: implicitRulesDisplayToLogical(), implicitRulesGet(), implicitRulesIsValid(), implicitRulesLogicalToDisplay(), implicitRulesLogicalToOdbc(), implicitRulesNormalize(), implicitRulesSet()
property language as %String;
The base language in which the resource is written.
Property methods: languageDisplayToLogical(), languageGet(), languageIsValid(), languageLogicalToDisplay(), languageLogicalToOdbc(), languageNormalize(), languageSet()
A series of links that provide context to this bundle.
Property methods: linkGet(), linkGetSwizzled(), linkIsValid(), linkNewObject(), linkSet()
property meta as HS.FHIRModel.R4.Meta;
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Property methods: metaGet(), metaGetSwizzled(), metaIsValid(), metaNewObject(), metaSet()
property resourceType as %String [ InitialExpression = "Bundle" , Required ];
This is a Bundle resource
Property methods: resourceTypeDisplayToLogical(), resourceTypeGet(), resourceTypeIsValid(), resourceTypeLogicalToDisplay(), resourceTypeLogicalToOdbc(), resourceTypeNormalize(), resourceTypeSet()
property signature as HS.FHIRModel.R4.Signature;
Digital Signature - base64 encoded. XML-DSig or a JWT.
Property methods: signatureGet(), signatureGetSwizzled(), signatureIsValid(), signatureNewObject(), signatureSet()
property timestamp as %String;
The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.
Property methods: timestampDisplayToLogical(), timestampGet(), timestampIsValid(), timestampLogicalToDisplay(), timestampLogicalToOdbc(), timestampNormalize(), timestampSet()
property total as %Integer;
If a set of search matches, this is the total number of entries of type 'match' across all pages in the search. It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle.
Property methods: totalDisplayToLogical(), totalGet(), totalIsValid(), totalLogicalToDisplay(), totalNormalize(), totalSet(), totalXSDToLogical()
property type as %String (VALUELIST = ",document,message,transaction,transaction-response,batch,batch-response,history,searchset,collection");
Indicates the purpose of this bundle - how it is intended to be used.
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Methods

method IncludeEntry()
method IncludeIdentifier()
method IncludeMeta()
method IncludeSignature()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab