Stream: implementers
Topic: Furore.Fhir.ValidationDemo not building
Nilesh Pagare (Dec 17 2018 at 21:41):
Hi @Ewout Kramer , how are you? I am facing couple of issues in my attempt to run Furore.Fhir.ValidationDemo in VS 15.9.4 . Two projects couldn't be loaded and ValidationDemo project is failing for reference with Fhir and IResources. I am not sure if those references are coming from the unavailable projects.
Is the intent of this demo project to support .Net 4.5 only?
I would appreciate your help.
1. pasted image
2. pasted image
Thanks,
Nilesh
Christiaan Knaap (Dec 18 2018 at 08:02):
This message would better fit the #dotnet stream.
Ewout Kramer (Dec 18 2018 at 10:07):
I think you -understandable- used the master branch. This branch is a bit old, so please use either develop (for the DSTU2 version) or develop-stu3 (STU3 version).
Nilesh Pagare (Dec 18 2018 at 10:09):
I think you -understandable- used the master branch. This branch is a bit old, so please use either develop (for the DSTU2 version) or develop-stu3 (STU3 version).
Will do. Thank you for your guidance.
Nilesh Pagare (Dec 18 2018 at 10:26):
I think you -understandable- used the master branch. This branch is a bit old, so please use either develop (for the DSTU2 version) or develop-stu3 (STU3 version).
@Ewout Kramer . It worked. Thank you so much. Is the property TerminologyServiceList used to point the FHIR server ? I was wondering if I could point this client to FHIR servers / API endpoints of some EHR provider's test servers
Nilesh Pagare (Dec 18 2018 at 10:32):
This message would better fit the #dotnet stream.
Hi @Christiaan Knaap - thank you. I will be careful about this one next time.
Ewout Kramer (Dec 18 2018 at 17:16):
The terminology service list is used to tell the validator where to go when it needs to run terminology validation. These are normally not generic FHIR servers, but servers that know how to handle the terminology subsystem of FHIR (http://www.hl7.org/implement/standards/fhir/terminology-service.html).
Last updated: Apr 12 2022 at 19:14 UTC