Skip to main content

HS.FHIR.vSTU3.Model.Resource.AllergyIntolerance

deprecated class HS.FHIR.vSTU3.Model.Resource.AllergyIntolerance extends HS.FHIR.vSTU3.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
If the element is present, it must have either a @value, an @id, 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 XMLNAME = AllergyIntolerance;
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 assertedDate as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "assertedDate", XMLPROJECTION = "ELEMENT");
The date on which the existance of the AllergyIntolerance was first asserted or acknowledged.
Property methods: assertedDateGet(), assertedDateGetSwizzled(), assertedDateIsValid(), assertedDateNewObject(), assertedDateSet()
property asserter as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "asserter", XMLPROJECTION = "ELEMENT");
The source of the information about the allergy that is recorded.
Property methods: asserterGet(), asserterGetSwizzled(), asserterIsValid(), asserterNewObject(), asserterSet()
property category as list of HS.FHIR.vSTU3.Model.Base.AllergyIntoleranceCategory (XMLNAME = "category", XMLPROJECTION = "ELEMENT");
Category of the identified substance.
Property methods: categoryBuildValueArray(), categoryCollectionToDisplay(), categoryCollectionToOdbc(), categoryDisplayToCollection(), categoryGet(), categoryGetObject(), categoryGetObjectId(), categoryGetSwizzled(), categoryIsValid(), categoryOdbcToCollection(), categorySet(), categorySetObject(), categorySetObjectId()
property clinicalStatus as HS.FHIR.vSTU3.Model.Base.AllergyIntoleranceClinicalStatus (XMLNAME = "clinicalStatus", XMLPROJECTION = "ELEMENT");
The clinical status of the allergy or intolerance.
Property methods: clinicalStatusGet(), clinicalStatusGetSwizzled(), clinicalStatusIsValid(), clinicalStatusNewObject(), clinicalStatusSet()
property code as HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies").
Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property criticality as HS.FHIR.vSTU3.Model.Base.AllergyIntoleranceCriticality (XMLNAME = "criticality", XMLPROJECTION = "ELEMENT");
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.
Property methods: criticalityGet(), criticalityGetSwizzled(), criticalityIsValid(), criticalityNewObject(), criticalitySet()
property identifier as list of HS.FHIR.vSTU3.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property lastOccurrence as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "lastOccurrence", XMLPROJECTION = "ELEMENT");
Represents the date and/or time of the last known occurrence of a reaction event.
Property methods: lastOccurrenceGet(), lastOccurrenceGetSwizzled(), lastOccurrenceIsValid(), lastOccurrenceNewObject(), lastOccurrenceSet()
property note as list of HS.FHIR.vSTU3.Model.Base.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.
Property methods: noteBuildValueArray(), noteCollectionToDisplay(), noteCollectionToOdbc(), noteDisplayToCollection(), noteGet(), noteGetObject(), noteGetObjectId(), noteGetSwizzled(), noteIsValid(), noteOdbcToCollection(), noteSet(), noteSetObject(), noteSetObjectId()
property onsetAge as HS.FHIR.vSTU3.Model.Base.Age (XMLNAME = "onsetAge", XMLPROJECTION = "ELEMENT");
Property methods: onsetAgeGet(), onsetAgeGetSwizzled(), onsetAgeIsValid(), onsetAgeNewObject(), onsetAgeSet()
property onsetDateTime as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "onsetDateTime", XMLPROJECTION = "ELEMENT");
Property methods: onsetDateTimeGet(), onsetDateTimeGetSwizzled(), onsetDateTimeIsValid(), onsetDateTimeNewObject(), onsetDateTimeSet()
property onsetPeriod as HS.FHIR.vSTU3.Model.Base.Period (XMLNAME = "onsetPeriod", XMLPROJECTION = "ELEMENT");
Property methods: onsetPeriodGet(), onsetPeriodGetSwizzled(), onsetPeriodIsValid(), onsetPeriodNewObject(), onsetPeriodSet()
property onsetRange as HS.FHIR.vSTU3.Model.Base.Range (XMLNAME = "onsetRange", XMLPROJECTION = "ELEMENT");
Property methods: onsetRangeGet(), onsetRangeGetSwizzled(), onsetRangeIsValid(), onsetRangeNewObject(), onsetRangeSet()
property onsetString as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "onsetString", XMLPROJECTION = "ELEMENT");
Property methods: onsetStringGet(), onsetStringGetSwizzled(), onsetStringIsValid(), onsetStringNewObject(), onsetStringSet()
property patient as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT") [ Required ];
The patient who has the allergy or intolerance.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property reaction as list of HS.FHIR.vSTU3.Model.Resource.AllergyIntolerance.Reaction (XMLNAME = "reaction", XMLPROJECTION = "ELEMENT");
Details about each adverse reaction event linked to exposure to the identified substance.
Property methods: reactionBuildValueArray(), reactionCollectionToDisplay(), reactionCollectionToOdbc(), reactionDisplayToCollection(), reactionGet(), reactionGetObject(), reactionGetObjectId(), reactionGetSwizzled(), reactionIsValid(), reactionOdbcToCollection(), reactionSet(), reactionSetObject(), reactionSetObjectId()
property recorder as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "recorder", XMLPROJECTION = "ELEMENT");
Individual who recorded the record and takes responsibility for its content.
Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property type as HS.FHIR.vSTU3.Model.Base.AllergyIntoleranceType (XMLNAME = "type", XMLPROJECTION = "ELEMENT");
Identification of the underlying physiological mechanism for the reaction risk.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property verificationStatus as HS.FHIR.vSTU3.Model.Base.AllergyIntoleranceVerificationStatus (XMLNAME = "verificationStatus", XMLPROJECTION = "ELEMENT") [ Required ];
Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).
Property methods: verificationStatusGet(), verificationStatusGetSwizzled(), verificationStatusIsValid(), verificationStatusNewObject(), verificationStatusSet()

Methods

deprecated method SetAssertedDate(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 "assertedDate" property.
deprecated method SetAsserter(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "asserter" property.
deprecated method SetCategory(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 "category" property.
deprecated method SetClinicalStatus(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 "clinicalStatus" property.
deprecated method SetCode(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "code" property.
deprecated method SetCriticality(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 "criticality" property.
deprecated method SetIdentifier(pValue As %String = "", pSystem As %String = "", pUse As %String = "", pTypeCode As %String = "", pTypeSystem As %String = "", pTypeDisplay As %String = "", pTypeText As %String = "", pId As %String = "", pStart As %String = "", pEnd As %String = "", pAssignerReference As %String = "", pAssignerDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "identifier" property.
deprecated method SetLastOccurrence(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 "lastOccurrence" property.
deprecated method SetOnsetDateTime(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 "onsetDateTime" property.
deprecated method SetOnsetPeriod(pStart As %String = "", pEnd As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "onsetPeriod" property.
deprecated method SetOnsetString(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 "onsetString" property.
deprecated method SetPatient(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "patient" property.
deprecated method SetRecorder(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "recorder" 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.
deprecated method SetVerificationStatus(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 "verificationStatus" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab