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:
@@ -93,7 +93,7 @@ class CareAssessmentExtrasTest extends TestCase
|
||||
->get(route('care.reports.show', ['type' => 'assessments']))
|
||||
->assertOk()
|
||||
->assertSee('Assessment analytics')
|
||||
->assertSee('By template')
|
||||
->assertSee('By clinical form')
|
||||
->assertSee('mrs');
|
||||
}
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ class CarePathwayTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->get(route('care.consultations.show', $consultation))
|
||||
->assertOk()
|
||||
->assertSee('Clinical pathways')
|
||||
->assertSee('Condition pathways')
|
||||
->assertSee('Stroke')
|
||||
->assertSee('keyword:');
|
||||
}
|
||||
|
||||
@@ -231,7 +231,7 @@ class CareStrokeMvpTest extends TestCase
|
||||
$this->actingAs($this->user)
|
||||
->get(route('care.consultations.show', $consultation))
|
||||
->assertOk()
|
||||
->assertSee('Pathway instruments')
|
||||
->assertSee('Recommended forms')
|
||||
->assertSee('NIH Stroke Scale')
|
||||
->assertSee('Modified Rankin Scale')
|
||||
->assertSee('Continue');
|
||||
|
||||
@@ -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