public static class CarePlan.Participant extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getMember()
Gets the value(s) for member ().
|
CodeableConceptDt |
getRole()
Gets the value(s) for role ().
|
boolean |
isEmpty() |
CarePlan.Participant |
setMember(ResourceReferenceDt theValue)
Sets the value(s) for member ()
|
CarePlan.Participant |
setRole(CodeableConceptDt theValue)
Sets the value(s) for role ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Participant()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic CodeableConceptDt getRole()
null.
Definition: Indicates specific responsibility of an individual within the care plan; e.g. \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.
public CarePlan.Participant setRole(CodeableConceptDt theValue)
Definition: Indicates specific responsibility of an individual within the care plan; e.g. \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.
public ResourceReferenceDt getMember()
null.
Definition: The specific person or organization who is participating/expected to participate in the care plan.
public CarePlan.Participant setMember(ResourceReferenceDt theValue)
Definition: The specific person or organization who is participating/expected to participate in the care plan.
Copyright © 2014–2018 University Health Network. All rights reserved.