Private OptionalidentifierBundle.identifier Element
FHIR Specification
IdentifierPrivate ReadonlybundleFHIR CodeSystem: BundleType
Privatetype_Bundle.type Element
FHIR Specification
codeCodeSystem Enumeration: BundleTypeEnum
Private OptionaltimestampBundle.timestamp Element
FHIR Specification
instantPrivate OptionaltotalBundle.total Element
FHIR Specification
unsignedIntPrivate OptionallinkBundle.link Element
FHIR Specification
BackboneElementPrivate OptionalentryBundle.entry Element
FHIR Specification
BackboneElementPrivate OptionalsignatureBundle.signature Element
FHIR Specification
SignaturePrivate OptionalissuesBundle.issues Element
FHIR Specification
ResourceStaticparseParse the provided Bundle JSON to instantiate the Bundle data model.
JSON representing FHIR Bundle
OptionaloptSourceField: stringOptional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to Bundle
Bundle data model or undefined for Bundle
JsonError if the provided JSON is not a valid JSON object
the identifier property value as a Identifier object if defined; else an empty Identifier object
Assigns the provided Identifier object value to the identifier property.
the identifier object value
this
InvalidTypeError for invalid data types
true if the identifier property exists and has a value; false otherwise
the type_ property value as a EnumCodeType if defined; else null
CodeSystem Enumeration: BundleTypeEnum
Assigns the provided EnumCodeType value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: BundleTypeEnum
true if the type_ property exists and has a value; false otherwise
the type_ property value as a CodeType if defined; else null
CodeSystem Enumeration: BundleTypeEnum
Assigns the provided PrimitiveType value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
InvalidTypeError for invalid data types
CodeSystem Enumeration: BundleTypeEnum
true if the type_ property exists and has a value; false otherwise
the type_ property value as a fhirCode if defined; else null
CodeSystem Enumeration: BundleTypeEnum
Assigns the provided primitive value to the type_ property.
the type_ value
this
InvalidCodeError for invalid code value
PrimitiveTypeError for invalid primitive types
CodeSystem Enumeration: BundleTypeEnum
true if the type_ property exists and has a value; false otherwise
the timestamp property value as a InstantType object if defined; else an empty InstantType object
Assigns the provided PrimitiveType value to the timestamp property.
the timestamp value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the timestamp property exists and has a value; false otherwise
the timestamp property value as a fhirInstant if defined; else undefined
Assigns the provided primitive value to the timestamp property.
the timestamp value
this
PrimitiveTypeError for invalid primitive types
true if the timestamp property exists and has a value; false otherwise
the total property value as a UnsignedIntType object if defined; else an empty UnsignedIntType object
Assigns the provided PrimitiveType value to the total property.
the total value
this
InvalidTypeError for invalid data types
PrimitiveTypeError for invalid primitive types
true if the total property exists and has a value; false otherwise
the total property value as a fhirUnsignedInt if defined; else undefined
Assigns the provided primitive value to the total property.
the total value
this
PrimitiveTypeError for invalid primitive types
true if the total property exists and has a value; false otherwise
the link property value as a BundleLinkComponent array
Assigns the provided BundleLinkComponent array value to the link property.
the link array value
this
InvalidTypeError for invalid data types
Add the provided BundleLinkComponent value to the link array property.
the link value
this
InvalidTypeError for invalid data types
true if the link property exists and has a value; false otherwise
the entry property value as a BundleEntryComponent array
Assigns the provided BundleEntryComponent array value to the entry property.
the entry array value
this
InvalidTypeError for invalid data types
Add the provided BundleEntryComponent value to the entry array property.
the entry value
this
InvalidTypeError for invalid data types
true if the entry property exists and has a value; false otherwise
the signature property value as a Signature object if defined; else an empty Signature object
Assigns the provided Signature object value to the signature property.
the signature object value
this
InvalidTypeError for invalid data types
true if the signature property exists and has a value; false otherwise
the issues property value as a Resource object if defined; else undefined
Assigns the provided Resource object value to the issues property.
the issues object value
this
InvalidTypeError for invalid resource type
true if the issues property exists and has a value; false otherwise
the FHIR type defined in the FHIR standard
true if the instance is empty; false otherwise
true if and only if the data model has required fields (min cardinality > 0)
and at least one of those required fields in the instance is empty; false otherwise
Creates a copy of the current instance.
the a new instance copied from the current instance
the JSON value or undefined if the instance is empty
the FHIR resource type as defined by the FHIR specification
the id property value as a PrimitiveType
Assigns the provided PrimitiveType value to the id property.
the id value
this
true if the id property exists and has a value; false otherwise
the id property value as a primitive value
Assigns the provided primitive value to the id property.
the id value
this
PrimitiveTypeError for invalid primitive types
true if the id property exists and has a value; false otherwise
the meta property value as a Meta
Assigns the provided value to the meta property.
the meta value
this
true if the meta property exists and has a value; false otherwise
the implicitRules property value as a PrimitiveType
Assigns the provided PrimitiveType value to the implicitRules property.
the implicitRules value
this
true if the implicitRules property exists and has a value; false otherwise
the implicitRules property value as a primitive value
Assigns the provided primitive value to the implicitRules property.
the implicitRules value
this
PrimitiveTypeError for invalid primitive types
true if the system property exists and has a value; false otherwise
the language property value as a PrimitiveType
Assigns the provided PrimitiveType value to the language property.
the language value
this
true if the language property exists and has a value; false otherwise
the language property value as a primitive value
Assigns the provided primitive value to the language property.
the language value
this
PrimitiveTypeError for invalid primitive types
true if the language property exists and has a value; false otherwise
true if the instance is a FHIR resource; false otherwise
true if the instance is a FHIR complex or primitive datatype; false otherwise
true if the instance is a FHIR complex datatype; false otherwise
true if the instance is a FHIR primitive datatype; false otherwise
true if the instance is a FHIR primitive boolean datatype; false otherwise
true if the instance is a FHIR primitive string-based datatype; false otherwise
true if the instance is a FHIR primitive number-based datatype; false otherwise
true if the instance is a FHIR primitive bigint-based datatype; false otherwise
true if the instance is a FHIR primitive datetime-based datatype; false otherwise
ProtectedcopyProtectedCopies the current instance's elements into the provided object.
the copied instance
PrivateinitInitialize the link property
PrivateinitInitialize the entry property
Bundle Class
Remarks
A container for a collection of resources.
FHIR Specification
See
FHIR Bundle