Skip to main content

HS.FHIRModel.R4.ValueSetX.Expansion

class HS.FHIRModel.R4.ValueSetX.Expansion extends HS.FHIRModel.FHIRClassSuper

*****************************************
** ValueSetX.Expansion generated class schema
*****************************************
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html).

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_VALUESETX_EXPANSION;
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 _identifier as HS.FHIRModel.R4.Element;
Extensions for identifier
Property methods: _identifierGet(), _identifierGetSwizzled(), _identifierIsValid(), _identifierNewObject(), _identifierSet()
property _offset as HS.FHIRModel.R4.Element;
Extensions for offset
Property methods: _offsetGet(), _offsetGetSwizzled(), _offsetIsValid(), _offsetNewObject(), _offsetSet()
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()
The codes that are contained in the value set expansion.
Property methods: contains(), containsGet(), containsGetSwizzled(), containsIsValid(), containsNewObject(), containsSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property identifier as %String;
An identifier that uniquely identifies this expansion of the valueset, based on a unique combination of the provided parameters, the system default parameters, and the underlying system code system versions etc. Systems may re-use the same identifier as long as those factors remain the same, and the expansion is the same, but are not required to do so. This is a business identifier.
Property methods: identifierDisplayToLogical(), identifierGet(), identifierIsValid(), identifierLogicalToDisplay(), identifierLogicalToOdbc(), identifierNormalize(), identifierSet()
property modifierExtension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Property methods: modifierExtensionGet(), modifierExtensionGetSwizzled(), modifierExtensionIsValid(), modifierExtensionNewObject(), modifierExtensionSet()
property offset as %Integer;
If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL NOT be present.
Property methods: offsetDisplayToLogical(), offsetGet(), offsetIsValid(), offsetLogicalToDisplay(), offsetNormalize(), offsetSet(), offsetXSDToLogical()
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
Property methods: parameterGet(), parameterGetSwizzled(), parameterIsValid(), parameterNewObject(), parameterSet()
property timestamp as %String;
The time at which the expansion was produced by the expanding system.
Property methods: timestampDisplayToLogical(), timestampGet(), timestampIsValid(), timestampLogicalToDisplay(), timestampLogicalToOdbc(), timestampNormalize(), timestampSet()
property total as %Integer;
The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.
Property methods: totalDisplayToLogical(), totalGet(), totalIsValid(), totalLogicalToDisplay(), totalNormalize(), totalSet(), totalXSDToLogical()

Methods

method IncludeContains()
method IncludeExtension()
method IncludeModifierExtension()
method IncludeParameter()
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