FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | DocumentReference |
| Id | UKCore-DocumentReference-ECG-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DocumentReference",
"id": "UKCore-DocumentReference-ECG-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"docStatus": "preliminary",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29303009",
"display": "Electrocardiographic procedure"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"date": "2025-01-24T14:30:00+00:00",
"author": [
{
"reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "DocumentReference/UKCore-DocumentReference-ECG-Example.pdf",
"title": "Electrocardiogram (ECG) Report",
"creation": "2025-01-24T14:00:00Z"
}
}
],
"context": {
"encounter": [
{
"reference": "Encounter/example"
}
],
"event": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1129261000000102",
"display": "Cardiac electrophysiology report"
}
]
}
],
"period": {
"start": "2025-01-24T13:00:00Z",
"end": "2025-01-24T14:00:00Z"
}
}
}