From 756602183b6056411e1ea6d9407f25b3815d2fa3 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 11 Jun 2020 14:03:20 -0400 Subject: [PATCH] Add changelog for https://github.com/hapifhir/org.hl7.fhir.core/pull/237 --- .../changelog/5_1_0/237-update-extension-metyods.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml new file mode 100644 index 00000000000..7b56f3c2a43 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml @@ -0,0 +1,8 @@ +--- +type: change +issue: 237 +title: "The R5 structure methods for working with extensions on arbtrary fields, e.g. + `getExtensionByUrl(String)`, `removeExtension(String)`, `getExtensionsByUrl(String)` + `hasExtension(String)`, and `getExtensionString(String)` have been enhanced so that they + now return modifier extensions as well as the non-modifier extensions they previously + returned."