This page is part of the HL7 Terminology (v5.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2024-03-09 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "list-order"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/list-order</code> 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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sd" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1107" ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ListOrderCodes"] ; #
fhir:title [ fhir:v "List Order Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-03-09T11:11:30-07:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health Level Seven International"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Base values for the order of the items in a list resource."] ; #
fhir:copyright [ fhir:v "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"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/list-order"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/list-order>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "user" ] ;
fhir:display [ fhir:v "Sorted by User" ] ;
fhir:definition [ fhir:v "The list was sorted by a user. The criteria the user used are not specified." ]
] [
fhir:code [ fhir:v "system" ] ;
fhir:display [ fhir:v "Sorted by System" ] ;
fhir:definition [ fhir:v "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)." ]
] [
fhir:code [ fhir:v "event-date" ] ;
fhir:display [ fhir:v "Sorted by Event Date" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "entry-date" ] ;
fhir:display [ fhir:v "Sorted by Item Date" ] ;
fhir:definition [ fhir:v "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." ]
] [
fhir:code [ fhir:v "priority" ] ;
fhir:display [ fhir:v "Sorted by Priority" ] ;
fhir:definition [ fhir:v "The list is sorted by priority. The exact method in which priority has been determined is not specified." ]
] [
fhir:code [ fhir:v "alphabetic" ] ;
fhir:display [ fhir:v "Sorted Alphabetically" ] ;
fhir:definition [ fhir:v "The list is sorted alphabetically by an unspecified property of the items in the list." ]
] [
fhir:code [ fhir:v "category" ] ;
fhir:display [ fhir:v "Sorted by Category" ] ;
fhir:definition [ fhir:v "The list is sorted categorically by an unspecified property of the items in the list." ]
] [
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Sorted by Patient" ] ;
fhir:definition [ fhir:v "The list is sorted by patient, with items for each patient grouped together." ]
] ) . #
IG © 2020+ HL7 International - Vocabulary Work Group. Package hl7.terminology#5.5.0 based on FHIR 4.0.1. Generated 2024-03-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change