Extension-UKCore-DiagnosticReportMediaLinkR5-Example

Table View

DiagnosticReport.id[0]Extension-UKCore-DiagnosticReportMediaLinkR5-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link</div>
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

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DiagnosticReportMediaLinkR5-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="preliminary" />
<system value="http://snomed.info/sct" />
<code value="1129261000000102" />
<display value="Cardiac electrophysiology report" />
</coding>
</code>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link">
<reference value="DocumentReference/UKCore-DocumentReference-ECG-Example" />
</valueReference>
</extension>
<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": "Extension-UKCore-DiagnosticReportMediaLinkR5-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "preliminary",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1129261000000102",
"display": "Cardiac electrophysiology report"
}
]
},
"media": [
{
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link",
"reference": "DocumentReference/UKCore-DocumentReference-ECG-Example"
}
}
],
"link": {
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unsupported"
}
],
"display": "unsupported"
}
}
]
}

Feedback

Click here to: