Extension-UKCore-DeviceReference-Example

An example to illustrate a device performing a diagnostic report

Table View

DiagnosticReport.id[0]Extension-UKCore-DeviceReference-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a device performing a diagnostic report</div>
DiagnosticReport.status[0]final
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]721981007
DiagnosticReport.code[0].coding[0].display[0]Diagnostic studies report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.performer[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
DiagnosticReport.performer[0].extension[0].value[0].reference[0]Device/UKCore-Device-SoftwareAsAMedicalDevice-Example
DiagnosticReport.performer[0].display[0]Software as a medical device
DiagnosticReport.resultsInterpreter[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
DiagnosticReport.resultsInterpreter[0].extension[0].value[0].reference[0]Device/UKCore-Device-SoftwareAsAMedicalDevice-Example
DiagnosticReport.resultsInterpreter[0].display[0]Software as a medical device
DiagnosticReport.specimen[0].reference[0]Specimen/UKCore-Specimen-BloodSpecimen-Example
DiagnosticReport.result[0].reference[0]Observation/UKCore-Observation-WhiteCellCount-Example

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DeviceReference-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="721981007" />
<display value="Diagnostic studies report" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference">
<reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" />
</valueReference>
</extension>
<display value="Software as a medical device" />
<!-- ***************extension end*************** -->
</performer>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference">
<reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" />
</valueReference>
</extension>
<display value="Software as a medical device" />
<!-- ***************extension end*************** -->
</resultsInterpreter>
<reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" />
</specimen>
<reference value="Observation/UKCore-Observation-WhiteCellCount-Example" />
</result>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-DeviceReference-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "721981007",
"display": "Diagnostic studies report"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
{
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
}
],
"result": [
{
"reference": "Observation/UKCore-Observation-WhiteCellCount-Example"
}
]
}

Feedback

Click here to: