Release 4

V3-HtmlLinkType.xml

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

HtmlLinkType values are drawn from HTML 4.0 and describe the relationship between the current document and the anchor that is the target of the link

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-HtmlLinkType"/> 
  <meta> 
    <lastUpdated value="2018-08-12T00:00:00.000+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Release Date: 2018-08-12</p> 

      <table class="grid">
 
        <tr> 
          <td> 
            <b> Level</b> 
          </td> 
          <td> 
            <b> Code</b> 
          </td> 
          <td> 
            <b> Display</b> 
          </td> 
          <td> 
            <b> Definition</b> 
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> alternate
            <a name="v3-HtmlLinkType-alternate"> </a> 
          </td> 
          <td> alternate</td> 
          <td> 
                        Designates substitute versions for the document in which the link
               occurs. When used together with the lang attribute, it implies a translated version of
               the document. When used together with the media attribute, it implies a version designed
               for a different medium (or media).
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> appendix
            <a name="v3-HtmlLinkType-appendix"> </a> 
          </td> 
          <td> appendix</td> 
          <td> 
                        Refers to a document serving as an appendix in a collection of
               documents.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> bookmark
            <a name="v3-HtmlLinkType-bookmark"> </a> 
          </td> 
          <td> bookmark</td> 
          <td> 
                        Refers to a bookmark. A bookmark is a link to a key entry point
               within an extended document. The title attribute may be used, for example, to label the
               bookmark. Note that several bookmarks may be defined in each document.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> chapter
            <a name="v3-HtmlLinkType-chapter"> </a> 
          </td> 
          <td> chapter</td> 
          <td> 
                        Refers to a document serving as a chapter in a collection of documents.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> contents
            <a name="v3-HtmlLinkType-contents"> </a> 
          </td> 
          <td> contents</td> 
          <td> 
                        Refers to a document serving as a table of contents. Some user
               agents also support the synonym ToC (from &quot;Table of Contents&quot;).
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> copyright
            <a name="v3-HtmlLinkType-copyright"> </a> 
          </td> 
          <td> copyright</td> 
          <td> 
                        Refers to a copyright statement for the current document.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> glossary
            <a name="v3-HtmlLinkType-glossary"> </a> 
          </td> 
          <td> glossary</td> 
          <td> 
                        Refers to a document providing a glossary of terms that pertain
               to the current document.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> help
            <a name="v3-HtmlLinkType-help"> </a> 
          </td> 
          <td> help</td> 
          <td> 
                        Refers to a document offering help (more information, links to
               other sources of information, etc.).
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> index
            <a name="v3-HtmlLinkType-index"> </a> 
          </td> 
          <td> index</td> 
          <td> 
                        Refers to a document providing an index for the current document.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> next
            <a name="v3-HtmlLinkType-next"> </a> 
          </td> 
          <td> next</td> 
          <td> 
                        Refers to the next document in a linear sequence of documents.
               User agents may choose to preload the &quot;next&quot; document, to reduce the perceived
               load time.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> prev
            <a name="v3-HtmlLinkType-prev"> </a> 
          </td> 
          <td> prev</td> 
          <td> 
                        Refers to the previous document in an ordered series of documents.
               Some user agents also support the synonym &quot;Previous&quot;.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> section
            <a name="v3-HtmlLinkType-section"> </a> 
          </td> 
          <td> section</td> 
          <td> 
                        Refers to a document serving as a section in a collection of documents.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> start
            <a name="v3-HtmlLinkType-start"> </a> 
          </td> 
          <td> start</td> 
          <td> 
                        Refers to the first document in a collection of documents. This
               link type tells search engines which document is considered by the author to be the starting
               point of the collection.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> stylesheet
            <a name="v3-HtmlLinkType-stylesheet"> </a> 
          </td> 
          <td> stylesheet</td> 
          <td> 
                        Refers to an external style sheet. See the section on external
               style sheets for details. This is used together with the link type &quot;Alternate&quot;
               for user-selectable alternate style sheets.
            <br/>  

                     
          </td> 
        </tr> 
 
        <tr> 
          <td> 1</td> 
          <td> subsection
            <a name="v3-HtmlLinkType-subsection"> </a> 
          </td> 
          <td> subsection</td> 
          <td> 
                        Refers to a document serving as a subsection in a collection of
               documents.
            <br/>  

                     
          </td> 
        </tr> 

      </table> 

    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="external"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/> 
  </extension> 
  <url value="http://terminology.hl7.org/ValueSet/v3-HtmlLinkType"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.1.11.11017"/> 
  </identifier> 
  <version value="2018-08-12"/> 
  <name value="v3.HtmlLinkType"/> 
  <title value="v3 Code System HtmlLinkType"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <date value="2018-08-12"/> 
  <publisher value="HL7, Inc"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org"/> 
    </telecom> 
  </contact> 
  <description value=" HtmlLinkType values are drawn from HTML 4.0 and describe the relationship between the
     current document and the anchor that is the target of the link"/> 
  <immutable value="true"/> 
  <compose> 
    <include> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-HtmlLinkType"/> 
    </include> 
  </compose> 
</ValueSet> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.