Goals
Goal
resource in Edvak Health EHR represents desired outcomes related to patient health, behavior, or system processes — such as weight reduction, improved mobility, or treatment completion.Overview
Must-Support Elements
Goal
resource must support:lifecycleStatus
– current state (e.g. active, completed)description
– goal text or coded descriptionsubject
– patient referencetarget.dueDate
or target.due[x]
– the expected goal target timelineSupported Search Parameters
GET /Goal?patient=Patient/{id}
GET /Goal?patient=Patient/{id}&lifecycle-status=active
GET /Goal?patient=Patient/{id}&target-date=ge2023-01-01
GET /Goal?patient=Patient/{id}&description=http://snomed.info/sct|1078229009
Authorization Header
Header | Type | Required | Value |
---|---|---|---|
Authorization | string | Yes | Bearer {access_token} |
Modified at 2025-05-10 17:47:39