
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 Condition
JsonParser.parseCondition
(com.google.gson.JsonObject json) protected Condition
XmlParser.parseCondition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ConditionModifier and TypeMethodDescriptionprotected void
JsonParser.composeCondition
(String name, Condition element) protected void
XmlParser.composeCondition
(String name, 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 Condition.ConditionStageComponent
JsonParser.parseConditionConditionStageComponent
(com.google.gson.JsonObject json, Condition owner) protected Condition.ConditionStageComponent
XmlParser.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 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.dstu2.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.Encounter.EncounterHospitalizationComponent.admittingDiagnosisTarget
The 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.conditionTarget
The 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.dischargeDiagnosisTarget
The 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.reasonReferenceTarget
The 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 Condition
Condition.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