FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: List Order Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "list-order",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/list-order defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">user\n                  <a name=\"list-order-user\"> </a>\n                </td>\n                <td>Sorted by User</td>\n                <td>The list was sorted by a user. The criteria the user used are not specified.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">system\n                  <a name=\"list-order-system\"> </a>\n                </td>\n                <td>Sorted by System</td>\n                <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>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">event-date\n                  <a name=\"list-order-event-date\"> </a>\n                </td>\n                <td>Sorted by Event Date</td>\n                <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>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">entry-date\n                  <a name=\"list-order-entry-date\"> </a>\n                </td>\n                <td>Sorted by Item Date</td>\n                <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>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">priority\n                  <a name=\"list-order-priority\"> </a>\n                </td>\n                <td>Sorted by Priority</td>\n                <td>The list is sorted by priority. The exact method in which priority has been determined is not specified.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">alphabetic\n                  <a name=\"list-order-alphabetic\"> </a>\n                </td>\n                <td>Sorted Alphabetically</td>\n                <td>The list is sorted alphabetically by an unspecified property of the items in the list.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">category\n                  <a name=\"list-order-category\"> </a>\n                </td>\n                <td>Sorted by Category</td>\n                <td>The list is sorted categorically by an unspecified property of the items in the list.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">patient\n                  <a name=\"list-order-patient\"> </a>\n                </td>\n                <td>Sorted by Patient</td>\n                <td>The list is sorted by patient, with items for each patient grouped together.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/list-order",
  "version" : "4.3.0",
  "name" : "ListOrderCodes",
  "title" : "List Order Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Base values for the order of the items in a list resource.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "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."
    }
  ]
}