FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.rtls
Resource TypeParameters
IdParameters-StaffDuressInputExample-Parameters.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}