FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | DiagnosticReport |
| Id | Extension-UKCore-Note-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-Note-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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."
}