HS.FHIRModel.R4.Condition
class HS.FHIRModel.R4.Condition extends HS.FHIRModel.FHIRClassSuper
******************************************* Condition generated class schema
*****************************************
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
Property Inventory
- _abatementDateTime
- _abatementString
- _implicitRules
- _language
- _onsetDateTime
- _onsetString
- _recordedDate
- abatementAge
- abatementDateTime
- abatementPeriod
- abatementRange
- abatementString
- asserter
- bodySite
- category
- clinicalStatus
- code
- contained
- encounter
- evidence
- extension
- fhirID
- identifier
- implicitRules
- language
- meta
- modifierExtension
- note
- onsetAge
- onsetDateTime
- onsetPeriod
- onsetRange
- onsetString
- recordedDate
- recorder
- resourceType
- severity
- stage
- subject
- text
- verificationStatus
Method Inventory
- IncludeAbatementAge()
- IncludeAbatementPeriod()
- IncludeAbatementRange()
- IncludeAsserter()
- IncludeBodySite()
- IncludeCategory()
- IncludeClinicalStatus()
- IncludeCode()
- IncludeContained()
- IncludeEncounter()
- IncludeEvidence()
- IncludeExtension()
- IncludeIdentifier()
- IncludeMeta()
- IncludeModifierExtension()
- IncludeNote()
- IncludeOnsetAge()
- IncludeOnsetPeriod()
- IncludeOnsetRange()
- IncludeRecorder()
- IncludeSeverity()
- IncludeStage()
- IncludeSubject()
- IncludeText()
- IncludeVerificationStatus()
- _getProperties()
- fromDao()
- toDao()
Parameters
parameter XMLTYPE = R4_CONDITION;
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 _abatementDateTime as HS.FHIRModel.R4.Element;
Extensions for abatementDateTime
Property methods: _abatementDateTimeGet(), _abatementDateTimeGetSwizzled(), _abatementDateTimeIsValid(), _abatementDateTimeNewObject(), _abatementDateTimeSet()
property _abatementString as HS.FHIRModel.R4.Element;
Extensions for abatementString
Property methods: _abatementStringGet(), _abatementStringGetSwizzled(), _abatementStringIsValid(), _abatementStringNewObject(), _abatementStringSet()
property _implicitRules as HS.FHIRModel.R4.Element;
Extensions for implicitRules
Property methods: _implicitRulesGet(), _implicitRulesGetSwizzled(), _implicitRulesIsValid(), _implicitRulesNewObject(), _implicitRulesSet()
property _language as HS.FHIRModel.R4.Element;
Extensions for language
Property methods: _languageGet(), _languageGetSwizzled(), _languageIsValid(), _languageNewObject(), _languageSet()
property _onsetDateTime as HS.FHIRModel.R4.Element;
Extensions for onsetDateTime
Property methods: _onsetDateTimeGet(), _onsetDateTimeGetSwizzled(), _onsetDateTimeIsValid(), _onsetDateTimeNewObject(), _onsetDateTimeSet()
property _onsetString as HS.FHIRModel.R4.Element;
Extensions for onsetString
Property methods: _onsetStringGet(), _onsetStringGetSwizzled(), _onsetStringIsValid(), _onsetStringNewObject(), _onsetStringSet()
property _recordedDate as HS.FHIRModel.R4.Element;
Extensions for recordedDate
Property methods: _recordedDateGet(), _recordedDateGetSwizzled(), _recordedDateIsValid(), _recordedDateNewObject(), _recordedDateSet()
property abatementAge as HS.FHIRModel.R4.Age;
The date or estimated date that the condition resolved or went into
remission. This is called "abatement" because of the many overloaded
connotations associated with "remission" or "resolution" - Conditions
are never really resolved, but they can abate.
Property methods: abatementAgeGet(), abatementAgeGetSwizzled(), abatementAgeIsValid(), abatementAgeNewObject(), abatementAgeSet()
property abatementDateTime as %String;
The date or estimated date that the condition resolved or went into
remission. This is called "abatement" because of the many overloaded
connotations associated with "remission" or "resolution" - Conditions
are never really resolved, but they can abate.
Property methods: abatementDateTimeDisplayToLogical(), abatementDateTimeGet(), abatementDateTimeIsValid(), abatementDateTimeLogicalToDisplay(), abatementDateTimeLogicalToOdbc(), abatementDateTimeNormalize(), abatementDateTimeSet()
property abatementPeriod as HS.FHIRModel.R4.Period;
The date or estimated date that the condition resolved or went into
remission. This is called "abatement" because of the many overloaded
connotations associated with "remission" or "resolution" - Conditions
are never really resolved, but they can abate.
Property methods: abatementPeriodGet(), abatementPeriodGetSwizzled(), abatementPeriodIsValid(), abatementPeriodNewObject(), abatementPeriodSet()
property abatementRange as HS.FHIRModel.R4.Range;
The date or estimated date that the condition resolved or went into
remission. This is called "abatement" because of the many overloaded
connotations associated with "remission" or "resolution" - Conditions
are never really resolved, but they can abate.
Property methods: abatementRangeGet(), abatementRangeGetSwizzled(), abatementRangeIsValid(), abatementRangeNewObject(), abatementRangeSet()
property abatementString as %String;
The date or estimated date that the condition resolved or went into
remission. This is called "abatement" because of the many overloaded
connotations associated with "remission" or "resolution" - Conditions
are never really resolved, but they can abate.
Property methods: abatementStringDisplayToLogical(), abatementStringGet(), abatementStringIsValid(), abatementStringLogicalToDisplay(), abatementStringLogicalToOdbc(), abatementStringNormalize(), abatementStringSet()
property asserter as HS.FHIRModel.R4.Reference;
Individual who is making the condition statement.
Property methods: asserterGet(), asserterGetSwizzled(), asserterIsValid(), asserterNewObject(), asserterSet()
property bodySite as HS.FHIRModel.R4.SeqOfCodeableConcept;
The anatomical location where this condition manifests itself.
Property methods: bodySiteGet(), bodySiteGetSwizzled(), bodySiteIsValid(), bodySiteNewObject(), bodySiteSet()
property category as HS.FHIRModel.R4.SeqOfCodeableConcept;
A category assigned to the condition.
Property methods: categoryGet(), categoryGetSwizzled(), categoryIsValid(), categoryNewObject(), categorySet()
property clinicalStatus as HS.FHIRModel.R4.CodeableConcept;
The clinical status of the condition.
Property methods: clinicalStatusGet(), clinicalStatusGetSwizzled(), clinicalStatusIsValid(), clinicalStatusNewObject(), clinicalStatusSet()
property code as HS.FHIRModel.R4.CodeableConcept;
Identification of the condition, problem or diagnosis.
Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property contained as HS.FHIRModel.R4.SeqOfResourceList;
These resources do not have an independent existence apart from the
resource that contains them - they cannot be identified independently,
and nor can they have their own independent transaction scope.
Property methods: containedGet(), containedGetSwizzled(), containedIsValid(), containedNewObject(), containedSet()
property encounter as HS.FHIRModel.R4.Reference;
The Encounter during which this Condition was created or to which
the creation of this record is tightly associated.
Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property evidence as HS.FHIRModel.R4.ConditionX.SeqOfConditionXEvidence;
Supporting evidence / manifestations that are the basis of the Condition's
verification status, such as evidence that confirmed or refuted
the condition.
Property methods: evidenceGet(), evidenceGetSwizzled(), evidenceIsValid(), evidenceNewObject(), evidenceSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part
of the basic definition of the resource. 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;
The logical id of the resource, as used in the URL for the resource.
Once assigned, this value never changes.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property identifier as HS.FHIRModel.R4.SeqOfIdentifier;
Business identifiers assigned to this condition by the performer
or other systems which remain constant as the resource is updated
and propagates from server to server.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property implicitRules as %String;
A reference to a set of rules that were followed when the resource
was constructed, and which must be understood when processing the
content. Often, this is a reference to an implementation guide that
defines the special rules along with other profiles etc.
Property methods: implicitRulesDisplayToLogical(), implicitRulesGet(), implicitRulesIsValid(), implicitRulesLogicalToDisplay(), implicitRulesLogicalToOdbc(), implicitRulesNormalize(), implicitRulesSet()
property language as %String;
The base language in which the resource is written.
Property methods: languageDisplayToLogical(), languageGet(), languageIsValid(), languageLogicalToDisplay(), languageLogicalToOdbc(), languageNormalize(), languageSet()
property meta as HS.FHIRModel.R4.Meta;
The metadata about the resource. This is content that is maintained
by the infrastructure. Changes to the content might not always be
associated with version changes to the resource.
Property methods: metaGet(), metaGetSwizzled(), metaIsValid(), metaNewObject(), metaSet()
property modifierExtension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part
of the basic definition of the resource and that modifies the understanding
of the element that contains it 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 is allowed to 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 note as HS.FHIRModel.R4.SeqOfAnnotation;
Additional information about the Condition. This is a general notes/comments
entry for description of the Condition, its diagnosis and prognosis.
Property methods: noteGet(), noteGetSwizzled(), noteIsValid(), noteNewObject(), noteSet()
property onsetAge as HS.FHIRModel.R4.Age;
Estimated or actual date or date-time the condition began, in the
opinion of the clinician.
Property methods: onsetAgeGet(), onsetAgeGetSwizzled(), onsetAgeIsValid(), onsetAgeNewObject(), onsetAgeSet()
property onsetDateTime as %String;
Estimated or actual date or date-time the condition began, in the
opinion of the clinician.
Property methods: onsetDateTimeDisplayToLogical(), onsetDateTimeGet(), onsetDateTimeIsValid(), onsetDateTimeLogicalToDisplay(), onsetDateTimeLogicalToOdbc(), onsetDateTimeNormalize(), onsetDateTimeSet()
property onsetPeriod as HS.FHIRModel.R4.Period;
Estimated or actual date or date-time the condition began, in the
opinion of the clinician.
Property methods: onsetPeriodGet(), onsetPeriodGetSwizzled(), onsetPeriodIsValid(), onsetPeriodNewObject(), onsetPeriodSet()
property onsetRange as HS.FHIRModel.R4.Range;
Estimated or actual date or date-time the condition began, in the
opinion of the clinician.
Property methods: onsetRangeGet(), onsetRangeGetSwizzled(), onsetRangeIsValid(), onsetRangeNewObject(), onsetRangeSet()
property onsetString as %String;
Estimated or actual date or date-time the condition began, in the
opinion of the clinician.
Property methods: onsetStringDisplayToLogical(), onsetStringGet(), onsetStringIsValid(), onsetStringLogicalToDisplay(), onsetStringLogicalToOdbc(), onsetStringNormalize(), onsetStringSet()
property recordedDate as %String;
The recordedDate represents when this particular Condition record
was created in the system, which is often a system-generated date.
Property methods: recordedDateDisplayToLogical(), recordedDateGet(), recordedDateIsValid(), recordedDateLogicalToDisplay(), recordedDateLogicalToOdbc(), recordedDateNormalize(), recordedDateSet()
property recorder as HS.FHIRModel.R4.Reference;
Individual who recorded the record and takes responsibility for its
content.
Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property resourceType as %String [ InitialExpression = "Condition" , Required ];
This is a Condition resource
Property methods: resourceTypeDisplayToLogical(), resourceTypeGet(), resourceTypeIsValid(), resourceTypeLogicalToDisplay(), resourceTypeLogicalToOdbc(), resourceTypeNormalize(), resourceTypeSet()
property severity as HS.FHIRModel.R4.CodeableConcept;
A subjective assessment of the severity of the condition as evaluated
by the clinician.
Property methods: severityGet(), severityGetSwizzled(), severityIsValid(), severityNewObject(), severitySet()
property stage as HS.FHIRModel.R4.ConditionX.SeqOfConditionXStage;
Clinical stage or grade of a condition. May include formal severity
assessments.
Property methods: stageGet(), stageGetSwizzled(), stageIsValid(), stageNewObject(), stageSet()
property subject as HS.FHIRModel.R4.Reference [ Required ];
Indicates the patient or group who the condition record is associated
with.
Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property text as HS.FHIRModel.R4.Narrative;
A human-readable narrative that contains a summary of the resource
and can be used to represent the content of the resource to a human.
The narrative need not encode all the structured data, but is required
to contain sufficient detail to make it "clinically safe" for a
human to just read the narrative. Resource definitions may define
what content should be represented in the narrative to ensure clinical
safety.
Property methods: textGet(), textGetSwizzled(), textIsValid(), textNewObject(), textSet()
property verificationStatus as HS.FHIRModel.R4.CodeableConcept;
The verification status to support the clinical status of the condition.
Property methods: verificationStatusGet(), verificationStatusGetSwizzled(), verificationStatusIsValid(), verificationStatusNewObject(), verificationStatusSet()
Methods
method IncludeAbatementAge()
method IncludeAbatementPeriod()
method IncludeAbatementRange()
method IncludeAsserter()
method IncludeBodySite()
method IncludeCategory()
method IncludeClinicalStatus()
method IncludeCode()
method IncludeContained()
method IncludeEncounter()
method IncludeEvidence()
method IncludeExtension()
method IncludeIdentifier()
method IncludeMeta()
method IncludeModifierExtension()
method IncludeNote()
method IncludeOnsetAge()
method IncludeOnsetPeriod()
method IncludeOnsetRange()
method IncludeRecorder()
method IncludeSeverity()
method IncludeStage()
method IncludeSubject()
method IncludeText()
method IncludeVerificationStatus()
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
classmethod fromDao(dao As %Library.DynamicAbstractObject) as HS.FHIRModel.R4.Condition
method toDao() as %DynamicAbstractObject
Inherited description: >
The toDao() method casts the set to a DAO.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- add()
- addAll()
- apply()
- clear()
- contains()
- containsAll()
- get()
- iterator()
- put()
- putAll()
- putAllIfAbsent()
- putIfAbsent()
- remove()
- removeAll()
- removeIf()
- rename()
- replace()
- replaceAll()
- size()
- toString()