mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-13 16:24:44 +00:00
Update the implementation of the `toString` fhirpath function to: (pending FHIR-48737) * not return the text 'null' when no primitive value exists (when extension only) * throw an error if more than 1 item is to be returned (doesn't support collections) * return an empty set when no primitive values exist (when extension only)