Real Time Location Services Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 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
<Parameters xmlns="http://hl7.org/fhir">
<id value="StaffDuressInputExample-Parameters"/>
<parameter>
<name value="event"/>
<valueCoding>
<system
value="http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents"/>
<code value="staff-duress"/>
<display value="Staff Duress"/>
</valueCoding>
</parameter>
<parameter>
<name value="location"/>
<resource>
<Location>
<id value="rtlsLocationExample"/>
<identifier>
<value value="EMC-317"/>
</identifier>
</Location>
</resource>
</parameter>
<parameter>
<name value="device"/>
<resource>
<Device>
<id value="StaffDuressExample-Device"/>
<identifier>
<system value="http://example.org/ExampleMedicalCenter/rtlsTagIDs"/>
<value value="12345678"/>
</identifier>
</Device>
</resource>
</parameter>
<parameter>
<name value="timestamp"/>
<valueInstant value="2025-05-24T14:30:00Z"/>
</parameter>
</Parameters>