Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This article is for Medical Objects staff an integrators wanting to make sense of responses to recipient lookup requests.

Recipient installed in network to receive messages

JSON

Code Block
languagejs
"activeFlag": "A",

"hospitalService": [
	{
		"class": "CE",
		"identifier": "True",
		"nameOfCodingSystem": "MO_ROUTABLE"
	}
],

activeFlag must be A

hospitalService where nameOfCodingSystem is MO_ROUTABLE must have an identifier of True.

Warning
Note recipients that are not installed may also be returned and
nameOfCodingSystem as
will have an identifier of False for hospitalService  where nameOfCodingSystem is MO_ROUTABLE. These recipients should not have messages addressed to them for delivery.

XML

Code Block
languagexml
<active>true</active>
<current>true</current>

current tag must be true.

Warning
Note only recipients installed in the network will be returned.


Table of Contents
outlinetrue
stylenone