Care Teams
CareTeam
resource in Edvak Health EHR identifies the people and organizations involved in a patient’s care. It represents both encounter-specific and longitudinal teams that plan to participate in the coordination and delivery of care.Overview
Must-Support Elements
CareTeam
resource must support:status
subject
(Patient)participant.role
participant.member
(can be Practitioner, PractitionerRole, Patient, RelatedPerson, or Organization)Supported Participant Profiles
US Core Practitioner Profile
US Core PractitionerRole Profile
US Core Patient Profile
US Core RelatedPerson Profile
INFO
Client systems must support all four
Search Capabilities
patient
and status
GET /CareTeam?patient=Patient/{id}&status=active
patient
and role
GET /CareTeam?patient=Patient/{id}&role=http://snomed.info/sct|17561000
INFO
_include
parameters to fetch related members like PractitionerRole
, Practitioner
, Patient
, or RelatedPerson
.Authentication Header
Header | Type | Required | Value |
---|---|---|---|
Authorization | string | ✅ Yes | Bearer {access_token} |
USCDI Data Element Mapping
USCDI Element | FHIR Field |
---|---|
Care Team Member Name | CareTeam.participant.member.name |
Care Team Member Identifier | CareTeam.participant.member.identifier |
Care Team Member Location | CareTeam.participant.member.address |
Care Team Member Telecom | CareTeam.participant.member.telecom |
Care Team Member Role | CareTeam.participant.role |