clinik.assessments namespace manages FHIR ClinicalImpression resources — a practitioner’s formal assessment of a patient at a given point in time. An assessment captures a clinical summary, supporting findings (which can be coded diagnoses or free-text observations), and links to the patient, encounter, and assessing practitioner. Assessments are the structured equivalent of the “Assessment and Plan” section of a clinical note.
create
Create a new assessment.status, patientId, and summary are required.
Assessment status. Accepted values:
in-progress, completed.ID of the patient being assessed.
Narrative clinical summary of the assessment.
Encounter during which the assessment was made.
ID of the assessing practitioner.
Brief description of the assessment context.
Array of clinical findings. Each finding requires a
text description and optionally a code (e.g. an ICD-10 code).Additional clinical notes or follow-up instructions.
ISO 8601 datetime for when the assessment was made.
Example
read
Fetch a single assessment by ID.update
Partially update an assessment. Only the fields you include are changed.Example: add a follow-up finding
delete
Permanently delete an assessment.search
Search assessments with filters on patient, practitioner, status, and encounter.Filter by patient.
Filter by assessing practitioner.
Filter by assessment status.
Filter by encounter.
Results per page.
Pagination cursor from a previous response.