DiagnosticReport-ExtensionMediaLink-Example

Example of a DiagnosticReport, with minimal information, demonstrating usage of the R4 DiagnosticReport.media.link with an alternate-reference extension to point to a DocumentReference resource, which can be used to directly reference data associated with the report, e.g. Genomic Data Files.

DiagnosticReport
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReport-ExtensionMediaLink-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": [
{
"link": {
{
"url": "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"reference": "DocumentReference/UKCore-DocumentReference-ECG-Example"
}
}
],
"display": "ECG PDF (DocumentReference via backported extension)"
}
}
]
}
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="DiagnosticReport-ExtensionMediaLink-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/StructureDefinition/alternate-reference">
<reference value="DocumentReference/UKCore-DocumentReference-ECG-Example" />
</valueReference>
</extension>
<display value="ECG PDF (DocumentReference via backported extension)" />
</link>
</media>
</DiagnosticReport>