Uses of Class
org.hl7.fhir.dstu2.model.Condition
-
Packages that use Condition Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Condition in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Condition Modifier and Type Method Description protected voidJsonParser. composeCondition(String name, Condition element)protected voidXmlParser. composeCondition(String name, 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 Condition.ConditionStageComponentJsonParser. parseConditionConditionStageComponent(com.google.gson.JsonObject json, Condition owner)protected Condition.ConditionStageComponentXmlParser. parseConditionConditionStageComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) -
Uses of Condition in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Condition Modifier and Type Field Description 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.dstu2.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>Encounter.EncounterHospitalizationComponent. admittingDiagnosisTargetThe actual objects that are the target of the reference (The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner.protected List<Condition>EpisodeOfCare. conditionTargetThe actual objects that are the target of the reference (A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)protected List<Condition>Encounter.EncounterHospitalizationComponent. dischargeDiagnosisTargetThe actual objects that are the target of the reference (The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)protected List<Condition>CarePlan.CarePlanActivityDetailComponent. reasonReferenceTargetThe actual objects that are the target of the reference (Provides the health condition(s) that drove the inclusion of this particular activity as part of the plan.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>CarePlan. getAddressesTarget()List<Condition>Encounter.EncounterHospitalizationComponent. getAdmittingDiagnosisTarget()List<Condition>EpisodeOfCare. getConditionTarget()List<Condition>Encounter.EncounterHospitalizationComponent. getDischargeDiagnosisTarget()List<Condition>CarePlan.CarePlanActivityDetailComponent. getReasonReferenceTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Condition Modifier and Type Method Description RiskAssessmentRiskAssessment. setConditionTarget(Condition value)
-