Definition
for
Value
SetList
Order
Codes
Code
SystemSlotStatus
{
"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"
}
]
}
}
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
fhir:id [ fhir:v "slotstatus"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-01T23:03:57.298+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "pa" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "3" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/slotstatus"], [ fhir:v "http://hl7.org/fhir/slotstatus"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.483" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.476" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.283" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.483" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.476" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.283" ]
] ) ;
fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
fhir:name [ fhir:v "SlotStatus"], [ fhir:v "SlotStatus"] ;
fhir:title [ fhir:v "Slot Status"], [ fhir:v "Slot Status"] ;
fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"], [ fhir:v "2021-01-05T10:01:24+11:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ;
fhir:description [ fhir:v "The free/busy status of the slot."], [ fhir:v "The free/busy status of the slot."] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:caseSensitive [ fhir:v "true"] ;
fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/slotstatus"] ;
fhir:content [ fhir:v "complete"] ;
fhir:concept ( [
fhir:code [ fhir:v "busy" ] ;
fhir:display [ fhir:v "Busy" ] ;
fhir:definition [ fhir:v "Indicates that the time interval is busy because one or more events have been scheduled for that interval." ]
] [
fhir:code [ fhir:v "free" ] ;
fhir:display [ fhir:v "Free" ] ;
fhir:definition [ fhir:v "Indicates that the time interval is free for scheduling." ]
] [
fhir:code [ fhir:v "busy-unavailable" ] ;
fhir:display [ fhir:v "Busy (Unavailable)" ] ;
fhir:definition [ fhir:v "Indicates that the time interval is busy and that the interval cannot be scheduled." ]
] [
fhir:code [ fhir:v "busy-tentative" ] ;
fhir:display [ fhir:v "Busy (Tentative)" ] ;
fhir:definition [ fhir:v "Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval." ]
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in error" ] ;
fhir:definition [ fhir:v "This instance should not have been part of this patient's medical record." ]
] ) .
# -------------------------------------------------------------------------------------
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.