This page is part of the Real Time Location Services Implementation Guide (v1.0.0-ballot: STU 1.0 Ballot 1) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
: RTLS Subscription Events - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "rtlsSubscriptionEvents",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents</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\">location-updates<a name=\"rtlsSubscriptionEvents-location-updates\"> </a></td><td>Location Updates</td><td>Events where the location of a RTLS tag is updated.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls"
}
]
}
}
],
"url" : "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsSubscriptionEvents",
"version" : "1.0.0-ballot",
"name" : "RTLSSubscriptionEvents",
"title" : "RTLS Subscription Events",
"status" : "draft",
"experimental" : true,
"date" : "2022-10-12",
"publisher" : "HL7 International - Patient Administration Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "Code System listing codes for event types which can be used to trigger notifications from a rtlsSubscriptionTopic.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "location-updates",
"display" : "Location Updates",
"definition" : "Events where the location of a RTLS tag is updated."
}
]
}