Exploring FHIR value set expansion in .Net
There’s a few ways to work with a FHIR terminology server in C#. My goal in these examples is to find a code (and return the preferred term) with the term “inr” from the SNOMED CT-AU refset 1072351000168102. For all these, I’ll be using the same endpoint:
Since it’s … read more...