![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Condition
Packages that use Condition
-
Uses of Condition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ConditionModifier and TypeMethodDescriptionprotected Condition
JsonParser.parseCondition
(com.google.gson.JsonObject json) protected Condition
XmlParser.parseCondition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ConditionModifier and TypeMethodDescriptionprotected void
JsonParser.composeCondition
(String name, Condition element) protected void
RdfParser.composeCondition
(Turtle.Complex parent, String parentType, String name, Condition element, int index) protected void
XmlParser.composeCondition
(String name, Condition element) protected void
XmlParser.composeConditionElements
(Condition element) protected void
JsonParser.composeConditionInner
(Condition element) protected Condition.ConditionEvidenceComponent
JsonParser.parseConditionConditionEvidenceComponent
(com.google.gson.JsonObject json, Condition owner) protected Condition.ConditionEvidenceComponent
XmlParser.parseConditionConditionEvidenceComponent
(org.xmlpull.v1.XmlPullParser xpp, Condition owner) protected boolean
XmlParser.parseConditionConditionEvidenceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionEvidenceComponent res) protected void
JsonParser.parseConditionConditionEvidenceComponentProperties
(com.google.gson.JsonObject json, Condition owner, Condition.ConditionEvidenceComponent res) protected Condition.ConditionStageComponent
JsonParser.parseConditionConditionStageComponent
(com.google.gson.JsonObject json, Condition owner) protected Condition.ConditionStageComponent
XmlParser.parseConditionConditionStageComponent
(org.xmlpull.v1.XmlPullParser xpp, Condition owner) protected boolean
XmlParser.parseConditionConditionStageComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionStageComponent res) protected void
JsonParser.parseConditionConditionStageComponentProperties
(com.google.gson.JsonObject json, Condition owner, Condition.ConditionStageComponent res) protected boolean
XmlParser.parseConditionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res) protected void
JsonParser.parseConditionProperties
(com.google.gson.JsonObject json, Condition res) -
Uses of Condition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ConditionModifier and TypeFieldDescriptionprotected Condition
EpisodeOfCare.DiagnosisComponent.conditionTarget
The actual object that is the target of the reference (A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)protected Condition
RiskAssessment.conditionTarget
The actual object that is the target of the reference (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)Fields in org.hl7.fhir.r4.model with type parameters of type ConditionModifier and TypeFieldDescriptionCarePlan.addressesTarget
The actual objects that are the target of the reference (Identifies the conditions/problems/concerns/diagnoses/etc.Procedure.complicationDetailTarget
The actual objects that are the target of the reference (Any complications that occurred during the procedure, or in the immediate post-performance period.)CareTeam.reasonReferenceTarget
The actual objects that are the target of the reference (Condition(s) that this care team addresses.)AdverseEvent.resultingConditionTarget
The actual objects that are the target of the reference (Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical).)Methods in org.hl7.fhir.r4.model that return ConditionModifier and TypeMethodDescriptionCarePlan.addAddressesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCondition.addBodySite
(CodeableConcept t) Condition.addCategory
(CodeableConcept t) Procedure.addComplicationDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCondition.addEvidence
(Condition.ConditionEvidenceComponent t) Condition.addIdentifier
(Identifier t) Condition.addNote
(Annotation t) CareTeam.addReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.addResultingConditionTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCondition.addStage
(Condition.ConditionStageComponent t) Condition.copy()
EpisodeOfCare.DiagnosisComponent.getConditionTarget()
RiskAssessment.getConditionTarget()
Condition.setAbatement
(Type value) Condition.setAsserter
(Reference value) Condition.setAsserterTarget
(Resource value) Condition.setBodySite
(List<CodeableConcept> theBodySite) Condition.setCategory
(List<CodeableConcept> theCategory) Condition.setClinicalStatus
(CodeableConcept value) Condition.setCode
(CodeableConcept value) Condition.setEncounter
(Reference value) Condition.setEncounterTarget
(Encounter value) Condition.setEvidence
(List<Condition.ConditionEvidenceComponent> theEvidence) Condition.setIdentifier
(List<Identifier> theIdentifier) Condition.setNote
(List<Annotation> theNote) Condition.setRecordedDate
(Date value) Condition.setRecordedDateElement
(DateTimeType value) Condition.setRecorder
(Reference value) Condition.setRecorderTarget
(Resource value) Condition.setSeverity
(CodeableConcept value) Condition.setStage
(List<Condition.ConditionStageComponent> theStage) Condition.setSubject
(Reference value) Condition.setSubjectTarget
(Resource value) Condition.setVerificationStatus
(CodeableConcept value) protected Condition
Condition.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type ConditionModifier and TypeMethodDescriptionCarePlan.getAddressesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getComplicationDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCareTeam.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.getResultingConditionTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ConditionModifier and TypeMethodDescriptionvoid
Condition.copyValues
(Condition dst) EpisodeOfCare.DiagnosisComponent.setConditionTarget
(Condition value) RiskAssessment.setConditionTarget
(Condition value)