SRS-082: Embed Detected Lesion Data in FHIR Report
Identifier​
SRS-082
Software System​
- Report Builder
Category​
- Functional
Description​
When a severity assessment involves object detection, the system shall embed the list of all detected features and their coordinates into the DiagnosticReport
.
Within the media
object of the relevant scoring system (e.g., auas.media
), the system shall create and populate a detection
array. Each element in this array represents a single detected lesion and shall contain:
- A
code
object identifying the type of lesion detected. - A
box
object containing the coordinates of the lesion's bounding box. - A
confidence
field with the numerical confidence score of the detection.
Derived from PRS​
PRS-2ZB
: Measure severity by combining image analysis and user-reported values in scoring systemsPRS-5LJ
: Support health data interoperability using the HL7 FHIR standard