Brian Postlethwaite

Results 103 comments of Brian Postlethwaite

Agree this is a challenging issue, as really needs to have knowledge of all the code systems to be able to resolve it. Best I can suggest is that we...

I've done the AllowSynch on my web api project and has been working fine so far. https://github.com/brianpos/fhir-net-web-api/blob/develop-r4/src/Hl7.Fhir.WebApi.AspNetCore/XmlFhirFormatter.cs (do have a few local commits I haven't pushed yet) Updating to include...

This is a should, not a MUST or SHALL, so is ok if it doesn't return them.

The issue here is how far done into children does the call go? the top level (CodeableConcept) is mandatory, but no children are - so what properties do you output?...

Might also want to check in with Gino Canessa, as he's refining the other JSON serializer that I think you'd likely be using in the MS fhir server too... (once...

@marcovisserFurore I think this is already dealt with 4.2.1?

That's still on my servers back log. Would need to have a different modelinfo definition for the composite parameters too. The datatype should be accessible from the model processing. Have...

We could also just include a specific ValueSet definition for the common ones?

Using your controller like this also means it is json only, and doesn't handle xml too. There are open source implementations of the handlers for that too.

Yes this really needs to be done, and a thorough going through all the error messages to make them more user friendly, not just developer friendly. (Such as using the...