Skip to content

Commit

Permalink
Update UseCase examples
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Dec 17, 2024
1 parent 1b91749 commit 99d9fc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/data/valid-examples/UseCase-minimal-1.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
id: B2AI_USECASE:1
use_case_category: acquisition
use_case_category:
- acquisition
3 changes: 2 additions & 1 deletion src/data/valid-examples/UseCase-valid-1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Example UseCase data

id: B2AI_USECASE:1
use_case_category: acquisition
use_case_category:
- acquisition
name: Obtain patient data from records of clinical visits.
category: UseCase
description: "Collecting clinical data from patient visits involves the process of gathering information about a patient's medical history, current symptoms, and other relevant information during a healthcare appointment. This typically includes taking a detailed medical history, conducting a physical examination, ordering and interpreting diagnostic tests, and documenting the findings in the patient's medical record. This may also include more focused evaluations, as with the AI-READI project’s assessments of cognitive function and visual acuity. Medical records may include structured/unstructured text, values for lab results, and/or images."
Expand Down
6 changes: 4 additions & 2 deletions src/data/valid-examples/UseCaseContainer-minimal-1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use_cases:
- id: B2AI_USECASE:1
use_case_category: acquisition
use_case_category:
- acquisition
- id: B2AI_USECASE:2
use_case_category: acquisition
use_case_category:
- acquisition

0 comments on commit 99d9fc7

Please sign in to comment.