This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Patient Care ![]() | Maturity Level: N/A | Standards Status: Informative | Compartments: Practitioner |
This is a liquid template using the FHIR Liquid Dialect
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: