This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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
Definition for Value SetList Order Codes
{
"resourceType": "ValueSet",
"id": "valueset-list-order",
"meta": {
"lastUpdated": "2015-03-27T00:13:00.999+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.2.1886"
}
],
"url": "http://hl7.org/fhir/vs/list-order",
"version": "0.4.0",
"name": "List Order Codes",
"publisher": "FHIR Project",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "Base values for the order of the items in a list resource",
"status": "draft",
"experimental": true,
"define": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:null"
}
],
"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"
}
]
}
}
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.