Skip to main content

HS.FHIR.DTL.vR4.Model.Element.Contract.term.asset

class HS.FHIR.DTL.vR4.Model.Element.Contract.term.asset extends HS.FHIR.DTL.vR4.Model.Base.BackboneElement

Contract Term Asset List.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = Contract.term.asset;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = Contract.term.asset;
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 answer as list of HS.FHIR.DTL.vR4.Model.Element.Contract.term.offer.answer (XMLNAME = "answer", XMLPROJECTION = "ELEMENT");
Contract:term[n].offer.answer

Response to assets.

Property methods: answerBuildValueArray(), answerCollectionToDisplay(), answerCollectionToOdbc(), answerDisplayToCollection(), answerGet(), answerGetObject(), answerGetObjectId(), answerGetSwizzled(), answerIsValid(), answerOdbcToCollection(), answerSet(), answerSetObject(), answerSetObjectId()
property condition as %String (MAXLEN = 1000000, XMLNAME = "condition", XMLPROJECTION = "ATTRIBUTE");
string

Quality desctiption of asset.

Property methods: conditionDisplayToLogical(), conditionGet(), conditionIsValid(), conditionLogicalToDisplay(), conditionLogicalToOdbc(), conditionNormalize(), conditionSet()
property context as list of HS.FHIR.DTL.vR4.Model.Element.Contract.term.asset.context (XMLNAME = "context", XMLPROJECTION = "ELEMENT");
BackboneElement

Circumstance of the asset.

Property methods: contextBuildValueArray(), contextCollectionToDisplay(), contextCollectionToOdbc(), contextDisplayToCollection(), contextGet(), contextGetObject(), contextGetObjectId(), contextGetSwizzled(), contextIsValid(), contextOdbcToCollection(), contextSet(), contextSetObject(), contextSetObjectId()
property linkId as list of %String (MAXLEN = 1000000, XMLNAME = "linkId", XMLPROJECTION = "ELEMENT");
string

Pointer to asset text.

Property methods: linkIdBuildValueArray(), linkIdCollectionToDisplay(), linkIdCollectionToOdbc(), linkIdDisplayToCollection(), linkIdDisplayToLogical(), linkIdGet(), linkIdGetObject(), linkIdGetObjectId(), linkIdGetSwizzled(), linkIdIsValid(), linkIdLogicalToDisplay(), linkIdLogicalToOdbc(), linkIdNormalize(), linkIdOdbcToCollection(), linkIdSet(), linkIdSetObject(), linkIdSetObjectId()
property period as list of HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "period", XMLPROJECTION = "ELEMENT");
Period

Time period of the asset.

Property methods: periodBuildValueArray(), periodCollectionToDisplay(), periodCollectionToOdbc(), periodDisplayToCollection(), periodGet(), periodGetObject(), periodGetObjectId(), periodGetSwizzled(), periodIsValid(), periodOdbcToCollection(), periodSet(), periodSetObject(), periodSetObjectId()
property periodType as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "periodType", XMLPROJECTION = "ELEMENT");
CodeableConcept

Asset availability types.

any FHIR4 code may be used; asset-availability shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: periodTypeBuildValueArray(), periodTypeCollectionToDisplay(), periodTypeCollectionToOdbc(), periodTypeDisplayToCollection(), periodTypeGet(), periodTypeGetObject(), periodTypeGetObjectId(), periodTypeGetSwizzled(), periodTypeIsValid(), periodTypeOdbcToCollection(), periodTypeSet(), periodTypeSetObject(), periodTypeSetObjectId()
property relationship as HS.FHIR.DTL.vR4.Model.Datatype.Coding (XMLNAME = "relationship", XMLPROJECTION = "ELEMENT");
Coding

Kinship of the asset.

consent-content-class is the REQUIRED FHIR4 ValueSet for codes, but if you need to express meanings not found in consent-content-class, you may formally EXTEND consent-content-class to add codes to it.

Property methods: relationshipGet(), relationshipGetSwizzled(), relationshipIsValid(), relationshipNewObject(), relationshipSet()
property scope as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "scope", XMLPROJECTION = "ELEMENT");
CodeableConcept

Range of asset.

any FHIR4 code may be used; contract-assetscope shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: scopeGet(), scopeGetSwizzled(), scopeIsValid(), scopeNewObject(), scopeSet()
property securityLabelNumber as list of %Integer (XMLNAME = "securityLabelNumber", XMLPROJECTION = "ELEMENT");
unsignedInt

Asset restriction numbers.

Property methods: securityLabelNumberBuildValueArray(), securityLabelNumberCollectionToDisplay(), securityLabelNumberCollectionToOdbc(), securityLabelNumberDisplayToCollection(), securityLabelNumberDisplayToLogical(), securityLabelNumberGet(), securityLabelNumberGetObject(), securityLabelNumberGetObjectId(), securityLabelNumberGetSwizzled(), securityLabelNumberIsValid(), securityLabelNumberLogicalToDisplay(), securityLabelNumberNormalize(), securityLabelNumberOdbcToCollection(), securityLabelNumberSet(), securityLabelNumberSetObject(), securityLabelNumberSetObjectId(), securityLabelNumberXSDToLogical()
property subtype as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "subtype", XMLPROJECTION = "ELEMENT");
CodeableConcept

Asset sub-category.

any FHIR4 code may be used; contract-assetsubtype shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: subtypeBuildValueArray(), subtypeCollectionToDisplay(), subtypeCollectionToOdbc(), subtypeDisplayToCollection(), subtypeGet(), subtypeGetObject(), subtypeGetObjectId(), subtypeGetSwizzled(), subtypeIsValid(), subtypeOdbcToCollection(), subtypeSet(), subtypeSetObject(), subtypeSetObjectId()
property text as %String (MAXLEN = 1000000, XMLNAME = "text", XMLPROJECTION = "ATTRIBUTE");
string

Asset clause or question text.

Property methods: textDisplayToLogical(), textGet(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()
property type as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "type", XMLPROJECTION = "ELEMENT");
CodeableConcept

Asset category.

any FHIR4 code may be used; contract-assettype shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: typeBuildValueArray(), typeCollectionToDisplay(), typeCollectionToOdbc(), typeDisplayToCollection(), typeGet(), typeGetObject(), typeGetObjectId(), typeGetSwizzled(), typeIsValid(), typeOdbcToCollection(), typeSet(), typeSetObject(), typeSetObjectId()
property typeReference as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "typeReference", XMLPROJECTION = "ELEMENT");
Reference

Associated entities.

Any FHIR4 Resource may be indicated by this Reference

Property methods: typeReferenceBuildValueArray(), typeReferenceCollectionToDisplay(), typeReferenceCollectionToOdbc(), typeReferenceDisplayToCollection(), typeReferenceGet(), typeReferenceGetObject(), typeReferenceGetObjectId(), typeReferenceGetSwizzled(), typeReferenceIsValid(), typeReferenceOdbcToCollection(), typeReferenceSet(), typeReferenceSetObject(), typeReferenceSetObjectId()
property usePeriod as list of HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "usePeriod", XMLPROJECTION = "ELEMENT");
Period

Time period.

Property methods: usePeriodBuildValueArray(), usePeriodCollectionToDisplay(), usePeriodCollectionToOdbc(), usePeriodDisplayToCollection(), usePeriodGet(), usePeriodGetObject(), usePeriodGetObjectId(), usePeriodGetSwizzled(), usePeriodIsValid(), usePeriodOdbcToCollection(), usePeriodSet(), usePeriodSetObject(), usePeriodSetObjectId()
property valuedItem as list of HS.FHIR.DTL.vR4.Model.Element.Contract.term.asset.valuedItem (XMLNAME = "valuedItem", XMLPROJECTION = "ELEMENT");
BackboneElement

Contract Valued Item List.

Property methods: valuedItemBuildValueArray(), valuedItemCollectionToDisplay(), valuedItemCollectionToOdbc(), valuedItemDisplayToCollection(), valuedItemGet(), valuedItemGetObject(), valuedItemGetObjectId(), valuedItemGetSwizzled(), valuedItemIsValid(), valuedItemOdbcToCollection(), valuedItemSet(), valuedItemSetObject(), valuedItemSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab