Reference external ValueSet
# support
a
In the QuestionnaireBuilder I'm trying to reference a LOINC ValueSet for a Choice field. e.g https://loinc.org/LL2201-3 I'm doing this by putting the url
http://loinc.org/vs/LL2201-3
in the Add value set field but am getting the error 'value set not found' when trying to render it. What's the best way around this? LOINC seems to require authentication - if that's the issue how should I set up credentials and are there other ways to do this better?
r
Hi @aj__6570 - currently Medplum doesn't have the ability to reference externally valuesets . We plan to work on a terminology service in Q1 of next year, which will let our infrastructure host these larger valuesets. As part of that work, we plan to host the most common standard code systems, including loinc
As a work around for now, if the value set is small (< 50 terms), you can upload the Valueset resource to your Medplum project, and then reference it in the questionnaire builder
a
amazing, looking forward to it!
126 Views