{
  "resourceType": "CodeSystem",
  "id": "v3-HtmlLinkType",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Release Date: 2016-11-11</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\r\n                  <a name=\"alternate\"></a></td><td>alternate</td><td>\r\n                        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).\r\n                  <br /></td></tr><tr><td>1</td><td>appendix\r\n                  <a name=\"appendix\"></a></td><td>appendix</td><td>\r\n                        Refers to a document serving as an appendix in a collection of documents.\r\n                  <br /></td></tr><tr><td>1</td><td>bookmark\r\n                  <a name=\"bookmark\"></a></td><td>bookmark</td><td>\r\n                        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.\r\n                  <br /></td></tr><tr><td>1</td><td>chapter\r\n                  <a name=\"chapter\"></a></td><td>chapter</td><td>\r\n                        Refers to a document serving as a chapter in a collection of documents.\r\n                  <br /></td></tr><tr><td>1</td><td>contents\r\n                  <a name=\"contents\"></a></td><td>contents</td><td>\r\n                        Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from \"Table of Contents\").\r\n                  <br /></td></tr><tr><td>1</td><td>copyright\r\n                  <a name=\"copyright\"></a></td><td>copyright</td><td>\r\n                        Refers to a copyright statement for the current document.\r\n                  <br /></td></tr><tr><td>1</td><td>glossary\r\n                  <a name=\"glossary\"></a></td><td>glossary</td><td>\r\n                        Refers to a document providing a glossary of terms that pertain to the current document.\r\n                  <br /></td></tr><tr><td>1</td><td>help\r\n                  <a name=\"help\"></a></td><td>help</td><td>\r\n                        Refers to a document offering help (more information, links to other sources of information, etc.).\r\n                  <br /></td></tr><tr><td>1</td><td>index\r\n                  <a name=\"index\"></a></td><td>index</td><td>\r\n                        Refers to a document providing an index for the current document.\r\n                  <br /></td></tr><tr><td>1</td><td>next\r\n                  <a name=\"next\"></a></td><td>next</td><td>\r\n                        Refers to the next document in a linear sequence of documents. User agents may choose to preload the \"next\" document, to reduce the perceived load time.\r\n                  <br /></td></tr><tr><td>1</td><td>prev\r\n                  <a name=\"prev\"></a></td><td>prev</td><td>\r\n                        Refers to the previous document in an ordered series of documents. Some user agents also support the synonym \"Previous\".\r\n                  <br /></td></tr><tr><td>1</td><td>section\r\n                  <a name=\"section\"></a></td><td>section</td><td>\r\n                        Refers to a document serving as a section in a collection of documents.\r\n                  <br /></td></tr><tr><td>1</td><td>start\r\n                  <a name=\"start\"></a></td><td>start</td><td>\r\n                        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.\r\n                  <br /></td></tr><tr><td>1</td><td>stylesheet\r\n                  <a name=\"stylesheet\"></a></td><td>stylesheet</td><td>\r\n                        Refers to an external style sheet. See the section on external style sheets for details. This is used together with the link type \"Alternate\" for user-selectable alternate style sheets.\r\n                  <br /></td></tr><tr><td>1</td><td>subsection\r\n                  <a name=\"subsection\"></a></td><td>subsection</td><td>\r\n                        Refers to a document serving as a subsection in a collection of documents.\r\n                  <br /></td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v3/HtmlLinkType",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.58"
  },
  "version": "2016-11-11",
  "name": "v3 Code System HtmlLinkType",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "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",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-HtmlLinkType",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "alternate",
      "display": "alternate",
      "definition": "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)."
    },
    {
      "code": "appendix",
      "display": "appendix",
      "definition": "Refers to a document serving as an appendix in a collection of documents."
    },
    {
      "code": "bookmark",
      "display": "bookmark",
      "definition": "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."
    },
    {
      "code": "chapter",
      "display": "chapter",
      "definition": "Refers to a document serving as a chapter in a collection of documents."
    },
    {
      "code": "contents",
      "display": "contents",
      "definition": "Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from \"Table of Contents\")."
    },
    {
      "code": "copyright",
      "display": "copyright",
      "definition": "Refers to a copyright statement for the current document."
    },
    {
      "code": "glossary",
      "display": "glossary",
      "definition": "Refers to a document providing a glossary of terms that pertain to the current document."
    },
    {
      "code": "help",
      "display": "help",
      "definition": "Refers to a document offering help (more information, links to other sources of information, etc.)."
    },
    {
      "code": "index",
      "display": "index",
      "definition": "Refers to a document providing an index for the current document."
    },
    {
      "code": "next",
      "display": "next",
      "definition": "Refers to the next document in a linear sequence of documents. User agents may choose to preload the \"next\" document, to reduce the perceived load time."
    },
    {
      "code": "prev",
      "display": "prev",
      "definition": "Refers to the previous document in an ordered series of documents. Some user agents also support the synonym \"Previous\"."
    },
    {
      "code": "section",
      "display": "section",
      "definition": "Refers to a document serving as a section in a collection of documents."
    },
    {
      "code": "start",
      "display": "start",
      "definition": "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."
    },
    {
      "code": "stylesheet",
      "display": "stylesheet",
      "definition": "Refers to an external style sheet. See the section on external style sheets for details. This is used together with the link type \"Alternate\" for user-selectable alternate style sheets."
    },
    {
      "code": "subsection",
      "display": "subsection",
      "definition": "Refers to a document serving as a subsection in a collection of documents."
    }
  ]
}