UKCore-DocumentReference-ECG-Example

An example to illustrate a DocumentReference to an ECG report

Table View

DocumentReference.id[0]UKCore-DocumentReference-ECG-Example
DocumentReference.text[0].status[0]additional
DocumentReference.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a DocumentReference to an ECG report</div>
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

XML View

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="UKCore-DocumentReference-ECG-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="current" />
<docStatus value="preliminary" />
<system value="http://snomed.info/sct" />
<code value="29303009" />
<display value="Electrocardiographic procedure" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<date value="2025-01-24T14:30:00Z" />
<reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" />
</author>
<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>
<reference value="Encounter/example" />
</encounter>
<system value="http://snomed.info/sct" />
<code value="1129261000000102" />
<display value="Cardiac electrophysiology report" />
</coding>
</event>
<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",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"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": [
{
"contentType": "application/pdf",
"url": "DocumentReference/UKCore-DocumentReference-ECG-Example.pdf",
"title": "Electrocardiogram (ECG) Report",
"creation": "2025-01-24T14:00:00Z"
}
}
],
"context": {
{
"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"
}
}
}

Feedback

Click here to: