Skip to main content

HS.FHIR.DTL.vSTU3.Model.Resource.AllergyIntolerance

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

Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

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 = 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 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 = AllergyIntolerance;
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 assertedDate as %String (MAXLEN = 1000000, XMLNAME = "assertedDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date record was believed accurate.

Property methods: assertedDateDisplayToLogical(), assertedDateGet(), assertedDateIsValid(), assertedDateLogicalToDisplay(), assertedDateLogicalToOdbc(), assertedDateNormalize(), assertedDateSet()
property asserter as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "asserter", XMLPROJECTION = "ELEMENT");
Reference

Source of the information about the allergy.

Patient | RelatedPerson | Practitioner

Property methods: asserterGet(), asserterGetSwizzled(), asserterIsValid(), asserterNewObject(), asserterSet()
property category as list of %String (MAXLEN = 1000000, XMLNAME = "category", XMLPROJECTION = "ELEMENT");
code

food | medication | environment | biologic

allergy-intolerance-category is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend allergy-intolerance-category and you may NOT use codes from other ValueSets.

Property methods: categoryBuildValueArray(), categoryCollectionToDisplay(), categoryCollectionToOdbc(), categoryDisplayToCollection(), categoryDisplayToLogical(), categoryGet(), categoryGetObject(), categoryGetObjectId(), categoryGetSwizzled(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categoryOdbcToCollection(), categorySet(), categorySetObject(), categorySetObjectId()
property clinicalStatus as %String (MAXLEN = 1000000, XMLNAME = "clinicalStatus", XMLPROJECTION = "ATTRIBUTE");
code

active | inactive | resolved

allergy-clinical-status is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend allergy-clinical-status and you may NOT use codes from other ValueSets.

Property methods: clinicalStatusDisplayToLogical(), clinicalStatusGet(), clinicalStatusIsValid(), clinicalStatusLogicalToDisplay(), clinicalStatusLogicalToOdbc(), clinicalStatusNormalize(), clinicalStatusSet()
property code as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
CodeableConcept

Code that identifies the allergy or intolerance.

any FHIR3 code may be used; allergyintolerance-code shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property criticality as %String (MAXLEN = 1000000, XMLNAME = "criticality", XMLPROJECTION = "ATTRIBUTE");
code

low | high | unable-to-assess

allergy-intolerance-criticality is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend allergy-intolerance-criticality and you may NOT use codes from other ValueSets.

Property methods: criticalityDisplayToLogical(), criticalityGet(), criticalityIsValid(), criticalityLogicalToDisplay(), criticalityLogicalToOdbc(), criticalityNormalize(), criticalitySet()
property identifier as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

External ids for this item.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property lastOccurrence as %String (MAXLEN = 1000000, XMLNAME = "lastOccurrence", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date(/time) of last known occurrence of a reaction.

Property methods: lastOccurrenceDisplayToLogical(), lastOccurrenceGet(), lastOccurrenceIsValid(), lastOccurrenceLogicalToDisplay(), lastOccurrenceLogicalToOdbc(), lastOccurrenceNormalize(), lastOccurrenceSet()
property note as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Annotation

Additional text 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.DTL.vSTU3.Model.Datatype.Age (XMLNAME = "onsetAge", XMLPROJECTION = "ELEMENT");
Age

When allergy or intolerance was identified.

Property methods: onsetAgeGet(), onsetAgeGetSwizzled(), onsetAgeIsValid(), onsetAgeNewObject(), onsetAgeSet()
property onsetDateTime as %String (MAXLEN = 1000000, XMLNAME = "onsetDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

When allergy or intolerance was identified.

Property methods: onsetDateTimeDisplayToLogical(), onsetDateTimeGet(), onsetDateTimeIsValid(), onsetDateTimeLogicalToDisplay(), onsetDateTimeLogicalToOdbc(), onsetDateTimeNormalize(), onsetDateTimeSet()
property onsetPeriod as HS.FHIR.DTL.vSTU3.Model.Datatype.Period (XMLNAME = "onsetPeriod", XMLPROJECTION = "ELEMENT");
Period

When allergy or intolerance was identified.

Property methods: onsetPeriodGet(), onsetPeriodGetSwizzled(), onsetPeriodIsValid(), onsetPeriodNewObject(), onsetPeriodSet()
property onsetRange as HS.FHIR.DTL.vSTU3.Model.Datatype.Range (XMLNAME = "onsetRange", XMLPROJECTION = "ELEMENT");
Range

When allergy or intolerance was identified.

Property methods: onsetRangeGet(), onsetRangeGetSwizzled(), onsetRangeIsValid(), onsetRangeNewObject(), onsetRangeSet()
property onsetString as %String (MAXLEN = 1000000, XMLNAME = "onsetString", XMLPROJECTION = "ATTRIBUTE");
string

When allergy or intolerance was identified.

Property methods: onsetStringDisplayToLogical(), onsetStringGet(), onsetStringIsValid(), onsetStringLogicalToDisplay(), onsetStringLogicalToOdbc(), onsetStringNormalize(), onsetStringSet()
property patient as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Who the sensitivity is for.

Patient

Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property reaction as list of HS.FHIR.DTL.vSTU3.Model.Element.AllergyIntolerance.reaction (XMLNAME = "reaction", XMLPROJECTION = "ELEMENT");
BackboneElement

Adverse Reaction Events linked to exposure to substance.

Property methods: reactionBuildValueArray(), reactionCollectionToDisplay(), reactionCollectionToOdbc(), reactionDisplayToCollection(), reactionGet(), reactionGetObject(), reactionGetObjectId(), reactionGetSwizzled(), reactionIsValid(), reactionOdbcToCollection(), reactionSet(), reactionSetObject(), reactionSetObjectId()
property recorder as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "recorder", XMLPROJECTION = "ELEMENT");
Reference

Who recorded the sensitivity.

Practitioner | Patient

Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property type as %String (MAXLEN = 1000000, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE");
code

allergy | intolerance - Underlying mechanism (if known)

allergy-intolerance-type is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend allergy-intolerance-type and you may NOT use codes from other ValueSets.

Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
property verificationStatus as %String (MAXLEN = 1000000, XMLNAME = "verificationStatus", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

unconfirmed | confirmed | refuted | entered-in-error

allergy-verification-status is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend allergy-verification-status and you may NOT use codes from other ValueSets.

Property methods: verificationStatusDisplayToLogical(), verificationStatusGet(), verificationStatusIsValid(), verificationStatusLogicalToDisplay(), verificationStatusLogicalToOdbc(), verificationStatusNormalize(), verificationStatusSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab