XML View
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-Note-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note">
<valueAnnotation>
<authorReference>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</authorReference>
<time value="2023-05-10T10:39:12+00:00" />
<text value="Page Dr Watson on receipt of results." />
</valueAnnotation>
</extension>
<identifier>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="957d702f-7e9e-43c2-b783-978f2c164b3c" />
</identifier>
<status value="final" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="104177005" />
<display value="Blood culture for bacteria, including anaerobic screen" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<performer>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
<conclusion value="Inconclusive finding of staphylococcus, no evidence of bacteremia." />
</DiagnosticReport>
JSON View
{
"resourceType": "DiagnosticReport",
"id": "UKCore-Extension-Note-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note",
"valueAnnotation": {
"authorReference": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"time": "2023-05-10T10:39:12+00:00",
"text": "Page Dr Watson on receipt of results."
}
}
],
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "957d702f-7e9e-43c2-b783-978f2c164b3c"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104177005",
"display": "Blood culture for bacteria, including anaerobic screen"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
],
"conclusion": "Inconclusive finding of staphylococcus, no evidence of bacteremia."
}