
Uses of Class
org.hl7.fhir.dstu2.model.Condition
Packages that use Condition
-
Uses of Condition in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConditionModifier and TypeMethodDescriptionprotected 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 ConditionModifier and TypeMethodDescriptionprotected 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 ConditionModifier and TypeFieldDescriptionprotected 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 ConditionModifier and TypeFieldDescriptionCarePlan.addressesTargetThe actual objects that are the target of the reference (Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.)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.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.)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.)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 ConditionModifier and TypeMethodDescriptionCarePlan.addAddressesTarget()Encounter.EncounterHospitalizationComponent.addAdmittingDiagnosisTarget()Condition.addBodySite(CodeableConcept t) EpisodeOfCare.addConditionTarget()Encounter.EncounterHospitalizationComponent.addDischargeDiagnosisTarget()Condition.addEvidence(Condition.ConditionEvidenceComponent t) Condition.addIdentifier(Identifier t) CarePlan.CarePlanActivityDetailComponent.addReasonReferenceTarget()Condition.copy()RiskAssessment.getConditionTarget()Condition.setAbatement(Type value) Condition.setAsserter(Reference value) Condition.setAsserterTarget(Resource value) Condition.setCategory(CodeableConcept value) Condition.setClinicalStatus(String value) Condition.setClinicalStatusElement(CodeType value) Condition.setCode(CodeableConcept value) Condition.setDateRecorded(Date value) Condition.setDateRecordedElement(DateType value) Condition.setEncounter(Reference value) Condition.setEncounterTarget(Encounter value) Condition.setNotesElement(StringType value) Condition.setPatient(Reference value) Condition.setPatientTarget(Patient value) Condition.setSeverity(CodeableConcept value) Condition.setStage(Condition.ConditionStageComponent value) Condition.setVerificationStatus(Condition.ConditionVerificationStatus value) Condition.setVerificationStatusElement(Enumeration<Condition.ConditionVerificationStatus> value) protected ConditionCondition.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ConditionModifier and TypeMethodDescriptionCarePlan.getAddressesTarget()Encounter.EncounterHospitalizationComponent.getAdmittingDiagnosisTarget()EpisodeOfCare.getConditionTarget()Encounter.EncounterHospitalizationComponent.getDischargeDiagnosisTarget()CarePlan.CarePlanActivityDetailComponent.getReasonReferenceTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Condition