FHIR IG analytics| Package | hl7.fhir.uv.rtls.r4b |
| Resource Type | Parameters |
| Id | Parameters-StaffDuressInputExample-Parameters.json |
| FHIR Version | R4B |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}