mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
fix type of issue source extension
This commit is contained in:
parent
1f6a8edbd6
commit
f7ad38cc34
@ -250,7 +250,7 @@ public class ToolingExtensions {
|
||||
Extension ex = new Extension();
|
||||
// todo: write this up and get it published with the pack (and handle the redirect?)
|
||||
ex.setUrl(ToolingExtensions.EXT_ISSUE_SOURCE);
|
||||
CodeType c = new CodeType();
|
||||
StringType c = new StringType();
|
||||
c.setValue(source.toString());
|
||||
ex.setValue(c);
|
||||
return ex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user