An example to illustrate a diagnostic report for a CT chest scan

Table View

DiagnosticReport.id[0]UKCore-DiagnosticReport-CTChestScan-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a diagnostic report for a CT scan</div>
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]727071dc-eb36-4224-8ee8-cc0a02973601
DiagnosticReport.basedOn[0].reference[0]ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example
DiagnosticReport.basedOn[0].display[0]CT Chest Scan
DiagnosticReport.status[0]final
DiagnosticReport.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0074
DiagnosticReport.category[0].coding[0].code[0]RAD
DiagnosticReport.category[0].coding[0].display[0]Radiology
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]722124004
DiagnosticReport.code[0].coding[0].display[0]Radiology studies report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.issued[0]2024-04-19T12:52:38+00:00
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST
DiagnosticReport.resultsInterpreter[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
DiagnosticReport.resultsInterpreter[0].display[0]WHITE ROSE MEDICAL CENTRE
DiagnosticReport.imagingStudy[0].reference[0]ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="UKCore-DiagnosticReport-CTChestScan-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="727071dc-eb36-4224-8ee8-cc0a02973601" />
</identifier>
<reference value="ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example" />
<display value="CT Chest Scan" />
</basedOn>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
<code value="RAD" />
<display value="Radiology" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="722124004" />
<display value="Radiology studies report" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<issued value="2024-04-19T12:52:38+00:00" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
<display value="WHITE ROSE MEDICAL CENTRE" />
</resultsInterpreter>
<reference value="ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example" />
</imagingStudy>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "UKCore-DiagnosticReport-CTChestScan-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "727071dc-eb36-4224-8ee8-cc0a02973601"
}
],
"basedOn": [
{
"reference": "ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example",
"display": "CT Chest Scan"
}
],
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "RAD",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "722124004",
"display": "Radiology studies report"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"issued": "2024-04-19T12:52:38+00:00",
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
],
{
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example",
"display": "WHITE ROSE MEDICAL CENTRE"
}
],
{
"reference": "ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example"
}
]
}

back to top