CareTeam
open class CareTeam: DomainResource
Planned participants in the coordination and delivery of care for a patient or group.
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.
-
Planned participants in the coordination and delivery of care for a patient or group.
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.
Declaration
Swift
override open class var resourceType: String -
Type of team.
Declaration
Swift
public var category: [CodeableConcept]? -
Encounter or episode associated with CareTeam.
Declaration
Swift
public var context: Reference? -
External Ids for this team.
Declaration
Swift
public var identifier: [Identifier]? -
Organization responsible for the care team.
Declaration
Swift
public var managingOrganization: [Reference]? -
Name of the team, such as crisis assessment team.
Declaration
Swift
public var name: FHIRString? -
Comments made about the CareTeam.
Declaration
Swift
public var note: [Annotation]? -
Members of the team.
Declaration
Swift
public var participant: [CareTeamParticipant]? -
Time period team covers.
Declaration
Swift
public var period: Period? -
Why the care team exists.
Declaration
Swift
public var reasonCode: [CodeableConcept]? -
Why the care team exists.
Declaration
Swift
public var reasonReference: [Reference]? -
Indicates the current state of the care team.
Declaration
Swift
public var status: CareTeamStatus? -
Who care team is for.
Declaration
Swift
public var subject: Reference? -
Who care team is for.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class CareTeam: DomainResource
View on GitHub
Install in Dash
CareTeam Class Reference