diff --git a/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/DiagnosticReport.html b/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/DiagnosticReport.html index 517aca8461f..64894e0f3d2 100644 --- a/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/DiagnosticReport.html +++ b/hapi-fhir-base/src/main/resources/ca/uhn/fhir/narrative/DiagnosticReport.html @@ -17,12 +17,12 @@ - + - + Complete Blood Count diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5ea1bc7a439..da938846fcf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -327,6 +327,11 @@ resource as the resource type in order to hold a JSONPatch or XMLPatch body) has been added to the JPA server. + + Two issues in the Thymeleaf Narrative Template which caused an error when generating + a narrative on an untitled DiagnosticReport were fixed. Thanks to GitHub + user @navyflower for reporting! +