Real Time Location Services Implementation Guide, published by HL7 International - Patient Administration Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/rtls-ig/ and changes regularly. See the Directory of published versions
: Location Update Event example - TTL Representation
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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocationUpdateExample-MessageBundle"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsMessageBundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsMessageBundle> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2023-03-24T10:24:13.1882432-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/LocationUpdateExample-MessageHeader"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/LocationUpdateExample-MessageHeader> )
] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/LocationUpdateExample-MessageBundle2"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/LocationUpdateExample-MessageBundle2> )
] ) . #
<http://example.org/fhir/LocationUpdateExample-MessageHeader> a fhir:MessageHeader ;
fhir:id [ fhir:v "LocationUpdateExample-MessageHeader"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsMessageHeader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/rtls/StructureDefinition/rtlsMessageHeader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_LocationUpdateExample-MessageHeader\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader LocationUpdateExample-MessageHeader</b></p><a name=\"LocationUpdateExample-MessageHeader\"> </a><a name=\"hcLocationUpdateExample-MessageHeader\"> </a><a name=\"hcLocationUpdateExample-MessageHeader-en\"> </a><p><b>event</b>: <a href=\"CodeSystem-rtlsMessageEvents.html#rtlsMessageEvents-location-update\">RTLS Message Events</a> location-update: Location Update</p><blockquote><p><b>source</b></p></blockquote><p><b>focus</b>: <a href=\"Bundle-LocationUpdateExample-MessageBundle.html#http-//example.org/fhir/LocationUpdateExample-MessageBundle2\">Bundle: type = message; timestamp = 2023-03-24 10:24:13-0500</a></p></div>"
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents"^^xsd:anyURI ] ;
fhir:code [ fhir:v "location-update" ]
] ; #
fhir:source [] ; #
fhir:focus ( [
fhir:link <http://example.org/fhir/LocationUpdateExample-MessageBundle2> ;
fhir:reference [ fhir:v "http://example.org/fhir/LocationUpdateExample-MessageBundle2" ]
] ) . #
<http://example.org/fhir/LocationUpdateExample-MessageBundle2> a fhir:Bundle ;
fhir:id [ fhir:v "LocationUpdateExample-MessageBundle2"] ; #
fhir:type [ fhir:v "subscription-notification"] ; #
fhir:timestamp [ fhir:v "2023-03-24T10:24:13.1882432-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/LocationUpdateExample-Device"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/LocationUpdateExample-Device> )
] [
fhir:fullUrl [ fhir:v "http://example.org/FHIR/R4/Location"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/FHIR/R4/Location> )
] ) . #
<http://example.org/fhir/LocationUpdateExample-Device> a fhir:Device ;
fhir:id [ fhir:v "LocationUpdateExample-Device"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://rtls.org/trackingtags/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678" ]
] ) ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ ] ;
fhir:issuer [ ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:location [
fhir:link <http://example.org/FHIR/R4/Location> ;
fhir:reference [ fhir:v "http://example.org/FHIR/R4/Location" ]
] . #
<http://example.org/FHIR/R4/Location> a fhir:Location ;
fhir:id [ fhir:v "LocationUpdateExample-Location"] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/HospitalLocations/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EMC-317" ]
] ) ; #
fhir:name [ fhir:v "Example Medical Center - Room 317"] . #