Uses of Class
org.hl7.fhir.r4.model.Condition
-
Packages that use Condition Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Condition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Condition Modifier and Type Method Description protected ConditionJsonParser. parseCondition(com.google.gson.JsonObject json)protected ConditionXmlParser. parseCondition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Condition Modifier and Type Method Description protected voidJsonParser. composeCondition(String name, Condition element)protected voidRdfParser. composeCondition(Turtle.Complex parent, String parentType, String name, Condition element, int index)protected voidXmlParser. composeCondition(String name, Condition element)protected voidXmlParser. composeConditionElements(Condition element)protected voidJsonParser. composeConditionInner(Condition element)protected Condition.ConditionEvidenceComponentJsonParser. parseConditionConditionEvidenceComponent(com.google.gson.JsonObject json, Condition owner)protected Condition.ConditionEvidenceComponentXmlParser. parseConditionConditionEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner)protected booleanXmlParser. parseConditionConditionEvidenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionEvidenceComponent res)protected voidJsonParser. parseConditionConditionEvidenceComponentProperties(com.google.gson.JsonObject json, Condition owner, Condition.ConditionEvidenceComponent res)protected Condition.ConditionStageComponentJsonParser. parseConditionConditionStageComponent(com.google.gson.JsonObject json, Condition owner)protected Condition.ConditionStageComponentXmlParser. parseConditionConditionStageComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner)protected booleanXmlParser. parseConditionConditionStageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionStageComponent res)protected voidJsonParser. parseConditionConditionStageComponentProperties(com.google.gson.JsonObject json, Condition owner, Condition.ConditionStageComponent res)protected booleanXmlParser. parseConditionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res)protected voidJsonParser. 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 Condition Modifier and Type Field Description protected ConditionEpisodeOfCare.DiagnosisComponent. conditionTargetThe 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 ConditionRiskAssessment. conditionTargetThe 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 Condition Modifier and Type Field Description protected List<Condition>CarePlan. addressesTargetThe actual objects that are the target of the reference (Identifies the conditions/problems/concerns/diagnoses/etc.protected List<Condition>Procedure. complicationDetailTargetThe actual objects that are the target of the reference (Any complications that occurred during the procedure, or in the immediate post-performance period.)protected List<Condition>CareTeam. reasonReferenceTargetThe actual objects that are the target of the reference (Condition(s) that this care team addresses.)protected List<Condition>AdverseEvent. resultingConditionTargetThe 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 types with arguments of type Condition Modifier and Type Method Description List<Condition>CarePlan. getAddressesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Condition>Procedure. getComplicationDetailTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Condition>CareTeam. getReasonReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Condition>AdverseEvent. getResultingConditionTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Condition Modifier and Type Method Description voidCondition. copyValues(Condition dst)EpisodeOfCare.DiagnosisComponentEpisodeOfCare.DiagnosisComponent. setConditionTarget(Condition value)RiskAssessmentRiskAssessment. setConditionTarget(Condition value)
-