{

"resourceType": "ValueSet",
"id": "list-order",
"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>List Order Codes</h2><p>Base values for the order of the items in a list resource.</p><p>This value set has an inline code system http://hl7.org/fhir/list-order, 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>user<a name=\"user\"> </a></td><td>Sorted by User</td><td>The list was sorted by a user. The criteria the user used are not specified.</td></tr><tr><td>system<a name=\"system\"> </a></td><td>Sorted by System</td><td>The list was sorted by the system. The criteria the user used are not specified; define additional codes to specify a particular order (or use other defined codes).</td></tr><tr><td>event-date<a name=\"event-date\"> </a></td><td>Sorted by Event Date</td><td>The list is sorted by the data of the event. This can be used when the list has items which are dates with past or future events.</td></tr><tr><td>entry-date<a name=\"entry-date\"> </a></td><td>Sorted by Item Date</td><td>The list is sorted by the date the item was added to the list. Note that the date added to the list is not explicit in the list itself.</td></tr><tr><td>priority<a name=\"priority\"> </a></td><td>Sorted by Priority</td><td>The list is sorted by priority. The exact method in which priority has been determined is not specified.</td></tr><tr><td>alphabetic<a name=\"alphabetic\"> </a></td><td>Sorted Alphabetically</td><td>The list is sorted alphabetically by an unspecified property of the items in the list.</td></tr><tr><td>category<a name=\"category\"> </a></td><td>Sorted by Category</td><td>The list is sorted categorically by an unspecified property of the items in the list.</td></tr><tr><td>patient<a name=\"patient\"> </a></td><td>Sorted by Patient</td><td>The list is sorted by patient, with items for each patient grouped together.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.177"
  }
],
"url": "http://hl7.org/fhir/ValueSet/list-order",
"version": "1.0.2",
"name": "List Order Codes",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "Base values for the order of the items in a list resource.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.177"
    }
  ],
  "system": "http://hl7.org/fhir/list-order",
  "caseSensitive": true,
  "concept": [
    {
      "code": "user",
      "display": "Sorted by User",
      "definition": "The list was sorted by a user. The criteria the user used are not specified."
    },
    {
      "code": "system",
      "display": "Sorted by System",
      "definition": "The list was sorted by the system. The criteria the user used are not specified; define additional codes to specify a particular order (or use other defined codes)."
    },
    {
      "code": "event-date",
      "display": "Sorted by Event Date",
      "definition": "The list is sorted by the data of the event. This can be used when the list has items which are dates with past or future events."
    },
    {
      "code": "entry-date",
      "display": "Sorted by Item Date",
      "definition": "The list is sorted by the date the item was added to the list. Note that the date added to the list is not explicit in the list itself."
    },
    {
      "code": "priority",
      "display": "Sorted by Priority",
      "definition": "The list is sorted by priority. The exact method in which priority has been determined is not specified."
    },
    {
      "code": "alphabetic",
      "display": "Sorted Alphabetically",
      "definition": "The list is sorted alphabetically by an unspecified property of the items in the list."
    },
    {
      "code": "category",
      "display": "Sorted by Category",
      "definition": "The list is sorted categorically by an unspecified property of the items in the list."
    },
    {
      "code": "patient",
      "display": "Sorted by Patient",
      "definition": "The list is sorted by patient, with items for each patient grouped together."
    }
  ]
}

}