DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-list-order.xml

Raw XML (canonical form)

Definition for Value SetList Order Codes

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="valueset-list-order"/>
  <meta>
    <lastUpdated value="2015-04-03T14:24:32.000+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.1886"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/list-order"/>
  <version value="0.5.0"/>
  <name value="List Order Codes"/>
  <publisher value="FHIR Project"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Base values for the order of the items in a list resource"/>
  <status value="draft"/>
  <experimental value="true"/>
  <define>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:null"/>
    </extension>
    <system value="http://hl7.org/fhir/list-order"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="user"/>
      <display value="Sorted by User"/>
      <definition value="The list was sorted by a user. The criteria the user used are not specified"/>
    </concept>
    <concept>
      <code value="system"/>
      <display value="Sorted by System"/>
      <definition value="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)"/>
    </concept>
    <concept>
      <code value="event-date"/>
      <display value="Sorted by Event Date"/>
      <definition value="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"/>
    </concept>
    <concept>
      <code value="entry-date"/>
      <display value="Sorted by Item Date"/>
      <definition value="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"/>
    </concept>
    <concept>
      <code value="priority"/>
      <display value="Sorted by Priority"/>
      <definition value="The list is sorted by priority. The exact method in which priority has been determined
       is not specified"/>
    </concept>
    <concept>
      <code value="alphabetic"/>
      <display value="Sorted Alphabetically"/>
      <definition value="The list is sorted alphabetically by an unspecified property of the items in the list"/>
    </concept>
    <concept>
      <code value="category"/>
      <display value="Sorted by Category"/>
      <definition value="The list is sorted categorically by an unspecified property of the items in the list"/>
    </concept>
    <concept>
      <code value="patient"/>
      <display value="Sorted by Patient"/>
      <definition value="The list is sorted by patient, with items for each patient grouped together"/>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.