Real Time Location Services Implementation Guide
1.0.0-ballot - CI Build International flag

Real Time Location Services Implementation Guide, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/rtls-ig/ and changes regularly. See the Directory of published versions

: RTLS Message Events - XML Representation

Page standards status: Informative

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="rtlsMessageEvents"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents</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">enroll-tag<a name="rtlsMessageEvents-enroll-tag"> </a></td><td>Enroll Tag</td><td>Used to describe when a subscriber wants to receive notifications about a specific tag.</td></tr><tr><td style="white-space:nowrap">unenroll-tag<a name="rtlsMessageEvents-unenroll-tag"> </a></td><td>Unenroll Tag</td><td>Used to describe when a subscriber no longer wants to receive notifications about a specific tag.</td></tr><tr><td style="white-space:nowrap">location-update<a name="rtlsMessageEvents-location-update"> </a></td><td>Location Update</td><td>Used to describe when a specific tag has an updated location.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents"/>
  <version value="1.0.0-ballot"/>
  <name value="RTLSMessageEvents"/>
  <title value="RTLS Message Events"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2022-10-12"/>
  <publisher value="HL7 International - Patient Administration Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description
               value="Code System listing codes for all types of RTLS messaging events."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="enroll-tag"/>
    <display value="Enroll Tag"/>
    <definition
                value="Used to describe when a subscriber wants to receive notifications about a specific tag."/>
  </concept>
  <concept>
    <code value="unenroll-tag"/>
    <display value="Unenroll Tag"/>
    <definition
                value="Used to describe when a subscriber no longer wants to receive notifications about a specific tag."/>
  </concept>
  <concept>
    <code value="location-update"/>
    <display value="Location Update"/>
    <definition
                value="Used to describe when a specific tag has an updated location."/>
  </concept>
</CodeSystem>