diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1760-support-chained-parameters-in-has.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1760-support-chained-parameters-in-has.yaml new file mode 100644 index 00000000000..8d0b57eed10 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1760-support-chained-parameters-in-has.yaml @@ -0,0 +1,8 @@ +--- +type: add +issue: 1760 +title: "Adds support for chained parameters in a _has query. For example + `GET /Patient?_has:Observation:subject:device.identifier=1234-5`. Adds a performance warning on any queries that use + an unqualified resource in a chain which ends up resolving to 2 or more candidate target types." + +