Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.AllergyIntolerance

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

Allergy or Intolerance (generally: Risk of adverse reaction 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 asserter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "asserter", XMLPROJECTION = "ELEMENT");
Reference

Source of the information about the allergy.

Patient | RelatedPerson | Practitioner | PractitionerRole

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|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend allergy-intolerance-category|4.0.1 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 HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "clinicalStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

active | inactive | resolved

allergyintolerance-clinical|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend allergyintolerance-clinical|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: clinicalStatusGet(), clinicalStatusGetSwizzled(), clinicalStatusIsValid(), clinicalStatusNewObject(), clinicalStatusSet()
property code as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
CodeableConcept

Code that identifies the allergy or intolerance.

any FHIR4 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|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend allergy-intolerance-criticality|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: criticalityDisplayToLogical(), criticalityGet(), criticalityIsValid(), criticalityLogicalToDisplay(), criticalityLogicalToOdbc(), criticalityNormalize(), criticalitySet()
property encounter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "encounter", XMLPROJECTION = "ELEMENT");
Reference

Encounter when the allergy or intolerance was asserted.

Encounter

Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property identifier as list of HS.FHIR.DTL.vR4.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.vR4.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.vR4.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.vR4.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.vR4.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.vR4.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.vR4.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 recordedDate as %String (MAXLEN = 1000000, XMLNAME = "recordedDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date first version of the resource instance was recorded.

Property methods: recordedDateDisplayToLogical(), recordedDateGet(), recordedDateIsValid(), recordedDateLogicalToDisplay(), recordedDateLogicalToOdbc(), recordedDateNormalize(), recordedDateSet()
property recorder as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "recorder", XMLPROJECTION = "ELEMENT");
Reference

Who recorded the sensitivity.

Practitioner | PractitionerRole | Patient | RelatedPerson

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|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend allergy-intolerance-type|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
property verificationStatus as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "verificationStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

unconfirmed | confirmed | refuted | entered-in-error

allergyintolerance-verification|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend allergyintolerance-verification|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: verificationStatusGet(), verificationStatusGetSwizzled(), verificationStatusIsValid(), verificationStatusNewObject(), verificationStatusSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab