Missing mandatory status on created Snomed CodeSystem
This commit is contained in:
parent
df57d24333
commit
29b08e7308
|
@ -550,6 +550,7 @@ public class TermLoaderSvcImpl implements ITermLoaderSvc {
|
||||||
cs.setUrl(SCT_URI);
|
cs.setUrl(SCT_URI);
|
||||||
cs.setName("SNOMED CT");
|
cs.setName("SNOMED CT");
|
||||||
cs.setContent(CodeSystem.CodeSystemContentMode.NOTPRESENT);
|
cs.setContent(CodeSystem.CodeSystemContentMode.NOTPRESENT);
|
||||||
|
cs.setStatus(Enumerations.PublicationStatus.ACTIVE);
|
||||||
IIdType target = storeCodeSystem(theRequestDetails, codeSystemVersion, cs, null, null);
|
IIdType target = storeCodeSystem(theRequestDetails, codeSystemVersion, cs, null, null);
|
||||||
|
|
||||||
return new UploadStatistics(code2concept.size(), target);
|
return new UploadStatistics(code2concept.size(), target);
|
||||||
|
|
Loading…
Reference in New Issue