FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-list-order.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem list-order
This case-sensitive code system http://terminology.hl7.org/CodeSystem/list-order defines the following codes:
{
"resourceType": "CodeSystem",
"id": "list-order",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sd"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
}
]
}
}
],
"url": "http://terminology.hl7.org/CodeSystem/list-order",
"version": "4.0.1",
"name": "ListOrderCodes",
"title": "List Order Codes",
"status": "draft",
"experimental": false,
"date": "2025-09-13T16:11:23-04:00",
"publisher": "Structured Documents",
"contact": [
{
"name": "Structured Documents",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/structure"
}
]
}
],
"description": "Base values for the order of the items in a list resource.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/list-order|4.3.0",
"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."
}
]
}