Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.Condition

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

Detailed information about conditions, problems or diagnoses.

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 = Condition;
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 = 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 abatementAge as HS.FHIR.DTL.vR4.Model.Datatype.Age (XMLNAME = "abatementAge", XMLPROJECTION = "ELEMENT");
Age

When in resolution/remission.

Property methods: abatementAgeGet(), abatementAgeGetSwizzled(), abatementAgeIsValid(), abatementAgeNewObject(), abatementAgeSet()
property abatementDateTime as %String (MAXLEN = 1000000, XMLNAME = "abatementDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

When in resolution/remission.

Property methods: abatementDateTimeDisplayToLogical(), abatementDateTimeGet(), abatementDateTimeIsValid(), abatementDateTimeLogicalToDisplay(), abatementDateTimeLogicalToOdbc(), abatementDateTimeNormalize(), abatementDateTimeSet()
property abatementPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "abatementPeriod", XMLPROJECTION = "ELEMENT");
Period

When in resolution/remission.

Property methods: abatementPeriodGet(), abatementPeriodGetSwizzled(), abatementPeriodIsValid(), abatementPeriodNewObject(), abatementPeriodSet()
property abatementRange as HS.FHIR.DTL.vR4.Model.Datatype.Range (XMLNAME = "abatementRange", XMLPROJECTION = "ELEMENT");
Range

When in resolution/remission.

Property methods: abatementRangeGet(), abatementRangeGetSwizzled(), abatementRangeIsValid(), abatementRangeNewObject(), abatementRangeSet()
property abatementString as %String (MAXLEN = 1000000, XMLNAME = "abatementString", XMLPROJECTION = "ATTRIBUTE");
string

When in resolution/remission.

Property methods: abatementStringDisplayToLogical(), abatementStringGet(), abatementStringIsValid(), abatementStringLogicalToDisplay(), abatementStringLogicalToOdbc(), abatementStringNormalize(), abatementStringSet()
property asserter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "asserter", XMLPROJECTION = "ELEMENT");
Reference

Person who asserts this condition.

Practitioner | PractitionerRole | Patient | RelatedPerson

Property methods: asserterGet(), asserterGetSwizzled(), asserterIsValid(), asserterNewObject(), asserterSet()
property bodySite as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "bodySite", XMLPROJECTION = "ELEMENT");
CodeableConcept

Anatomical location, if relevant.

any FHIR4 code may be used; body-site shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: bodySiteBuildValueArray(), bodySiteCollectionToDisplay(), bodySiteCollectionToOdbc(), bodySiteDisplayToCollection(), bodySiteGet(), bodySiteGetObject(), bodySiteGetObjectId(), bodySiteGetSwizzled(), bodySiteIsValid(), bodySiteOdbcToCollection(), bodySiteSet(), bodySiteSetObject(), bodySiteSetObjectId()
property category as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "category", XMLPROJECTION = "ELEMENT");
CodeableConcept

problem-list-item | encounter-diagnosis

condition-category is the REQUIRED FHIR4 ValueSet for codes, but if you need to express meanings not found in condition-category, you may formally EXTEND condition-category to add codes to it.

Property methods: categoryBuildValueArray(), categoryCollectionToDisplay(), categoryCollectionToOdbc(), categoryDisplayToCollection(), categoryGet(), categoryGetObject(), categoryGetObjectId(), categoryGetSwizzled(), categoryIsValid(), categoryOdbcToCollection(), categorySet(), categorySetObject(), categorySetObjectId()
property clinicalStatus as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "clinicalStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

active | recurrence | relapse | inactive | remission | resolved

condition-clinical|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend condition-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

Identification of the condition, problem or diagnosis.

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

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property encounter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "encounter", XMLPROJECTION = "ELEMENT");
Reference

Encounter created as part of.

Encounter

Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property evidence as list of HS.FHIR.DTL.vR4.Model.Element.Condition.evidence (XMLNAME = "evidence", XMLPROJECTION = "ELEMENT");
BackboneElement

Supporting evidence.

Property methods: evidenceBuildValueArray(), evidenceCollectionToDisplay(), evidenceCollectionToOdbc(), evidenceDisplayToCollection(), evidenceGet(), evidenceGetObject(), evidenceGetObjectId(), evidenceGetSwizzled(), evidenceIsValid(), evidenceOdbcToCollection(), evidenceSet(), evidenceSetObject(), evidenceSetObjectId()
property identifier as list of HS.FHIR.DTL.vR4.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

External Ids for this condition.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property note as list of HS.FHIR.DTL.vR4.Model.Datatype.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Annotation

Additional information about the Condition.

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

Estimated or actual date, date-time, or age.

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

Estimated or actual date, date-time, or age.

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

Estimated or actual date, date-time, or age.

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

Estimated or actual date, date-time, or age.

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

Estimated or actual date, date-time, or age.

Property methods: onsetStringDisplayToLogical(), onsetStringGet(), onsetStringIsValid(), onsetStringLogicalToDisplay(), onsetStringLogicalToOdbc(), onsetStringNormalize(), onsetStringSet()
property recordedDate as %String (MAXLEN = 1000000, XMLNAME = "recordedDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date record was first 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 condition.

Practitioner | PractitionerRole | Patient | RelatedPerson

Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property severity as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "severity", XMLPROJECTION = "ELEMENT");
CodeableConcept

Subjective severity of condition.

condition-severity is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in condition-severity, you may use codes from any ValueSet.

Property methods: severityGet(), severityGetSwizzled(), severityIsValid(), severityNewObject(), severitySet()
property stage as list of HS.FHIR.DTL.vR4.Model.Element.Condition.stage (XMLNAME = "stage", XMLPROJECTION = "ELEMENT");
BackboneElement

Stage/grade, usually assessed formally.

Property methods: stageBuildValueArray(), stageCollectionToDisplay(), stageCollectionToOdbc(), stageDisplayToCollection(), stageGet(), stageGetObject(), stageGetObjectId(), stageGetSwizzled(), stageIsValid(), stageOdbcToCollection(), stageSet(), stageSetObject(), stageSetObjectId()
property subject as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "subject", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Who has the condition?

Patient | Group

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property verificationStatus as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "verificationStatus", XMLPROJECTION = "ELEMENT");
CodeableConcept

unconfirmed | provisional | differential | confirmed | refuted | entered-in-error

condition-ver-status|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend condition-ver-status|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