Ewout Kramer
Ewout Kramer
Hi Jaime, what other have done is use the OnBeforeRequest and OnAfterResponse events on the FhirClient. These give you access to the http request just before it is sent and...
Sorry, Jaime, I am also maintaining the .NET client issues, and was thinking on the wrong side of the wire ;-)
I don't like to do that in general, we make a very deliberate choice of making things public or not. Public surfaces need to be documented and need to be...
Yeah, there are a lot of exceptions, so it needs to be handwritten, as this would be too complex to formulate as FP.
Yes, I made a mental note of asking Grahame. I cannot really understand what the extension is doing, so I'll just ask him how it influences validation.
Ok, so the relevant bits for us to look at are: * Purpose `maximum` - comparable to http://build.fhir.org/extension-elementdefinition-maxvalueset.html, basically this additional binding extension is replacing the use of the maxvalueset...
This PR has been pulled, I think we can close this issue?
BTW: This ended up in 4.3.0 - but we forgot to the the administration for this one, it's also not mentioned in the release notes.
Looking into this, for some resources the formal identifier is *not* a member called `identifier`, e.g. for `CapabilityStatement` the formal identifier is `url` (of type `canonical`). Would this interface cover...
I have one in the (to be public) new validator code as well. Clearly there is a need for this ;-)