Skip to main content

HS.FHIRModel.R4.VerificationResultX.Attestation

class HS.FHIRModel.R4.VerificationResultX.Attestation extends HS.FHIRModel.FHIRClassSuper

*****************************************
** VerificationResultX.Attestation generated class schema
*****************************************
Describes validation requirements, source(s), status and dates for one or more elements.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_VERIFICATIONRESULTX_ATTESTATION;
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 _date as HS.FHIRModel.R4.Element;
Extensions for date
Property methods: _dateGet(), _dateGetSwizzled(), _dateIsValid(), _dateNewObject(), _dateSet()
property _proxyIdentityCertificate as HS.FHIRModel.R4.Element;
Extensions for proxyIdentityCertificate
Property methods: _proxyIdentityCertificateGet(), _proxyIdentityCertificateGetSwizzled(), _proxyIdentityCertificateIsValid(), _proxyIdentityCertificateNewObject(), _proxyIdentityCertificateSet()
property _sourceIdentityCertificate as HS.FHIRModel.R4.Element;
Extensions for sourceIdentityCertificate
Property methods: _sourceIdentityCertificateGet(), _sourceIdentityCertificateGetSwizzled(), _sourceIdentityCertificateIsValid(), _sourceIdentityCertificateNewObject(), _sourceIdentityCertificateSet()
property communicationMethod as HS.FHIRModel.R4.CodeableConcept;
The method by which attested information was submitted/retrieved (manual; API; Push).
Property methods: communicationMethodGet(), communicationMethodGetSwizzled(), communicationMethodIsValid(), communicationMethodNewObject(), communicationMethodSet()
property date as %String;
The date the information was attested to.
Property methods: dateDisplayToLogical(), dateGet(), dateIsValid(), dateLogicalToDisplay(), dateLogicalToOdbc(), dateNormalize(), dateSet()
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 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 onBehalfOf as HS.FHIRModel.R4.Reference;
When the who is asserting on behalf of another (organization or individual).
Property methods: onBehalfOfGet(), onBehalfOfGetSwizzled(), onBehalfOfIsValid(), onBehalfOfNewObject(), onBehalfOfSet()
property proxyIdentityCertificate as %String;
A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source.
Property methods: proxyIdentityCertificateDisplayToLogical(), proxyIdentityCertificateGet(), proxyIdentityCertificateIsValid(), proxyIdentityCertificateLogicalToDisplay(), proxyIdentityCertificateLogicalToOdbc(), proxyIdentityCertificateNormalize(), proxyIdentityCertificateSet()
property proxySignature as HS.FHIRModel.R4.Signature;
Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.
Property methods: proxySignatureGet(), proxySignatureGetSwizzled(), proxySignatureIsValid(), proxySignatureNewObject(), proxySignatureSet()
property sourceIdentityCertificate as %String;
A digital identity certificate associated with the attestation source.
Property methods: sourceIdentityCertificateDisplayToLogical(), sourceIdentityCertificateGet(), sourceIdentityCertificateIsValid(), sourceIdentityCertificateLogicalToDisplay(), sourceIdentityCertificateLogicalToOdbc(), sourceIdentityCertificateNormalize(), sourceIdentityCertificateSet()
property sourceSignature as HS.FHIRModel.R4.Signature;
Signed assertion by the attestation source that they have attested to the information.
Property methods: sourceSignatureGet(), sourceSignatureGetSwizzled(), sourceSignatureIsValid(), sourceSignatureNewObject(), sourceSignatureSet()
property who as HS.FHIRModel.R4.Reference;
The individual or organization attesting to information.
Property methods: whoGet(), whoGetSwizzled(), whoIsValid(), whoNewObject(), whoSet()

Methods

method IncludeCommunicationMethod()
method IncludeExtension()
method IncludeModifierExtension()
method IncludeOnBehalfOf()
method IncludeProxySignature()
method IncludeSourceSignature()
method IncludeWho()
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