Stream: implementers
Topic: Simplifier resolving reference/C# FHIR API
Chris Munro (Mar 31 2017 at 08:59):
In simplifier it is possible to resolve extension references to get the properties:
If I am using the C# FHIR API, are there methods in the API to do this, or is the only option to submit an HTTP GET and serialize the XML?
Mirjam Baltus (Apr 03 2017 at 14:57):
Yes, that's possible. We've just migrated Simplifier to .Net Core, so at the moment the endpoint isn't working, but this will be resolved next week.
With the API you would setup a FhirClient, construct a SearchParams object with the url+value and then perform a search for StructureDefinitions. You should get a Bundle with StructureDefinitions in the entries.
Please let me know if you need more help with setting up the code.
Last updated: Apr 12 2022 at 19:14 UTC