http://terminology.hl7.org/CodeSystem/v3-LocalRemoteControlState|3.0.0

name
LocalRemoteControlState
package
hl7.terminology.r5@6.3.0
content
complete
status
active
date
2019-03-20 00:00:00.0

LocalRemoteControlState

A value representing the current state of control associated with the device.\r\n\r\n*Examples:* A device can either work autonomously (localRemoteControlStateCode=\"Local\") or it can be controlled by another system (localRemoteControlStateCode=\"Remote\").\r\n\r\n*Rationale:* The control status of a device must be communicated between devices prior to remote commands being transmitted. If the device is not in \"Remote\" status then external commands will be ignored.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/v3-LocalRemoteControlState"
  }, {
    "name" : "version",
    "valueString" : "3.0.0"
  } ]
}