Class ClinicalImpression
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.ClinicalImpression
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ClinicalImpression extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for ClinicalImpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClinicalImpression"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="patient" type="{http://hl7.org/fhir}Reference"/> <element name="assessor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}ClinicalImpressionStatus"/> <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/> <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="previous" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="problem" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <choice minOccurs="0"> <element name="triggerCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="triggerReference" type="{http://hl7.org/fhir}Reference"/> </choice> <element name="investigations" type="{http://hl7.org/fhir}ClinicalImpression.Investigations" maxOccurs="unbounded" minOccurs="0"/> <element name="protocol" type="{http://hl7.org/fhir}uri" minOccurs="0"/> <element name="summary" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="finding" type="{http://hl7.org/fhir}ClinicalImpression.Finding" maxOccurs="unbounded" minOccurs="0"/> <element name="resolved" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="ruledOut" type="{http://hl7.org/fhir}ClinicalImpression.RuledOut" maxOccurs="unbounded" minOccurs="0"/> <element name="prognosis" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="plan" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="action" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Reference>actionprotected Referenceassessorprotected DateTimedateprotected Stringdescriptionprotected java.util.List<ClinicalImpressionFinding>findingprotected java.util.List<ClinicalImpressionInvestigations>investigationsprotected Referencepatientprotected java.util.List<Reference>planprotected Referencepreviousprotected java.util.List<Reference>problemprotected Stringprognosisprotected Uriprotocolprotected java.util.List<CodeableConcept>resolvedprotected java.util.List<ClinicalImpressionRuledOut>ruledOutprotected ClinicalImpressionStatusstatusprotected Stringsummaryprotected CodeableConcepttriggerCodeableConceptprotected ReferencetriggerReference-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ClinicalImpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<Reference>getAction()Gets the value of the action property.ReferencegetAssessor()Gets the value of the assessor property.DateTimegetDate()Gets the value of the date property.StringgetDescription()Gets the value of the description property.java.util.List<ClinicalImpressionFinding>getFinding()Gets the value of the finding property.java.util.List<ClinicalImpressionInvestigations>getInvestigations()Gets the value of the investigations property.ReferencegetPatient()Gets the value of the patient property.java.util.List<Reference>getPlan()Gets the value of the plan property.ReferencegetPrevious()Gets the value of the previous property.java.util.List<Reference>getProblem()Gets the value of the problem property.StringgetPrognosis()Gets the value of the prognosis property.UrigetProtocol()Gets the value of the protocol property.java.util.List<CodeableConcept>getResolved()Gets the value of the resolved property.java.util.List<ClinicalImpressionRuledOut>getRuledOut()Gets the value of the ruledOut property.ClinicalImpressionStatusgetStatus()Gets the value of the status property.StringgetSummary()Gets the value of the summary property.CodeableConceptgetTriggerCodeableConcept()Gets the value of the triggerCodeableConcept property.ReferencegetTriggerReference()Gets the value of the triggerReference property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAssessor(Reference value)Sets the value of the assessor property.voidsetDate(DateTime value)Sets the value of the date property.voidsetDescription(String value)Sets the value of the description property.voidsetPatient(Reference value)Sets the value of the patient property.voidsetPrevious(Reference value)Sets the value of the previous property.voidsetPrognosis(String value)Sets the value of the prognosis property.voidsetProtocol(Uri value)Sets the value of the protocol property.voidsetStatus(ClinicalImpressionStatus value)Sets the value of the status property.voidsetSummary(String value)Sets the value of the summary property.voidsetTriggerCodeableConcept(CodeableConcept value)Sets the value of the triggerCodeableConcept property.voidsetTriggerReference(Reference value)Sets the value of the triggerReference property.java.lang.StringtoString()ClinicalImpressionwithAction(java.util.Collection<Reference> values)ClinicalImpressionwithAction(Reference... values)ClinicalImpressionwithAssessor(Reference value)ClinicalImpressionwithContained(java.util.Collection<ResourceContainer> values)ClinicalImpressionwithContained(ResourceContainer... values)ClinicalImpressionwithDate(DateTime value)ClinicalImpressionwithDescription(String value)ClinicalImpressionwithExtension(java.util.Collection<Extension> values)ClinicalImpressionwithExtension(Extension... values)ClinicalImpressionwithFinding(java.util.Collection<ClinicalImpressionFinding> values)ClinicalImpressionwithFinding(ClinicalImpressionFinding... values)ClinicalImpressionwithId(Id value)ClinicalImpressionwithImplicitRules(Uri value)ClinicalImpressionwithInvestigations(java.util.Collection<ClinicalImpressionInvestigations> values)ClinicalImpressionwithInvestigations(ClinicalImpressionInvestigations... values)ClinicalImpressionwithLanguage(Code value)ClinicalImpressionwithMeta(Meta value)ClinicalImpressionwithModifierExtension(java.util.Collection<Extension> values)ClinicalImpressionwithModifierExtension(Extension... values)ClinicalImpressionwithPatient(Reference value)ClinicalImpressionwithPlan(java.util.Collection<Reference> values)ClinicalImpressionwithPlan(Reference... values)ClinicalImpressionwithPrevious(Reference value)ClinicalImpressionwithProblem(java.util.Collection<Reference> values)ClinicalImpressionwithProblem(Reference... values)ClinicalImpressionwithPrognosis(String value)ClinicalImpressionwithProtocol(Uri value)ClinicalImpressionwithResolved(java.util.Collection<CodeableConcept> values)ClinicalImpressionwithResolved(CodeableConcept... values)ClinicalImpressionwithRuledOut(java.util.Collection<ClinicalImpressionRuledOut> values)ClinicalImpressionwithRuledOut(ClinicalImpressionRuledOut... values)ClinicalImpressionwithStatus(ClinicalImpressionStatus value)ClinicalImpressionwithSummary(String value)ClinicalImpressionwithText(Narrative value)ClinicalImpressionwithTriggerCodeableConcept(CodeableConcept value)ClinicalImpressionwithTriggerReference(Reference value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
patient
protected Reference patient
-
assessor
protected Reference assessor
-
status
protected ClinicalImpressionStatus status
-
date
protected DateTime date
-
description
protected String description
-
previous
protected Reference previous
-
problem
protected java.util.List<Reference> problem
-
triggerCodeableConcept
protected CodeableConcept triggerCodeableConcept
-
triggerReference
protected Reference triggerReference
-
investigations
protected java.util.List<ClinicalImpressionInvestigations> investigations
-
protocol
protected Uri protocol
-
summary
protected String summary
-
finding
protected java.util.List<ClinicalImpressionFinding> finding
-
resolved
protected java.util.List<CodeableConcept> resolved
-
ruledOut
protected java.util.List<ClinicalImpressionRuledOut> ruledOut
-
prognosis
protected String prognosis
-
plan
protected java.util.List<Reference> plan
-
action
protected java.util.List<Reference> action
-
-
Method Detail
-
getPatient
public Reference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
public void setPatient(Reference value)
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getAssessor
public Reference getAssessor()
Gets the value of the assessor property.- Returns:
- possible object is
Reference
-
setAssessor
public void setAssessor(Reference value)
Sets the value of the assessor property.- Parameters:
value- allowed object isReference
-
getStatus
public ClinicalImpressionStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
ClinicalImpressionStatus
-
setStatus
public void setStatus(ClinicalImpressionStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isClinicalImpressionStatus
-
getDate
public DateTime getDate()
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
public void setDate(DateTime value)
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getPrevious
public Reference getPrevious()
Gets the value of the previous property.- Returns:
- possible object is
Reference
-
setPrevious
public void setPrevious(Reference value)
Sets the value of the previous property.- Parameters:
value- allowed object isReference
-
getProblem
public java.util.List<Reference> getProblem()
Gets the value of the problem 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 JAXB object. This is why there is not a
setmethod for the problem property.For example, to add a new item, do as follows:
getProblem().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getTriggerCodeableConcept
public CodeableConcept getTriggerCodeableConcept()
Gets the value of the triggerCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setTriggerCodeableConcept
public void setTriggerCodeableConcept(CodeableConcept value)
Sets the value of the triggerCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getTriggerReference
public Reference getTriggerReference()
Gets the value of the triggerReference property.- Returns:
- possible object is
Reference
-
setTriggerReference
public void setTriggerReference(Reference value)
Sets the value of the triggerReference property.- Parameters:
value- allowed object isReference
-
getInvestigations
public java.util.List<ClinicalImpressionInvestigations> getInvestigations()
Gets the value of the investigations 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 JAXB object. This is why there is not a
setmethod for the investigations property.For example, to add a new item, do as follows:
getInvestigations().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionInvestigations
-
getProtocol
public Uri getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
Uri
-
setProtocol
public void setProtocol(Uri value)
Sets the value of the protocol property.- Parameters:
value- allowed object isUri
-
getSummary
public String getSummary()
Gets the value of the summary property.- Returns:
- possible object is
String
-
setSummary
public void setSummary(String value)
Sets the value of the summary property.- Parameters:
value- allowed object isString
-
getFinding
public java.util.List<ClinicalImpressionFinding> getFinding()
Gets the value of the finding 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 JAXB object. This is why there is not a
setmethod for the finding property.For example, to add a new item, do as follows:
getFinding().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionFinding
-
getResolved
public java.util.List<CodeableConcept> getResolved()
Gets the value of the resolved 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 JAXB object. This is why there is not a
setmethod for the resolved property.For example, to add a new item, do as follows:
getResolved().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getRuledOut
public java.util.List<ClinicalImpressionRuledOut> getRuledOut()
Gets the value of the ruledOut 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 JAXB object. This is why there is not a
setmethod for the ruledOut property.For example, to add a new item, do as follows:
getRuledOut().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalImpressionRuledOut
-
getPrognosis
public String getPrognosis()
Gets the value of the prognosis property.- Returns:
- possible object is
String
-
setPrognosis
public void setPrognosis(String value)
Sets the value of the prognosis property.- Parameters:
value- allowed object isString
-
getPlan
public java.util.List<Reference> getPlan()
Gets the value of the plan 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 JAXB object. This is why there is not a
setmethod for the plan property.For example, to add a new item, do as follows:
getPlan().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getAction
public java.util.List<Reference> getAction()
Gets the value of the action 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 JAXB object. This is why there is not a
setmethod for the action property.For example, to add a new item, do as follows:
getAction().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
withPatient
public ClinicalImpression withPatient(Reference value)
-
withAssessor
public ClinicalImpression withAssessor(Reference value)
-
withStatus
public ClinicalImpression withStatus(ClinicalImpressionStatus value)
-
withDate
public ClinicalImpression withDate(DateTime value)
-
withDescription
public ClinicalImpression withDescription(String value)
-
withPrevious
public ClinicalImpression withPrevious(Reference value)
-
withProblem
public ClinicalImpression withProblem(Reference... values)
-
withProblem
public ClinicalImpression withProblem(java.util.Collection<Reference> values)
-
withTriggerCodeableConcept
public ClinicalImpression withTriggerCodeableConcept(CodeableConcept value)
-
withTriggerReference
public ClinicalImpression withTriggerReference(Reference value)
-
withInvestigations
public ClinicalImpression withInvestigations(ClinicalImpressionInvestigations... values)
-
withInvestigations
public ClinicalImpression withInvestigations(java.util.Collection<ClinicalImpressionInvestigations> values)
-
withProtocol
public ClinicalImpression withProtocol(Uri value)
-
withSummary
public ClinicalImpression withSummary(String value)
-
withFinding
public ClinicalImpression withFinding(ClinicalImpressionFinding... values)
-
withFinding
public ClinicalImpression withFinding(java.util.Collection<ClinicalImpressionFinding> values)
-
withResolved
public ClinicalImpression withResolved(CodeableConcept... values)
-
withResolved
public ClinicalImpression withResolved(java.util.Collection<CodeableConcept> values)
-
withRuledOut
public ClinicalImpression withRuledOut(ClinicalImpressionRuledOut... values)
-
withRuledOut
public ClinicalImpression withRuledOut(java.util.Collection<ClinicalImpressionRuledOut> values)
-
withPrognosis
public ClinicalImpression withPrognosis(String value)
-
withPlan
public ClinicalImpression withPlan(Reference... values)
-
withPlan
public ClinicalImpression withPlan(java.util.Collection<Reference> values)
-
withAction
public ClinicalImpression withAction(Reference... values)
-
withAction
public ClinicalImpression withAction(java.util.Collection<Reference> values)
-
withText
public ClinicalImpression withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public ClinicalImpression withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public ClinicalImpression withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public ClinicalImpression withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public ClinicalImpression withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public ClinicalImpression withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public ClinicalImpression withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public ClinicalImpression withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public ClinicalImpression withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public ClinicalImpression withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public ClinicalImpression withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-