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
Table View
DiagnosticReport.id[0] | UKCore-Extension-DiagnosticReportMediaLinkR5-Example |
DiagnosticReport.status[0] | preliminary |
DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
DiagnosticReport.code[0].coding[0].code[0] | 1129261000000102 |
DiagnosticReport.code[0].coding[0].display[0] | Cardiac electrophysiology report |
DiagnosticReport.media[0].extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link |
DiagnosticReport.media[0].extension[0].value[0].reference[0] | DocumentReference/UKCore-DocumentReference-ECG-Example |
DiagnosticReport.media[0].link[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/data-absent-reason |
DiagnosticReport.media[0].link[0].extension[0].value[0] | unsupported |
DiagnosticReport.media[0].link[0].display[0] | unsupported |
Tree View
DiagnosticReport |
id : UKCore-Extension-DiagnosticReportMediaLinkR5-Example |
status : preliminary |
code |
coding |
system : http://snomed.info/sct |
code : 1129261000000102 |
display : Cardiac electrophysiology report |
media |
extension |
url : http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link |
value |
reference : DocumentReference/UKCore-DocumentReference-ECG-Example |
link |
extension |
url : http://hl7.org/fhir/StructureDefinition/data-absent-reason |
value : unsupported |
display : unsupported |
XML View
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DiagnosticReportMediaLinkR5-Example" /> <status value="preliminary" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1129261000000102" /> <display value="Cardiac electrophysiology report" /> </coding> </code> <media> <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link"> <valueReference> <reference value="DocumentReference/UKCore-DocumentReference-ECG-Example" /> </valueReference> </extension> <link> <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason"> <valueCode value="unsupported" /> </extension> <display value="unsupported" /> </link> </media> </DiagnosticReport>
JSON View
{ "resourceType": "DiagnosticReport", "id": "UKCore-Extension-DiagnosticReportMediaLinkR5-Example", "status": "preliminary", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "1129261000000102", "display": "Cardiac electrophysiology report" } ] }, "media": [ { "extension": [ { "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link", "valueReference": { "reference": "DocumentReference/UKCore-DocumentReference-ECG-Example" } } ], "link": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "unsupported" } ], "display": "unsupported" } } ] }