An example to illustrate a diagnostic report 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

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="UKCore-DiagnosticReport-ECG-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-eb01-4224-8ee8-cc0a02978792" />
</identifier>
<reference value="ServiceRequest/UKCore-ServiceRequest-ECG-Example" />
<display value="12 Lead ECG" />
</basedOn>
<status value="unknown" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
<code value="EC" />
<display value="Electrocardiac (e.g., EKG, EEC, Holter)" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="1129261000000102" />
<display value="Cardiac electrophysiology report" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<issued value="2024-02-23T10:11:11+00:00" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
<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 ---
},
{
"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",
{
"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",
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
],
{
"contentType": "application/pdf",
"language": "en",
"data": "VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl"
}
]
}

back to top