public static class EpisodeOfCare.CareTeam extends BaseIdentifiableElement implements IResourceBlock
Definition: The list of practitioners that may be facilitating this episode of care for specific purposes
| Constructor and Description |
|---|
CareTeam() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addRole()
Adds and returns a new value for role ()
|
EpisodeOfCare.CareTeam |
addRole(CodeableConceptDt theValue)
Adds a given new value for role ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getMember()
Gets the value(s) for member (who).
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
List<CodeableConceptDt> |
getRole()
Gets the value(s) for role ().
|
CodeableConceptDt |
getRoleFirstRep()
Gets the first repetition for role (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
EpisodeOfCare.CareTeam |
setMember(ResourceReferenceDt theValue)
Sets the value(s) for member (who)
|
EpisodeOfCare.CareTeam |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
EpisodeOfCare.CareTeam |
setRole(List<CodeableConceptDt> theValue)
Sets the value(s) for role ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic CareTeam()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<CodeableConceptDt> getRole()
null.
Definition: The role this team member is taking within this episode of care
public EpisodeOfCare.CareTeam setRole(List<CodeableConceptDt> theValue)
Definition: The role this team member is taking within this episode of care
public CodeableConceptDt addRole()
Definition: The role this team member is taking within this episode of care
public EpisodeOfCare.CareTeam addRole(CodeableConceptDt theValue)
Definition: The role this team member is taking within this episode of care
theValue - The role to add (must not be null)public CodeableConceptDt getRoleFirstRep()
Definition: The role this team member is taking within this episode of care
public PeriodDt getPeriod()
null.
Definition: The period of time this practitioner is performing some role within the episode of care
public EpisodeOfCare.CareTeam setPeriod(PeriodDt theValue)
Definition: The period of time this practitioner is performing some role within the episode of care
public ResourceReferenceDt getMember()
null.
Definition: The practitioner (or Organization) within the team
public EpisodeOfCare.CareTeam setMember(ResourceReferenceDt theValue)
Definition: The practitioner (or Organization) within the team
Copyright © 2014–2016 University Health Network. All rights reserved.