| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Condition.ConditionEvidenceComponent |
JsonParser.parseConditionConditionEvidenceComponent(com.google.gson.JsonObject json,
Condition owner) |
protected Condition.ConditionEvidenceComponent |
XmlParser.parseConditionConditionEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp,
Condition owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition.ConditionEvidenceComponent> |
Condition.evidence
Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.
|
| Modifier and Type | Method and Description |
|---|---|
Condition.ConditionEvidenceComponent |
Condition.ConditionEvidenceComponent.addCode(CodeableConcept t) |
Condition.ConditionEvidenceComponent |
Condition.ConditionEvidenceComponent.addDetail(Reference t) |
Condition.ConditionEvidenceComponent |
Condition.addEvidence() |
Condition.ConditionEvidenceComponent |
Condition.ConditionEvidenceComponent.copy() |
Condition.ConditionEvidenceComponent |
Condition.getEvidenceFirstRep() |
Condition.ConditionEvidenceComponent |
Condition.ConditionEvidenceComponent.setCode(List<CodeableConcept> theCode) |
Condition.ConditionEvidenceComponent |
Condition.ConditionEvidenceComponent.setDetail(List<Reference> theDetail) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition.ConditionEvidenceComponent> |
Condition.getEvidence() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.addEvidence(Condition.ConditionEvidenceComponent t) |
void |
Condition.ConditionEvidenceComponent.copyValues(Condition.ConditionEvidenceComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.setEvidence(List<Condition.ConditionEvidenceComponent> theEvidence) |
Copyright © 2014–2021 Health Level 7. All rights reserved.