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
UKCore-DocumentReference-ECG-Example
Table View
DocumentReference.id[0] | UKCore-DocumentReference-ECG-Example |
DocumentReference.status[0] | current |
DocumentReference.docStatus[0] | preliminary |
DocumentReference.type[0].coding[0].system[0] | http://snomed.info/sct |
DocumentReference.type[0].coding[0].code[0] | 29303009 |
DocumentReference.type[0].coding[0].display[0] | Electrocardiographic procedure |
DocumentReference.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
DocumentReference.date[0] | 2025-01-24T14:30:00+00:00 |
DocumentReference.author[0].reference[0] | Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example |
DocumentReference.content[0].attachment[0].contentType[0] | application/pdf |
DocumentReference.content[0].attachment[0].url[0] | DocumentReference/UKCore-DocumentReference-ECG-Example.pdf |
DocumentReference.content[0].attachment[0].title[0] | Electrocardiogram (ECG) Report |
DocumentReference.content[0].attachment[0].creation[0] | 2025-01-24T14:00:00Z |
DocumentReference.context[0].encounter[0].reference[0] | Encounter/example |
DocumentReference.context[0].event[0].coding[0].system[0] | http://snomed.info/sct |
DocumentReference.context[0].event[0].coding[0].code[0] | 1129261000000102 |
DocumentReference.context[0].event[0].coding[0].display[0] | Cardiac electrophysiology report |
DocumentReference.context[0].period[0].start[0] | 2025-01-24T13:00:00Z |
DocumentReference.context[0].period[0].end[0] | 2025-01-24T14:00:00Z |
Tree View
DocumentReference |
id : UKCore-DocumentReference-ECG-Example |
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:00Z |
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 |
XML View
<DocumentReference xmlns="http://hl7.org/fhir"> <id value="UKCore-DocumentReference-ECG-Example" /> <status value="current" /> <docStatus value="preliminary" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="29303009" /> <display value="Electrocardiographic procedure" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <date value="2025-01-24T14:30:00Z" /> <author> <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> </author> <content> <attachment> <contentType value="application/pdf" /> <url value="DocumentReference/UKCore-DocumentReference-ECG-Example.pdf" /> <title value="Electrocardiogram (ECG) Report" /> <creation value="2025-01-24T14:00:00Z" /> </attachment> </content> <context> <encounter> <reference value="Encounter/example" /> </encounter> <event> <coding> <system value="http://snomed.info/sct" /> <code value="1129261000000102" /> <display value="Cardiac electrophysiology report" /> </coding> </event> <period> <start value="2025-01-24T13:00:00Z" /> <end value="2025-01-24T14:00:00Z" /> </period> </context> </DocumentReference>
JSON View
{ "resourceType": "DocumentReference", "id": "UKCore-DocumentReference-ECG-Example", "status": "current", "docStatus": "preliminary", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "29303009", "display": "Electrocardiographic procedure" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "date": "01/24/2025 14:30: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": "01/24/2025 14:00:00" } } ], "context": { "encounter": [ { "reference": "Encounter/example" } ], "event": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "1129261000000102", "display": "Cardiac electrophysiology report" } ] } ], "period": { "start": "01/24/2025 13:00:00", "end": "01/24/2025 14:00:00" } } }