Stream: cql
Topic: XlsxToValueSet - cqf-tooling
Vasyl Herman (Apr 05 2021 at 18:44):
Hello, ladies and gentlemen!
Could someone help me please, to find description or example of Generic Excel spreadsheet
that can be converted to FHIR ValueSet resource? Here is the object that implements such functional: OperationFactory.java
I'd appreciate any help! Thanks!
Bryn Rhodes (Apr 05 2021 at 21:17):
You can download a ValueSet spreadsheet from NLM
Bryn Rhodes (Apr 05 2021 at 21:54):
I mean, the Value Set Authority Center
Aziz Boxwala (Apr 07 2021 at 01:13):
Or if you create your valueset in VSAC, you can use their FHIR APIs to obtain the FHIR valueset.
Vasyl Herman (Apr 07 2021 at 08:39):
We are going to receive VSs from 3rd-party in xlsx
format. The cqf tooling allows to convert HEDIS xlsx into FHIR format. At this time it is going to be different vendor.
Bryn Rhodes (Apr 07 2021 at 14:05):
It's also true that you can download FHIR value sets from the VSAC API, but not all the functionality for expansion is available. Specifically, eCQM expansions are not accessible through the FHIR API because you can't provide the appropriate parameters for the expansion. So in that the case the path from VSAC xlsx download to FHIR ValueSets through tooling is still needed.
Last updated: Apr 12 2022 at 19:14 UTC