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 
FHIR Value set/code system definition for HL7 v2 table 0158 ( Date/time selection qualifier)
{
"resourceType": "ValueSet",
"text": {
"status": "additional",
"div": "<div><p>Date/time selection qualifier</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Version</b></td></tr>\r\n <tr><td>1ST<a name=\"1ST\"> </a></td><td>First value within range</td><td>added v2.2, removed after v2.6</td></tr>\r\n <tr><td>ALL<a name=\"ALL\"> </a></td><td>All values within the range</td><td>added v2.2, removed after v2.6</td></tr>\r\n <tr><td>LST<a name=\"LST\"> </a></td><td>Last value within the range</td><td>added v2.2, removed after v2.6</td></tr>\r\n <tr><td>REV<a name=\"REV\"> </a></td><td>All values within the range returned in reverse chronological order (This is the default if not otherwise specified.)</td><td>added v2.2, removed after v2.6</td></tr>\r\n</table>\r\n</div>"
},
"identifier": "http://hl7.org/fhir/v2/vs/0158",
"name": "v2 Date/time selection qualifier",
"publisher": "HL7, Inc",
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
],
"description": "FHIR Value set/code system definition for HL7 v2 table 0158 ( Date/time selection qualifier)",
"status": "active",
"date": "2011-01-28",
"define": {
"system": "http://hl7.org/fhir/v2/0158",
"caseSensitive": true,
"concept": [
{
"extension": [
{
"url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated",
"valueBoolean": true
}
],
"code": "1ST",
"display": "First value within range"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated",
"valueBoolean": true
}
],
"code": "ALL",
"display": "All values within the range"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated",
"valueBoolean": true
}
],
"code": "LST",
"display": "Last value within the range"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/Profile/tools-extensions#deprecated",
"valueBoolean": true
}
],
"code": "REV",
"display": "All values within the range returned in reverse chronological order (This is the default if not otherwise specified.)"
}
]
}
}