Skip to content

Commit

Permalink
Update jdv-nos.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour authored Jan 3, 2025
1 parent 2021317 commit 0c73d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/pagecontent/jdv-nos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id="orig">

{% sql {
"query" : "select name as Name, Description, Web from Resources where Type='ValueSet' and url like '%NOS%' order by substr(name,5,1), abs(substr(name,6, instr(substr(name,6,4),'_' )-1)) ",
"query" : "select name as Name, Description, Web from Resources where Type='ValueSet' and url like '%NOS%' order by substr(name,5,1), abs(substr(name,6, instr(substr(name,6,4),'_' )-1)) and json_extract(Resources.json,'$.status') != 'retired'",
"class" : "codes",
"columns" : [
{ "name" : "Name", "type" : "link", "source" : "Name", "target" : "Web"},
Expand Down

0 comments on commit 0c73d72

Please sign in to comment.