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 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rtlsMessageEvents"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/rtls/ImplementationGuide/hl7.fhir.uv.rtls>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "RTLSMessageEvents"] ; # 
  fhir:title [ fhir:v "RTLS Message Events"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-10-12"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/pafm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System listing codes for all types of RTLS messaging events."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "enroll-tag" ] ;
fhir:display [ fhir:v "Enroll Tag" ] ;
fhir:definition [ fhir:v "Used to describe when a subscriber wants to receive notifications about a specific tag." ]
  ] [
fhir:code [ fhir:v "unenroll-tag" ] ;
fhir:display [ fhir:v "Unenroll Tag" ] ;
fhir:definition [ fhir:v "Used to describe when a subscriber no longer wants to receive notifications about a specific tag." ]
  ] [
fhir:code [ fhir:v "location-update" ] ;
fhir:display [ fhir:v "Location Update" ] ;
fhir:definition [ fhir:v "Used to describe when a specific tag has an updated location." ]
  ] ) . #