SRS-073: Generate FHIR DiagnosticReport Base Structure
Identifier​
SRS-073
Software System​
- Report Builder
Category​
- Functional
Description​
Upon receiving aggregated analysis data, the system shall create the base structure for the clinical report by instantiating a standard FHIR resource.
- Instantiate resource: The system shall initialize a FHIR object with the
resourceType
set toDiagnosticReport
. - Populate root-level properties: The system shall populate the resource's root-level properties with fixed, non-transactional data to ensure consistency and interoperability:
- It shall set the
status
field topreliminary
. - It shall set the
category
field to the codeIMG
(Diagnostic Imaging) from thehttp://terminology.hl7.org/CodeSystem/v2-0074
code system. - It shall populate the
code
field with the LOINC codes100063-7
and10206-1
to designate the report as a "Skin condition analysis".
- It shall set the
Derived from PRS​
PRS-5LJ
: Support health data interoperability using the HL7 FHIR standard