You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to generate ValueSet in JSON from some data that's stored in Excel. I can read the Excel data no problem (using pandas), but I'd like to have an API to be able to build a ValueSet and then have that resource export it to JSON, so that we can import it into some other system. I've been looking at this library - but can't find any classes nor API to deal with ValueSet.
If the ValueSet resource is not available in the FHIR-PY, is there another module out there that I can use?
The text was updated successfully, but these errors were encountered:
I need to generate ValueSet in JSON from some data that's stored in Excel. I can read the Excel data no problem (using pandas), but I'd like to have an API to be able to build a ValueSet and then have that resource export it to JSON, so that we can import it into some other system. I've been looking at this library - but can't find any classes nor API to deal with ValueSet.
If the ValueSet resource is not available in the FHIR-PY, is there another module out there that I can use?
The text was updated successfully, but these errors were encountered: