Michael Lawley
Michael Lawley
**Describe the issue** As per the spec: https://build.fhir.org/http.html#head "Anywhere that a GET request can be used, a HEAD request is also allowed. " But, ConformanceMethodBinding.incomingServerRequestMatchesMethod explicitly rejects a HEAD request...
We've started to pre-adopt a number of R5 elements into our R4 implementation using version Extensions: http://hl7.org/fhir/[version]/StructureDefinition/extension-[Path] Recent testing with the VersionConvertorFactory_40_50 indicates that such extensions are ignored which was...
## HL7 FHIR Pull Request _Note: No pull requests will be accepted against `./source` unless logged in the_ [HL7 Jira issue tracker](https://jira.hl7.org/projects/FHIR/issues/). If you made changes to any files within...
**Describe the bug** When paging a search result (eg /Condition/_search), some parameters like _elements are propagated to the next/prev links, but the _summary parameter is not. **To Reproduce** Steps to...
`searchByUrl` in pipelines/batch/src/main/java/com/google/fhir/analytics/FhirSearchUtil.java fails to %-encode the query parameters in the url String parameter. If a search result Bundle returns a next page URL, properly %-encoded because, for example, the...