| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | list-order |
| FHIR Version | R5 |
| Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-list-order.html |
| URL | http://terminology.hl7.org/CodeSystem/list-order |
| Version | 1.0.1 |
| Status | active |
| Date | 2025-08-07T21:08:36+00:00 |
| Name | ListOrderCodes |
| Title | List Order Codes |
| Realm | uv |
| Authority | hl7 |
| Description | Base values for the order of the items in a list resource. |
| Copyright | This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license |
| Content | complete |
| ValueSet | |
| list-order | List Order Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem list-order
Last updated: 2024-04-24 00:00:00+0000
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/list-order defines the following codes:
{
"resourceType": "CodeSystem",
"id": "list-order",
"meta": {
"lastUpdated": "2024-04-24T00:00:00+00:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sd"
}
],
"url": "http://terminology.hl7.org/CodeSystem/list-order",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.1107"
}
],
"version": "1.0.1",
"name": "ListOrderCodes",
"title": "List Order Codes",
"status": "active",
"experimental": false,
"date": "2025-08-07T21:08:36+00:00",
"publisher": "Health Level Seven International",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
},
{
"system": "email",
"value": "hq@HL7.org"
}
]
}
],
"description": "Base values for the order of the items in a list resource.",
"copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
"caseSensitive": true,
"valueSet": "http://terminology.hl7.org/ValueSet/list-order",
"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."
}
]
}