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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/list-order defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">user\n <a name=\"list-order-user\"> </a>\n </td>\n <td>Sorted by User</td>\n <td>The list was sorted by a user. The criteria the user used are not specified.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">system\n <a name=\"list-order-system\"> </a>\n </td>\n <td>Sorted by System</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">event-date\n <a name=\"list-order-event-date\"> </a>\n </td>\n <td>Sorted by Event Date</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">entry-date\n <a name=\"list-order-entry-date\"> </a>\n </td>\n <td>Sorted by Item Date</td>\n <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>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">priority\n <a name=\"list-order-priority\"> </a>\n </td>\n <td>Sorted by Priority</td>\n <td>The list is sorted by priority. The exact method in which priority has been determined is not specified.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">alphabetic\n <a name=\"list-order-alphabetic\"> </a>\n </td>\n <td>Sorted Alphabetically</td>\n <td>The list is sorted alphabetically by an unspecified property of the items in the list.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">category\n <a name=\"list-order-category\"> </a>\n </td>\n <td>Sorted by Category</td>\n <td>The list is sorted categorically by an unspecified property of the items in the list.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">patient\n <a name=\"list-order-patient\"> </a>\n </td>\n <td>Sorted by Patient</td>\n <td>The list is sorted by patient, with items for each patient grouped together.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "ListOrderCodes"] ; #
fhir:title [ fhir:v "List Order Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "Base values for the order of the items in a list resource."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
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 © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
