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" />
</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"
}
]
}