SRS-077: Map Aggregated Diagnostic Conclusions to FHIR
Identifier​
SRS-077
Software System​
- Report Builder
Category​
- Functional
Description​
The system shall map the final, aggregated probability distribution into the DiagnosticReport
to represent the overall analysis outcome.
- Populate conclusion array: The system shall populate the
conclusion
array at the root of the DiagnosticReport. - Structure each entry: Each element in this array represents a potential condition. For each condition, the system shall create an object containing:
- A
code
object with a nestedcoding
array that holds the ICD-11 code, version, and display name. - A
text
field holding the human-readable name of the condition. - A
probability
field containing the numerical probability score for that condition.
- A
Derived from PRS​
PRS-8QJ
: Generate an interpretative probability distribution of possible ICD categories by analysing imagesPRS-5LJ
: Support health data interoperability using the HL7 FHIR standard