Care Team
Source Object: Care Team
Overview and Usage: The "Care Team" source object in athena EHR is a vital component for managing and documenting care team members and their associated information. It facilitates the structured recording of care team data, promoting coordinated patient care and effective communication among healthcare professionals. Here's an overview of key fields and their usage:
- Care Team Members: The "Care Team" source object captures details about the members who constitute the patient's care team. Each member is associated with specific attributes and contact information.
- Member Identification: Fields like "members.memberid" and "members.npi" provide unique identification for care team members, ensuring accuracy and clarity in team composition.
- Personal Information: The source object includes fields for recording care team members' personal information, such as first name, last name, middle name, suffix, preferred name, and contact details like address, city, state, and ZIP code.
- Professional Details: "members.ansispecialtyname" and "members.clinicalproviderid" capture the professional details of care team members, including their specialties and clinical provider IDs.
- Contact Information: "members.phonenumber" and "members.fax" contain contact information, enabling seamless communication between care team members.
- Recipient Class: The "members.recipientclass.code" and "members.recipientclass.description" fields categorize care team members based on their recipient class, facilitating organization and identification within the care team.
- Facility Information: "members.facilityid" and "members.country" are used to specify the facility to which the care team member belongs and their country of practice.
- Notes: The "note" field allows for the addition of relevant notes and contextual information about the care team.
The "Care Team" source object is essential for managing and documenting the composition of care teams, fostering effective collaboration among healthcare professionals, and providing comprehensive patient care. It ensures that accurate and up-to-date information about care team members is readily available within athena EHR. Developers can utilize this source object to build features and applications that support care team management and enhance the patient care experience.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
members.address1 | - | The primary address field for this care team member. | String | 0..1 | CareTeam | contained[*].address.line[1] | - | Contained | ||
members.address2 | - | The secondary address filed for this care team member. | String | 0..1 | CareTeam | contained[*].address.line[2] | - | Contained | ||
members.ansispecialtyname | - | The specialty of this care team member. | String | 0..1 | CareTeam | contained[].extension[].valueString | - | Contained | ||
members.city | - | The city for this care team member. | String | 0..1 | CareTeam | contained[*].address.city | - | Contained | ||
members.clinicalproviderid | - | The clinical provider ID for this care team member. | Integer | 0..1 | CareTeam | contained[].extension[].valueInteger | - | clinical-provider-id | Contained | |
members.country | - | The country for this care team member. | String | 0..1 | CareTeam | contained[*].address.country | - | Contained | ||
members.facilityid | - | The facility ID for this care team member entry. | Integer | 0..1 | CareTeam | contained[].extension[].valueInteger | - | facility-id | Contained | |
members.fax | - | The fax number for this care team member. | String | 0..1 | CareTeam | contained[].telecom[].value | system=fax | - | Contained | |
members.firstname | - | The first name of this care team member. | String | 0..1 | CareTeam | contained[*].name[1].given[1] | - | Contained | ||
members.lastname | - | The last name of this care team member. | String | 0..1 | CareTeam | contained[*].name[1].family | - | Contained | ||
members.memberid | - | The member ID for this care team member. | String | 0..1 | CareTeam | contained[].extension[].valueInteger | - | member-id | Contained | |
members.middlename | - | The middle name of this care team member. | String | 0..1 | CareTeam | contained[*].name[1].given[2] | - | Contained | ||
members.name | - | The name of the care team member. | String | 0..1 | CareTeam | contained[*].name[1].text | - | Contained | ||
members.npi | - | The NPI of this care team member. | String | 0..1 | CareTeam | contained[*].identifier[1].value | - | Contained | ||
members.phonenumber | - | The phone number for this care team member. | String | 0..1 | CareTeam | contained[].telecom[].value | system=phone | - | Contained | |
members.preferredname | - | The preferred name of this care team member. | String | 0..1 | CareTeam | contained[*].name[1].extension[1].valueString | - | preferred-name | Contained | |
members.providerid | - | The local provider ID of this care team member. | Integer | 0..1 | CareTeam | participant[].reference,contained[].id | - | Top Level | ||
members.recipientclass.code | - | The recipient class ID code. | Number | 0..1 | CareTeam | participant[*].role.code | system=athena | - | Top Level | |
members.recipientclass.description | - | A string describing the care team member's organization. | String | 0..1 | CareTeam | participant[*].role.display | - | Top Level | ||
members.state | - | The state of this care team member. | String | 0..1 | CareTeam | contained[*].address.state | - | Contained | ||
members.suffix | - | The suffix of this care team member. | String | 0..1 | CareTeam | contained[*].name[1].suffix | - | Contained | ||
members.zip | - | The zipcode of this care team member. | String | 0..1 | CareTeam | contained[*].address.postalCode | - | Contained | ||
note | - | Note for this care team. | String | 0..1 | CareTeam | note[1].text | - | Top Level |