Class Condition
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Condition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Condition">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="asserter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="dateRecorded" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="category" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="clinicalStatus" type="{http://hl7.org/fhir}code" minOccurs="0"/>
<element name="verificationStatus" type="{http://hl7.org/fhir}ConditionVerificationStatus"/>
<element name="severity" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<choice minOccurs="0">
<element name="onsetDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="onsetQuantity" type="{http://hl7.org/fhir}Age"/>
<element name="onsetPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="onsetRange" type="{http://hl7.org/fhir}Range"/>
<element name="onsetString" type="{http://hl7.org/fhir}string"/>
</choice>
<choice minOccurs="0">
<element name="abatementDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="abatementQuantity" type="{http://hl7.org/fhir}Age"/>
<element name="abatementBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="abatementPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="abatementRange" type="{http://hl7.org/fhir}Range"/>
<element name="abatementString" type="{http://hl7.org/fhir}string"/>
</choice>
<element name="stage" type="{http://hl7.org/fhir}Condition.Stage" minOccurs="0"/>
<element name="evidence" type="{http://hl7.org/fhir}Condition.Evidence" maxOccurs="unbounded" minOccurs="0"/>
<element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="notes" type="{http://hl7.org/fhir}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected DateTimeprotected Periodprotected Ageprotected Rangeprotected Stringprotected Referenceprotected List<CodeableConcept> protected CodeableConceptprotected Codeprotected CodeableConceptprotected Dateprotected Referenceprotected List<ConditionEvidence> protected List<Identifier> protected Stringprotected DateTimeprotected Periodprotected Ageprotected Rangeprotected Stringprotected Referenceprotected CodeableConceptprotected ConditionStageprotected ConditionVerificationStatusFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the abatementBoolean property.Gets the value of the abatementDateTime property.Gets the value of the abatementPeriod property.Gets the value of the abatementQuantity property.Gets the value of the abatementRange property.Gets the value of the abatementString property.Gets the value of the asserter property.Gets the value of the bodySite property.Gets the value of the category property.Gets the value of the clinicalStatus property.getCode()Gets the value of the code property.Gets the value of the dateRecorded property.Gets the value of the encounter property.Gets the value of the evidence property.Gets the value of the identifier property.getNotes()Gets the value of the notes property.Gets the value of the onsetDateTime property.Gets the value of the onsetPeriod property.Gets the value of the onsetQuantity property.Gets the value of the onsetRange property.Gets the value of the onsetString property.Gets the value of the patient property.Gets the value of the severity property.getStage()Gets the value of the stage property.Gets the value of the verificationStatus property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAbatementBoolean(Boolean value) Sets the value of the abatementBoolean property.voidsetAbatementDateTime(DateTime value) Sets the value of the abatementDateTime property.voidsetAbatementPeriod(Period value) Sets the value of the abatementPeriod property.voidsetAbatementQuantity(Age value) Sets the value of the abatementQuantity property.voidsetAbatementRange(Range value) Sets the value of the abatementRange property.voidsetAbatementString(String value) Sets the value of the abatementString property.voidsetAsserter(Reference value) Sets the value of the asserter property.voidsetBodySite(List<CodeableConcept> value) voidsetCategory(CodeableConcept value) Sets the value of the category property.voidsetClinicalStatus(Code value) Sets the value of the clinicalStatus property.voidsetCode(CodeableConcept value) Sets the value of the code property.voidsetDateRecorded(Date value) Sets the value of the dateRecorded property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetEvidence(List<ConditionEvidence> value) voidsetIdentifier(List<Identifier> value) voidSets the value of the notes property.voidsetOnsetDateTime(DateTime value) Sets the value of the onsetDateTime property.voidsetOnsetPeriod(Period value) Sets the value of the onsetPeriod property.voidsetOnsetQuantity(Age value) Sets the value of the onsetQuantity property.voidsetOnsetRange(Range value) Sets the value of the onsetRange property.voidsetOnsetString(String value) Sets the value of the onsetString property.voidsetPatient(Reference value) Sets the value of the patient property.voidsetSeverity(CodeableConcept value) Sets the value of the severity property.voidsetStage(ConditionStage value) Sets the value of the stage property.voidSets the value of the verificationStatus property.toString()withAbatementBoolean(Boolean value) withAbatementDateTime(DateTime value) withAbatementPeriod(Period value) withAbatementQuantity(Age value) withAbatementRange(Range value) withAbatementString(String value) withAsserter(Reference value) withBodySite(Collection<CodeableConcept> values) withBodySite(CodeableConcept... values) withCategory(CodeableConcept value) withClinicalStatus(Code value) withCode(CodeableConcept value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDateRecorded(Date value) withEncounter(Reference value) withEvidence(Collection<ConditionEvidence> values) withEvidence(ConditionEvidence... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOnsetDateTime(DateTime value) withOnsetPeriod(Period value) withOnsetQuantity(Age value) withOnsetRange(Range value) withOnsetString(String value) withPatient(Reference value) withSeverity(CodeableConcept value) withStage(ConditionStage value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
patient
-
encounter
-
asserter
-
dateRecorded
-
code
-
category
-
clinicalStatus
-
verificationStatus
-
severity
-
onsetDateTime
-
onsetQuantity
-
onsetPeriod
-
onsetRange
-
onsetString
-
abatementDateTime
-
abatementQuantity
-
abatementBoolean
-
abatementPeriod
-
abatementRange
-
abatementString
-
stage
-
evidence
-
bodySite
-
notes
-
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getPatient
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getEncounter
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getAsserter
Gets the value of the asserter property.- Returns:
- possible object is
Reference
-
setAsserter
Sets the value of the asserter property.- Parameters:
value- allowed object isReference
-
getDateRecorded
Gets the value of the dateRecorded property.- Returns:
- possible object is
Date
-
setDateRecorded
Sets the value of the dateRecorded property.- Parameters:
value- allowed object isDate
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
CodeableConcept
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isCodeableConcept
-
getClinicalStatus
Gets the value of the clinicalStatus property.- Returns:
- possible object is
Code
-
setClinicalStatus
Sets the value of the clinicalStatus property.- Parameters:
value- allowed object isCode
-
getVerificationStatus
Gets the value of the verificationStatus property.- Returns:
- possible object is
ConditionVerificationStatus
-
setVerificationStatus
Sets the value of the verificationStatus property.- Parameters:
value- allowed object isConditionVerificationStatus
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
CodeableConcept
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isCodeableConcept
-
getOnsetDateTime
Gets the value of the onsetDateTime property.- Returns:
- possible object is
DateTime
-
setOnsetDateTime
Sets the value of the onsetDateTime property.- Parameters:
value- allowed object isDateTime
-
getOnsetQuantity
Gets the value of the onsetQuantity property.- Returns:
- possible object is
Age
-
setOnsetQuantity
Sets the value of the onsetQuantity property.- Parameters:
value- allowed object isAge
-
getOnsetPeriod
Gets the value of the onsetPeriod property.- Returns:
- possible object is
Period
-
setOnsetPeriod
Sets the value of the onsetPeriod property.- Parameters:
value- allowed object isPeriod
-
getOnsetRange
Gets the value of the onsetRange property.- Returns:
- possible object is
Range
-
setOnsetRange
Sets the value of the onsetRange property.- Parameters:
value- allowed object isRange
-
getOnsetString
Gets the value of the onsetString property.- Returns:
- possible object is
String
-
setOnsetString
Sets the value of the onsetString property.- Parameters:
value- allowed object isString
-
getAbatementDateTime
Gets the value of the abatementDateTime property.- Returns:
- possible object is
DateTime
-
setAbatementDateTime
Sets the value of the abatementDateTime property.- Parameters:
value- allowed object isDateTime
-
getAbatementQuantity
Gets the value of the abatementQuantity property.- Returns:
- possible object is
Age
-
setAbatementQuantity
Sets the value of the abatementQuantity property.- Parameters:
value- allowed object isAge
-
getAbatementBoolean
Gets the value of the abatementBoolean property.- Returns:
- possible object is
Boolean
-
setAbatementBoolean
Sets the value of the abatementBoolean property.- Parameters:
value- allowed object isBoolean
-
getAbatementPeriod
Gets the value of the abatementPeriod property.- Returns:
- possible object is
Period
-
setAbatementPeriod
Sets the value of the abatementPeriod property.- Parameters:
value- allowed object isPeriod
-
getAbatementRange
Gets the value of the abatementRange property.- Returns:
- possible object is
Range
-
setAbatementRange
Sets the value of the abatementRange property.- Parameters:
value- allowed object isRange
-
getAbatementString
Gets the value of the abatementString property.- Returns:
- possible object is
String
-
setAbatementString
Sets the value of the abatementString property.- Parameters:
value- allowed object isString
-
getStage
Gets the value of the stage property.- Returns:
- possible object is
ConditionStage
-
setStage
Sets the value of the stage property.- Parameters:
value- allowed object isConditionStage
-
getEvidence
Gets the value of the evidence property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the evidence property.For example, to add a new item, do as follows:
getEvidence().add(newItem);Objects of the following type(s) are allowed in the list
ConditionEvidence -
getBodySite
Gets the value of the bodySite property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the bodySite property.For example, to add a new item, do as follows:
getBodySite().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
withIdentifier
-
withIdentifier
-
withPatient
-
withEncounter
-
withAsserter
-
withDateRecorded
-
withCode
-
withCategory
-
withClinicalStatus
-
withVerificationStatus
-
withSeverity
-
withOnsetDateTime
-
withOnsetQuantity
-
withOnsetPeriod
-
withOnsetRange
-
withOnsetString
-
withAbatementDateTime
-
withAbatementQuantity
-
withAbatementBoolean
-
withAbatementPeriod
-
withAbatementRange
-
withAbatementString
-
withStage
-
withEvidence
-
withEvidence
-
withBodySite
-
withBodySite
-
withNotes
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-
setEvidence
-
setBodySite
-