diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1848-fix-references-in-parsed-custom-structure.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1848-fix-references-in-parsed-custom-structure.yaml new file mode 100644 index 00000000000..c5363544e34 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1848-fix-references-in-parsed-custom-structure.yaml @@ -0,0 +1,6 @@ +--- +type: fix +issue: 1848 +title: "When parsing a resource into a custom structure (e.g. a custom class extended a built-in FHIR resource class), + inter-resouirce references could contain invaliud java refeences to other resources. Thanks to Christian Ohr for reporting + and fixing!"