Assessment and Plan of Treatment
The CarePlan
resource in Edvak Health EHR captures a patient's clinical assessment and planned treatments. It describes how one or more practitioners intend to manage care for a specific patient.This resource supports proposed plans (e.g., decision support recommendations) as well as active plans under care delivery. It conforms to the US Core CarePlan Profile, based on FHIR R4 and USCDI v3.Overview#
Documents a patient’s current treatment plan or care strategy
Can include clinical assessments, goals, and referenced conditions
Includes narrative summary, status, intent, and categorized as "assess-plan"
May be presented as narrative text or structured data
Must-Support Elements#
Each CarePlan
resource must support the following fields:status
(e.g., active, completed)
intent
(e.g., plan, order)
category
with code assess-plan
subject
(patient reference)
goal
(SHOULD include US Core Goal)
addresses
(SHOULD include US Core Condition)
Search Capabilities#
Edvak Health supports search by combinations of:patient + category + status
patient + category + date
patient + category + status + date
Date supports comparators (gt
, lt
, ge
, le
) and multi-date filtering.
Status supports OR-based search (e.g., status=active,completed
).Refer to the API endpoints below for usage examples.All API calls require the following header:Header | Type | Required | Value |
---|
Authorization | string | ✅ Yes | Bearer {access_token} |
Refer to the Authentication & Authorization section for token handling. Modified at 2025-05-10 17:41:24