FHIR Chat · Simplifier resolving reference/C# FHIR API · implementers

Stream: implementers

Topic: Simplifier resolving reference/C# FHIR API


view this post on Zulip Chris Munro (Mar 31 2017 at 08:59):

In simplifier it is possible to resolve extension references to get the properties:

http://simplifier.net/api/fhir/StructureDefinition?url=http://elabdev.org/StructureDefinition/DataCollectionOrganization&_format=xml

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?

view this post on Zulip 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