FHIR Chat · How do I update search summary table. · committers

Stream: committers

Topic: How do I update search summary table.


view this post on Zulip Yunwei Wang (May 30 2021 at 18:57):

I need to make a change to search summary table here
image.png
When I check the search.html file, it looks like this

 <tr>
  <td><a href="datatypes.html#uri">uri</a></td>
  <td><%xcm uri:number%></td> <!-- number -->
  <td><%xcm uri:date%></td> <!-- date -->
  <td><%xcm uri:reference%></td> <!-- reference -->
  <td><%xcm uri:quantity%></td> <!-- quantity -->
  <td><%xcm uri:uri%></td> <!-- uri -->
  <td><%xcm uri:string%> </td> <!-- string -->
  <td><%xcm uri:token%></td> <!-- token -->
 </tr>

Apparent the Y/N values are defined by <%xcm uri:token%>. Where do I update that mapping to change the display from N to Y?

view this post on Zulip Lloyd McKenzie (May 30 2021 at 20:22):

@Grahame Grieve

view this post on Zulip Grahame Grieve (May 30 2021 at 21:27):

it's calculated from the source materials. why is it wrong?

view this post on Zulip Yunwei Wang (May 30 2021 at 23:31):

Part of FHIR-25172 's resolution is to update this table so that primitive type 'uri' maps to search parameter type 'token'

view this post on Zulip Grahame Grieve (May 31 2021 at 00:37):

why though?

view this post on Zulip Lloyd McKenzie (May 31 2021 at 01:46):

The issue explains. You moved the change @Grahame Grieve :)


Last updated: Apr 12 2022 at 19:14 UTC