Brian Postlethwaite
Brian Postlethwaite
**Describe the bug** If the repeat fhirpath function is provided a `string literal` as a parameter rather than a property name, the engine enters into an infinite loop (till it...
https://chat.fhir.org/#narrow/stream/294899-dotnet.2Fcommitters/topic/SDK.20v4.20Stuff **Describe the bug** The `Citation` resource is not included in several parts of the R4B release, the file is code generated and included in the supported resources collection, however...
**Describe the bug** The FHIR Specification no longer specifies that contained resources cannot have narrative. (the removed invariant was dom-1) https://jira.hl7.org/browse/FHIR-18483 https://github.com/FirelyTeam/firely-net-common/blob/9ec523fff207655b9bb66c57cd0b76c14b6519bd/src/Hl7.Fhir.Support.Poco/Validation/CodedValidationException.cs#L58 https://github.com/FirelyTeam/firely-net-common/blob/9ec523fff207655b9bb66c57cd0b76c14b6519bd/src/Hl7.Fhir.Support.Poco/Model/DomainResource.cs#L51 This unit test is verifying something that...
**Describe the bug** The fhir client's ExpandValueSet extension method uses the STU3 parameter `idenfitier` and not the R4 parameter name `url` (several servers have some backward compatability code to handle...
**Is your feature request related to a problem? Please describe.** When performing async requests the ability to provide a cancellation token will assist in permitting cancelling the requests - such...
DSTU2 tests such as the format tests CT01 are checking for STU3 content and therefore failing against an DSTU2 server
When using Canonical URLs there's often a need to be able to quickly split the version from the actual canonical. Implementation I'm using in my facade project would be good...
FHIR-14157 Reorganize the elements of Encounter for better tracking ablitities (EncounterHistory)
Provides a property that permits you to use a lines context, similar to the diffs you see in the pull request here.
**Describe the bug** The IVersionableConformanceResource interface is used on conformance resources and should also be included on the Library resource. This is a hand maintained file that needs to be...