HealthCatalyst / Fabric.Terminology

Service to provide shared healthcare terminology data
Apache License 2.0
3 stars 3 forks source link

API allows you to create a value set with no codes associated with it. #111

Open braydengramse opened 6 years ago

braydengramse commented 6 years ago

Here is an example of the request that succeeds and probably shouldn't. POST /valuesets Request Payload: { "name":"Empty Value Set", "versionDate":"2018-06-15T16:35:46.238Z", "sourceDescription":"Population Builder", "clientCode":"C00088", "codeOperations":[ ], "authorityDescription":"Health Catalyst", "definitionDescription":"This value set has no codes associated with it." }