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

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

: Staff Duress Parameters Output Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "StaffDuressOutputExample-Parameters",
  "parameter" : [
    {
      "name" : "task",
      "resource" : {
        "resourceType" : "Task",
        "id" : "111222333",
        "status" : "received",
        "intent" : "unknown",
        "priority" : "stat",
        "code" : {
          "text" : "Staff Duress"
        }
      }
    }
  ]
}