facility element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <facility xmlns="http://healthcare.agilex.com/mobilehealthplatform"> <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...--> <type xmlns="">...</type> <facilityCode xmlns="">...</facilityCode> <address xmlns="">...</address> <state xmlns="">...</state> <city xmlns="">...</city> <parentSiteCode xmlns="">...</parentSiteCode> <name xmlns="">...</name> </facility>

Example JSON

{ "type" : "...", "facilityCode" : "...", "address" : "...", "state" : "...", "city" : "...", "parentSiteCode" : "...", "name" : "...", "object-type" : "...", "link" : [ { }, { } ] }