FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="list-order"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This code system http://terminology.hl7.org/CodeSystem/list-order defines the following codes:</p>
<table class="codes">
<tr>
<td style="white-space:nowrap">
<b>Code</b>
</td>
<td>
<b>Display</b>
</td>
<td>
<b>Definition</b>
</td>
</tr>
<tr>
<td style="white-space:nowrap">user
<a name="list-order-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 style="white-space:nowrap">system
<a name="list-order-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 style="white-space:nowrap">event-date
<a name="list-order-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 style="white-space:nowrap">entry-date
<a name="list-order-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 style="white-space:nowrap">priority
<a name="list-order-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 style="white-space:nowrap">alphabetic
<a name="list-order-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 style="white-space:nowrap">category
<a name="list-order-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 style="white-space:nowrap">patient
<a name="list-order-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>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r4b.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fhir"/>
</extension>
<url value="http://terminology.hl7.org/CodeSystem/list-order"/>
<version value="4.3.0"/>
<name value="ListOrderCodes"/>
<title value="List Order Codes"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2025-09-13T16:38:45-04:00"/>
<publisher value="FHIR Infrastructure"/>
<contact>
<name value="FHIR Infrastructure"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/fiwg"/>
</telecom>
</contact>
<description
value="Base values for the order of the items in a list resource."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<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>
</CodeSystem>