{
  "resourceType": "CodeSystem",
  "id": "guide-page-kind",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>GuidePageKind</h2>\n            <div>\n              <p>The kind of an included page.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/guide-page-kind defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>page\n                  <a name=\"guide-page-kind-page\"> </a>\n                </td>\n                <td>Page</td>\n                <td>This is a page of content that is included in the implementation guide. It has no particular function.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>example\n                  <a name=\"guide-page-kind-example\"> </a>\n                </td>\n                <td>Example</td>\n                <td>This is a page that represents a human readable rendering of an example.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>list\n                  <a name=\"guide-page-kind-list\"> </a>\n                </td>\n                <td>List</td>\n                <td>This is a page that represents a list of resources of one or more types.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>include\n                  <a name=\"guide-page-kind-include\"> </a>\n                </td>\n                <td>Include</td>\n                <td>This is a page showing where an included guide is injected.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>directory\n                  <a name=\"guide-page-kind-directory\"> </a>\n                </td>\n                <td>Directory</td>\n                <td>This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td>  dictionary\n                  <a name=\"guide-page-kind-dictionary\"> </a>\n                </td>\n                <td>Dictionary</td>\n                <td>This is a page that creates the listed resources as a dictionary.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>toc\n                  <a name=\"guide-page-kind-toc\"> </a>\n                </td>\n                <td>Table Of Contents</td>\n                <td>This is a generated page that contains the table of contents.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>resource\n                  <a name=\"guide-page-kind-resource\"> </a>\n                </td>\n                <td>Resource</td>\n                <td>This is a page that represents a presented resource. This is typically used for generated conformance resource presentations.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/guide-page-kind",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.304"
  },
  "version": "3.0.1",
  "name": "GuidePageKind",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The kind of an included page.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/guide-page-kind",
  "content": "complete",
  "concept": [
    {
      "code": "page",
      "display": "Page",
      "definition": "This is a page of content that is included in the implementation guide. It has no particular function."
    },
    {
      "code": "example",
      "display": "Example",
      "definition": "This is a page that represents a human readable rendering of an example."
    },
    {
      "code": "list",
      "display": "List",
      "definition": "This is a page that represents a list of resources of one or more types."
    },
    {
      "code": "include",
      "display": "Include",
      "definition": "This is a page showing where an included guide is injected."
    },
    {
      "code": "directory",
      "display": "Directory",
      "definition": "This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.",
      "concept": [
        {
          "code": "dictionary",
          "display": "Dictionary",
          "definition": "This is a page that creates the listed resources as a dictionary."
        }
      ]
    },
    {
      "code": "toc",
      "display": "Table Of Contents",
      "definition": "This is a generated page that contains the table of contents."
    },
    {
      "code": "resource",
      "display": "Resource",
      "definition": "This is a page that represents a presented resource. This is typically used for generated conformance resource presentations."
    }
  ]
}