public class CareTeam extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
CareTeam.CareTeamParticipantComponent |
static class |
CareTeam.CareTeamStatus |
static class |
CareTeam.CareTeamStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected List<CodeableConcept> |
category
Identifies what kind of team.
|
static TokenClientParam |
CATEGORY
Fluent Client search parameter constant for category
|
protected Reference |
context
The encounter or episode of care that establishes the context for this care team.
|
static ReferenceClientParam |
CONTEXT
Fluent Client search parameter constant for context
|
protected Resource |
contextTarget
The actual object that is the target of the reference (The encounter or episode of care that establishes the context for this care team.)
|
static DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static ReferenceClientParam |
ENCOUNTER
Fluent Client search parameter constant for encounter
|
protected List<Identifier> |
identifier
This records identifiers associated with this care team that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate.
|
static TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static Include |
INCLUDE_CONTEXT
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_PARTICIPANT
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected List<Reference> |
managingOrganization
The organization responsible for the care team.
|
protected List<Organization> |
managingOrganizationTarget
The actual objects that are the target of the reference (The organization responsible for the care team.)
|
protected StringType |
name
A label for human use intended to distinguish like teams.
|
protected List<Annotation> |
note
Comments made about the CareTeam.
|
protected List<CareTeam.CareTeamParticipantComponent> |
participant
Identifies all people and organizations who are expected to be involved in the care team.
|
static ReferenceClientParam |
PARTICIPANT
Fluent Client search parameter constant for participant
|
static ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Period |
period
Indicates when the team did (or is intended to) come into effect and end.
|
protected List<CodeableConcept> |
reasonCode
Describes why the care team exists.
|
protected List<Reference> |
reasonReference
Condition(s) that this care team addresses.
|
protected List<Condition> |
reasonReferenceTarget
The actual objects that are the target of the reference (Condition(s) that this care team addresses.)
|
static String |
SP_CATEGORY
Search parameter: category
|
static String |
SP_CONTEXT
Search parameter: context
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_ENCOUNTER
Search parameter: encounter
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PARTICIPANT
Search parameter: participant
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected Enumeration<CareTeam.CareTeamStatus> |
status
Indicates the current state of the care team.
|
static TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected Reference |
subject
Identifies the patient or group whose intended care is handled by the team.
|
static ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (Identifies the patient or group whose intended care is handled by the team.)
|
contained, extension, modifierExtension, textid, implicitRules, language, metaRES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
CareTeam()
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDatagetMeta, getStructureFhirVersionEnum, setIdgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected List<Identifier> identifier
protected Enumeration<CareTeam.CareTeamStatus> status
protected List<CodeableConcept> category
protected StringType name
protected Reference subject
protected Resource subjectTarget
protected Reference context
protected Resource contextTarget
protected Period period
protected List<CareTeam.CareTeamParticipantComponent> participant
protected List<CodeableConcept> reasonCode
protected List<Reference> reasonReference
protected List<Condition> reasonReferenceTarget
protected List<Reference> managingOrganization
protected List<Organization> managingOrganizationTarget
protected List<Annotation> note
public static final String SP_DATE
Description: Time period team covers
Type: date
Path: CareTeam.period
public static final DateClientParam DATE
Description: Time period team covers
Type: date
Path: CareTeam.period
public static final String SP_IDENTIFIER
Description: External Ids for this team
Type: token
Path: CareTeam.identifier
public static final TokenClientParam IDENTIFIER
Description: External Ids for this team
Type: token
Path: CareTeam.identifier
public static final String SP_PATIENT
Description: Who care team is for
Type: reference
Path: CareTeam.subject
public static final ReferenceClientParam PATIENT
Description: Who care team is for
Type: reference
Path: CareTeam.subject
public static final Include INCLUDE_PATIENT
public static final String SP_SUBJECT
Description: Who care team is for
Type: reference
Path: CareTeam.subject
public static final ReferenceClientParam SUBJECT
Description: Who care team is for
Type: reference
Path: CareTeam.subject
public static final Include INCLUDE_SUBJECT
public static final String SP_CONTEXT
Description: Encounter or episode associated with CareTeam
Type: reference
Path: CareTeam.context
public static final ReferenceClientParam CONTEXT
Description: Encounter or episode associated with CareTeam
Type: reference
Path: CareTeam.context
public static final Include INCLUDE_CONTEXT
public static final String SP_ENCOUNTER
Description: Encounter or episode associated with CareTeam
Type: reference
Path: CareTeam.context
public static final ReferenceClientParam ENCOUNTER
Description: Encounter or episode associated with CareTeam
Type: reference
Path: CareTeam.context
public static final Include INCLUDE_ENCOUNTER
public static final String SP_CATEGORY
Description: Type of team
Type: token
Path: CareTeam.category
public static final TokenClientParam CATEGORY
Description: Type of team
Type: token
Path: CareTeam.category
public static final String SP_PARTICIPANT
Description: Who is involved
Type: reference
Path: CareTeam.participant.member
public static final ReferenceClientParam PARTICIPANT
Description: Who is involved
Type: reference
Path: CareTeam.participant.member
public static final Include INCLUDE_PARTICIPANT
public static final String SP_STATUS
Description: proposed | active | suspended | inactive | entered-in-error
Type: token
Path: CareTeam.status
public static final TokenClientParam STATUS
Description: proposed | active | suspended | inactive | entered-in-error
Type: token
Path: CareTeam.status
public CareTeam()
public List<Identifier> getIdentifier()
identifier (This records identifiers associated with this care team that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate.)public CareTeam setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public CareTeam addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic Enumeration<CareTeam.CareTeamStatus> getStatusElement()
status (Indicates the current state of the care team.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public CareTeam setStatusElement(Enumeration<CareTeam.CareTeamStatus> value)
value - status (Indicates the current state of the care team.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic CareTeam.CareTeamStatus getStatus()
public CareTeam setStatus(CareTeam.CareTeamStatus value)
value - Indicates the current state of the care team.public List<CodeableConcept> getCategory()
category (Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team.)public CareTeam setCategory(List<CodeableConcept> theCategory)
this for easy method chainingpublic boolean hasCategory()
public CodeableConcept addCategory()
public CareTeam addCategory(CodeableConcept t)
public CodeableConcept getCategoryFirstRep()
category, creating it if it does not already existpublic StringType getNameElement()
name (A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic boolean hasNameElement()
public boolean hasName()
public CareTeam setNameElement(StringType value)
value - name (A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic String getName()
public CareTeam setName(String value)
value - A label for human use intended to distinguish like teams. E.g. the "red" vs. "green" trauma teams.public Reference getSubject()
subject (Identifies the patient or group whose intended care is handled by the team.)public boolean hasSubject()
public CareTeam setSubject(Reference value)
value - subject (Identifies the patient or group whose intended care is handled by the team.)public Resource getSubjectTarget()
subject The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Identifies the patient or group whose intended care is handled by the team.)public CareTeam setSubjectTarget(Resource value)
value - subject The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Identifies the patient or group whose intended care is handled by the team.)public Reference getContext()
context (The encounter or episode of care that establishes the context for this care team.)public boolean hasContext()
public CareTeam setContext(Reference value)
value - context (The encounter or episode of care that establishes the context for this care team.)public Resource getContextTarget()
context The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The encounter or episode of care that establishes the context for this care team.)public CareTeam setContextTarget(Resource value)
value - context The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The encounter or episode of care that establishes the context for this care team.)public Period getPeriod()
period (Indicates when the team did (or is intended to) come into effect and end.)public boolean hasPeriod()
public CareTeam setPeriod(Period value)
value - period (Indicates when the team did (or is intended to) come into effect and end.)public List<CareTeam.CareTeamParticipantComponent> getParticipant()
participant (Identifies all people and organizations who are expected to be involved in the care team.)public CareTeam setParticipant(List<CareTeam.CareTeamParticipantComponent> theParticipant)
this for easy method chainingpublic boolean hasParticipant()
public CareTeam.CareTeamParticipantComponent addParticipant()
public CareTeam addParticipant(CareTeam.CareTeamParticipantComponent t)
public CareTeam.CareTeamParticipantComponent getParticipantFirstRep()
participant, creating it if it does not already existpublic List<CodeableConcept> getReasonCode()
reasonCode (Describes why the care team exists.)public CareTeam setReasonCode(List<CodeableConcept> theReasonCode)
this for easy method chainingpublic boolean hasReasonCode()
public CodeableConcept addReasonCode()
public CareTeam addReasonCode(CodeableConcept t)
public CodeableConcept getReasonCodeFirstRep()
reasonCode, creating it if it does not already existpublic List<Reference> getReasonReference()
reasonReference (Condition(s) that this care team addresses.)public CareTeam setReasonReference(List<Reference> theReasonReference)
this for easy method chainingpublic boolean hasReasonReference()
public Reference addReasonReference()
public CareTeam addReasonReference(Reference t)
public Reference getReasonReferenceFirstRep()
reasonReference, creating it if it does not already exist@Deprecated public List<Condition> getReasonReferenceTarget()
@Deprecated public Condition addReasonReferenceTarget()
public List<Reference> getManagingOrganization()
managingOrganization (The organization responsible for the care team.)public CareTeam setManagingOrganization(List<Reference> theManagingOrganization)
this for easy method chainingpublic boolean hasManagingOrganization()
public Reference addManagingOrganization()
public CareTeam addManagingOrganization(Reference t)
public Reference getManagingOrganizationFirstRep()
managingOrganization, creating it if it does not already exist@Deprecated public List<Organization> getManagingOrganizationTarget()
@Deprecated public Organization addManagingOrganizationTarget()
public List<Annotation> getNote()
note (Comments made about the CareTeam.)public CareTeam setNote(List<Annotation> theNote)
this for easy method chainingpublic boolean hasNote()
public Annotation addNote()
public CareTeam addNote(Annotation t)
public Annotation getNoteFirstRep()
note, creating it if it does not already existprotected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws FHIRException
getProperty in class DomainResourceFHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws FHIRException
setProperty in class DomainResourceFHIRExceptionpublic Base setProperty(String name, Base value) throws FHIRException
setProperty in class DomainResourceFHIRExceptionpublic Base makeProperty(int hash, String name) throws FHIRException
makeProperty in class DomainResourceFHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws FHIRException
getTypesForProperty in class DomainResourceFHIRExceptionpublic Base addChild(String name) throws FHIRException
addChild in class DomainResourceFHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic CareTeam copy()
copy in class DomainResourcepublic boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2017 University Health Network. All rights reserved.