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 
resourceTypeset 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 
statusfield topreliminary. - It shall set the 
categoryfield to the codeIMG(Diagnostic Imaging) from thehttp://terminology.hl7.org/CodeSystem/v2-0074code system. - It shall populate the 
codefield with the LOINC codes100063-7and10206-1to 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