Real Time Location Services Implementation Guide
1.0.0-ballot2 - STU 1 - Ballot 2 International flag

This page is part of the Real Time Location Services Implementation Guide (v1.0.0-ballot2: STU 1.0 Ballot 2) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Staff Duress Parameters Input Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "StaffDuressInputExample-Parameters",
  "parameter" : [
    {
      "name" : "event",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/uv/rtls/CodeSystem/rtlsMessageEvents",
        "code" : "staff-duress",
        "display" : "Staff Duress"
      }
    },
    {
      "name" : "location",
      "resource" : {
        "resourceType" : "Location",
        "id" : "rtlsLocationExample",
        "identifier" : [
          {
            "value" : "EMC-317"
          }
        ]
      }
    },
    {
      "name" : "device",
      "resource" : {
        "resourceType" : "Device",
        "id" : "StaffDuressExample-Device",
        "identifier" : [
          {
            "system" : "http://example.org/ExampleMedicalCenter/rtlsTagIDs",
            "value" : "12345678"
          }
        ]
      }
    },
    {
      "name" : "timestamp",
      "valueInstant" : "2025-05-24T14:30:00Z"
    }
  ]
}