| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Condition |
JsonParser.parseCondition(com.google.gson.JsonObject json) |
protected Condition |
XmlParser.parseCondition(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeCondition(String name,
Condition element) |
protected void |
XmlParser.composeCondition(String name,
Condition element) |
protected void |
RdfParser.composeCondition(Turtle.Complex parent,
String parentType,
String name,
Condition element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected 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.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
CarePlan.addressesTarget
The actual objects that are the target of the reference (Identifies the conditions/problems/concerns/diagnoses/etc.
|
protected List<Condition> |
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.)
|
protected List<Condition> |
CareTeam.reasonReferenceTarget
The actual objects that are the target of the reference (Condition(s) that this care team addresses.)
|
protected List<Condition> |
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).)
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
CarePlan.getAddressesTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Condition> |
Procedure.getComplicationDetailTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Condition> |
CareTeam.getReasonReferenceTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Condition> |
AdverseEvent.getResultingConditionTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.copyValues(Condition dst) |
EpisodeOfCare.DiagnosisComponent |
EpisodeOfCare.DiagnosisComponent.setConditionTarget(Condition value) |
RiskAssessment |
RiskAssessment.setConditionTarget(Condition value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.