Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions

Patient Care icon Work GroupMaturity Level: N/AStandards Status: Informative Compartments: Practitioner

This is a liquid template using the FHIR Liquid Dialect icon that specifies a best practice for presenting the contents of the Linkage resource for human consumption. There is no expectation that implementations will use this particular template, just the the committee provides this as a statement of what they regard as best practice for presenting the resource.

Any Linkage examples are rendered with this template in this specification.

<div xmlns="http://www.w3.org/1999/xhtml">
  <p>
     Links
     {% if Linkage.author.exists() %} defined by {{ Linkage.author }} {% endif %}
     :
  </p>
  <ul>
    {% for link in Linkage.item %}
    <li>{{ link.type }}: {{ link.resource }} </li>
    {% endfor %}
  </ul>
</div>

Notes:

  • Note sure whether to present active?
  • Should the source be bold? .