Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.AllergyIntolerance

class HS.FHIR.DTL.vDSTU2.Model.Resource.AllergyIntolerance extends HS.FHIR.DTL.vDSTU2.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 category as %String (MAXLEN = 1000000, XMLNAME = "category", XMLPROJECTION = "ATTRIBUTE");
code

food | medication | environment | other - Category of Substance

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

Property methods: categoryDisplayToLogical(), categoryGet(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categorySet()
property criticality as %String (MAXLEN = 1000000, XMLNAME = "criticality", XMLPROJECTION = "ATTRIBUTE");
code

CRITL | CRITH | CRITU

allergy-intolerance-criticality is the REQUIRED FHIR2 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.vDSTU2.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 lastOccurence as %String (MAXLEN = 1000000, XMLNAME = "lastOccurence", XMLPROJECTION = "ATTRIBUTE");
dateTime

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

Property methods: lastOccurenceDisplayToLogical(), lastOccurenceGet(), lastOccurenceIsValid(), lastOccurenceLogicalToDisplay(), lastOccurenceLogicalToOdbc(), lastOccurenceNormalize(), lastOccurenceSet()
property note as HS.FHIR.DTL.vDSTU2.Model.Datatype.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Annotation

Additional text not captured in other fields.

Property methods: noteGet(), noteGetSwizzled(), noteIsValid(), noteNewObject(), noteSet()
property onset as %String (MAXLEN = 1000000, XMLNAME = "onset", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date(/time) when manifestations showed.

Property methods: onsetDisplayToLogical(), onsetGet(), onsetIsValid(), onsetLogicalToDisplay(), onsetLogicalToOdbc(), onsetNormalize(), onsetSet()
property patient as HS.FHIR.DTL.vDSTU2.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.vDSTU2.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

When recorded.

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

Who recorded the sensitivity.

Practitioner | Patient

Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property reporter as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "reporter", XMLPROJECTION = "ELEMENT");
Reference

Source of the information about the allergy.

Patient | RelatedPerson | Practitioner

Property methods: reporterGet(), reporterGetSwizzled(), reporterIsValid(), reporterNewObject(), reporterSet()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE");
code

active | unconfirmed | confirmed | inactive | resolved | refuted | entered-in-error

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

Property methods: statusDisplayToLogical(), statusGet(), statusIsValid(), statusLogicalToDisplay(), statusLogicalToOdbc(), statusNormalize(), statusSet()
property substance as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "substance", XMLPROJECTION = "ELEMENT") [ Required ];
CodeableConcept

Substance, (or class) considered to be responsible for risk.

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

Property methods: substanceGet(), substanceGetSwizzled(), substanceIsValid(), substanceNewObject(), substanceSet()
property type as %String (MAXLEN = 1000000, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE");
code

allergy | intolerance - Underlying mechanism (if known)

allergy-intolerance-type is the REQUIRED FHIR2 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()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab