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