fix(ui): use clinician-friendly assessment copy
Deploy Ladill Care / deploy (push) Successful in 1m22s
Deploy Ladill Care / deploy (push) Successful in 1m22s
Replace internal design jargon (Layer 1, narrative source of truth, pathway instruments) with plain clinical language on consultations, patient charts, settings, and nav.
This commit is contained in:
@@ -143,9 +143,9 @@ class CareUniversalIntakeTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->get(route('care.consultations.show', $consultation))
|
||||
->assertOk()
|
||||
->assertSee('Universal intake')
|
||||
->assertSee('narrative source of truth', false)
|
||||
->assertSee('Start universal intake');
|
||||
->assertSee('Patient history form')
|
||||
->assertSee('do not overwrite each other', false)
|
||||
->assertSee('Start patient history form');
|
||||
|
||||
$this->actingAs($this->user)
|
||||
->post(route('care.consultations.assessments.store', $consultation), [
|
||||
@@ -182,7 +182,7 @@ class CareUniversalIntakeTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->get(route('care.patients.show', $this->patient))
|
||||
->assertOk()
|
||||
->assertSee('Universal intake')
|
||||
->assertSee('Patient history form')
|
||||
->assertSee('Severe headache for 2 days');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user