{
  "resourceType": "CodeSystem",
  "id": "list-mode",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>ListMode</h2>\n            <div>\n              <p>The processing mode that applies to this list</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/list-mode defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\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>working\n                  <a name=\"list-mode-working\"> </a>\n                </td>\n                <td>Working List</td>\n                <td>This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes</td>\n              </tr>\n              <tr>\n                <td>snapshot\n                  <a name=\"list-mode-snapshot\"> </a>\n                </td>\n                <td>Snapshot List</td>\n                <td>This list was prepared as a snapshot. It should not be assumed to be current</td>\n              </tr>\n              <tr>\n                <td>changes\n                  <a name=\"list-mode-changes\"> </a>\n                </td>\n                <td>Change List</td>\n                <td>A list that indicates where changes have been made or recommended</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": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    }
  ],
  "url": "http://hl7.org/fhir/list-mode",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.310"
  },
  "version": "3.0.1",
  "name": "ListMode",
  "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 processing mode that applies to this list",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/list-mode",
  "content": "complete",
  "concept": [
    {
      "code": "working",
      "display": "Working List",
      "definition": "This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes"
    },
    {
      "code": "snapshot",
      "display": "Snapshot List",
      "definition": "This list was prepared as a snapshot. It should not be assumed to be current"
    },
    {
      "code": "changes",
      "display": "Change List",
      "definition": "A list that indicates where changes have been made or recommended"
    }
  ]
}