{

"resourceType": "ValueSet",
"id": "list-mode",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>ListMode</h2><p>The processing mode that applies to this list</p><p>This value set has an inline code system http://hl7.org/fhir/list-mode, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>working<a name=\"working\"> </a></td><td>Working List</td><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></tr><tr><td>snapshot<a name=\"snapshot\"> </a></td><td>Snapshot List</td><td>This list was prepared as a snapshot. It should not be assumed to be current</td></tr><tr><td>changes<a name=\"changes\"> </a></td><td>Change List</td><td>A list that indicates where changes have been made or recommended</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.174"
  }
],
"url": "http://hl7.org/fhir/ValueSet/list-mode",
"version": "1.0.2",
"name": "ListMode",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The processing mode that applies to this list",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.174"
    }
  ],
  "system": "http://hl7.org/fhir/list-mode",
  "version": "1.0.2",
  "caseSensitive": true,
  "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"
    }
  ]
}

}