Stream: implementers
Topic: Claim Type
Krish Smith (Apr 26 2017 at 00:57):
We do autoamtion using Ranorex (C# code base). As FHIR is new to our company and mapping the FHIR resources to C# code is getting quite challenging to our team. Just wondering, if anyone can help us with mapping the FHIR resources to C# syntax.
For example, we are trying to send the POST request in a bundle with Claim request. We have defined a
variable Claim_Type = 'Professional'. We have been struggling to assign this variable to Type.
//Type = Claim.ClaimType.Professional
Any kind of help will be highly appreciated.
Brian Postlethwaite (Apr 26 2017 at 04:11):
There is a dotnet stream https://chat.fhir.org/#narrow/stream/dotnet
here for asking these types of questions. Please there and indicate which version of fhir you're dealing with (STU3 or DSTU2)
Krish Smith (Apr 26 2017 at 04:53):
Thank you Brian :)
Last updated: Apr 12 2022 at 19:14 UTC