Skip to main content

HS.FHIR.vSTU3.Model.Base.DataRequirement

deprecated class HS.FHIR.vSTU3.Model.Base.DataRequirement extends HS.FHIR.vSTU3.Model.Base.Element

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Property Inventory

Method 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 JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = DataRequirement;
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 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.

Properties

property codeFilter as list of HS.FHIR.vSTU3.Model.Base.DataRequirement.CodeFilter (XMLNAME = "codeFilter", XMLPROJECTION = "ELEMENT");
Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data.
Property methods: codeFilterBuildValueArray(), codeFilterCollectionToDisplay(), codeFilterCollectionToOdbc(), codeFilterDisplayToCollection(), codeFilterGet(), codeFilterGetObject(), codeFilterGetObjectId(), codeFilterGetSwizzled(), codeFilterIsValid(), codeFilterOdbcToCollection(), codeFilterSet(), codeFilterSetObject(), codeFilterSetObjectId()
property dateFilter as list of HS.FHIR.vSTU3.Model.Base.DataRequirement.DateFilter (XMLNAME = "dateFilter", XMLPROJECTION = "ELEMENT");
Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.
Property methods: dateFilterBuildValueArray(), dateFilterCollectionToDisplay(), dateFilterCollectionToOdbc(), dateFilterDisplayToCollection(), dateFilterGet(), dateFilterGetObject(), dateFilterGetObjectId(), dateFilterGetSwizzled(), dateFilterIsValid(), dateFilterOdbcToCollection(), dateFilterSet(), dateFilterSetObject(), dateFilterSetObjectId()
property mustSupport as list of HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "mustSupport", XMLPROJECTION = "ELEMENT");
Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. Note that the value for this element can be a path to allow references to nested elements. In that case, all the elements along the path must be supported.
Property methods: mustSupportBuildValueArray(), mustSupportCollectionToDisplay(), mustSupportCollectionToOdbc(), mustSupportDisplayToCollection(), mustSupportGet(), mustSupportGetObject(), mustSupportGetObjectId(), mustSupportGetSwizzled(), mustSupportIsValid(), mustSupportOdbcToCollection(), mustSupportSet(), mustSupportSetObject(), mustSupportSetObjectId()
property profile as list of HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "profile", XMLPROJECTION = "ELEMENT");
The profile of the required data, specified as the uri of the profile definition.
Property methods: profileBuildValueArray(), profileCollectionToDisplay(), profileCollectionToOdbc(), profileDisplayToCollection(), profileGet(), profileGetObject(), profileGetObjectId(), profileGetSwizzled(), profileIsValid(), profileOdbcToCollection(), profileSet(), profileSetObject(), profileSetObjectId()
property type as HS.FHIR.vSTU3.Model.Datatype.Code (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()

Methods

deprecated method SetMustSupport(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "mustSupport" property.
deprecated method SetProfile(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "profile" property.
deprecated method SetType(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab