preference element

Type: VARPatientPreference
Namespace: http://healthcare.agilex.com/mobilehealthplatform
XML Schema: mhp.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <preference xmlns="http://healthcare.agilex.com/mobilehealthplatform" sourceSystem="..."> <object-type xmlns="">...</object-type> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <atom:link xmlns:atom="http://www.w3.org/2005/Atom">...</atom:link> <!--...more "link" elements...--> <patientIdentifier xmlns=""> <assigningAuthority>...</assigningAuthority> <uniqueId>...</uniqueId> </patientIdentifier> <surrogateIdentifier xmlns=""> <assigningAuthority>...</assigningAuthority> <uniqueId>...</uniqueId> </surrogateIdentifier> <dataIdentifier xmlns=""> <uniqueId>...</uniqueId> <systemId>...</systemId> </dataIdentifier> <notificationFrequency xmlns="">...</notificationFrequency> <emailAllowed xmlns="">...</emailAllowed> <emailAddress xmlns="">...</emailAddress> <textMsgAllowed xmlns="">...</textMsgAllowed> <textMsgPhNumber xmlns="">...</textMsgPhNumber> </preference>

Example JSON

{ "notificationFrequency" : "...", "emailAllowed" : false, "emailAddress" : "...", "textMsgAllowed" : false, "textMsgPhNumber" : "...", "sourceSystem" : "...", "patientIdentifier" : { "assigningAuthority" : "...", "uniqueId" : "..." }, "surrogateIdentifier" : { "assigningAuthority" : "...", "uniqueId" : "..." }, "dataIdentifier" : { "uniqueId" : "...", "systemId" : "..." }, "object-type" : "...", "link" : [ { }, { } ] }