FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

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? .