FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | DiagnosticReport |
| Id | UKCore-DiagnosticReport-ECG-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DiagnosticReport",
"id": "UKCore-DiagnosticReport-ECG-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}