Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
An example to illustrate a diagnostic report in PDF, for an ECG
Table View
DiagnosticReport.id[0] | UKCore-DiagnosticReport-ECG-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 in PDF, for an ECG</div> |
DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
DiagnosticReport.identifier[0].value[0] | 727071dc-eb01-4224-8ee8-cc0a02978792 |
DiagnosticReport.basedOn[0].reference[0] | ServiceRequest/UKCore-ServiceRequest-ECG-Example |
DiagnosticReport.basedOn[0].display[0] | 12 Lead ECG |
DiagnosticReport.status[0] | unknown |
DiagnosticReport.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0074 |
DiagnosticReport.category[0].coding[0].code[0] | EC |
DiagnosticReport.category[0].coding[0].display[0] | Electrocardiac (e.g., EKG, EEC, Holter) |
DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
DiagnosticReport.code[0].coding[0].code[0] | 1129261000000102 |
DiagnosticReport.code[0].coding[0].display[0] | Cardiac electrophysiology report |
DiagnosticReport.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
DiagnosticReport.issued[0] | 2024-02-23T10:11:11+00:00 |
DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
DiagnosticReport.presentedForm[0].contentType[0] | application/pdf |
DiagnosticReport.presentedForm[0].language[0] | en |
DiagnosticReport.presentedForm[0].data[0] | VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl |
Tree View
DiagnosticReport |
id : UKCore-DiagnosticReport-ECG-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : 727071dc-eb01-4224-8ee8-cc0a02978792 |
basedOn |
reference : ServiceRequest/UKCore-ServiceRequest-ECG-Example |
display : 12 Lead ECG |
status : unknown |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/v2-0074 |
code : EC |
display : Electrocardiac (e.g., EKG, EEC, Holter) |
code |
coding |
system : http://snomed.info/sct |
code : 1129261000000102 |
display : Cardiac electrophysiology report |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
issued : 2024-02-23T10:11:11+00:00 |
performer |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
display : LEEDS TEACHING HOSPITALS NHS TRUST |
presentedForm |
contentType : application/pdf |
language : en |
data : VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl |
XML View
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-DiagnosticReport-ECG-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-eb01-4224-8ee8-cc0a02978792" /> </identifier> <basedOn> <reference value="ServiceRequest/UKCore-ServiceRequest-ECG-Example" /> <display value="12 Lead ECG" /> </basedOn> <status value="unknown" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="EC" /> <display value="Electrocardiac (e.g., EKG, EEC, Holter)" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1129261000000102" /> <display value="Cardiac electrophysiology report" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <issued value="2024-02-23T10:11:11+00:00" /> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> <presentedForm> <contentType value="application/pdf" /> <language value="en" /> <data value="VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl" /> <!-- UK Core development team have skipped the base64 string data value for better readability of the resource --> </presentedForm> </DiagnosticReport>
JSON View
{ "resourceType": "DiagnosticReport", "id": "UKCore-DiagnosticReport-ECG-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-eb01-4224-8ee8-cc0a02978792" } ], "basedOn": [ { "reference": "ServiceRequest/UKCore-ServiceRequest-ECG-Example", "display": "12 Lead ECG" } ], "status": "unknown", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "EC", "display": "Electrocardiac (e.g., EKG, EEC, Holter)" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "1129261000000102", "display": "Cardiac electrophysiology report" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "issued": "2024-02-23T10:11:11+00:00", "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example", "display": "LEEDS TEACHING HOSPITALS NHS TRUST" } ], "presentedForm": [ { "contentType": "application/pdf", "language": "en", "data": "VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl" } ] }