patient element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <patient 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...--> <inpatient xmlns="">...</inpatient> <age xmlns="">...</age> <middleInitial xmlns="">...</middleInitial> <textMessagingPhoneNumber xmlns="">...</textMessagingPhoneNumber> <middleName xmlns="">...</middleName> <lastName xmlns="">...</lastName> <dateOfBirth xmlns="">...</dateOfBirth> <gender xmlns="">...</gender> <firstName xmlns="">...</firstName> <roombed xmlns="">...</roombed> <displayName xmlns="">...</displayName> <textMessagingAllowed xmlns="">...</textMessagingAllowed> <enterpriseId xmlns="">...</enterpriseId> <wardLocation xmlns="">...</wardLocation> <patientIdentifier xmlns=""> <assigningAuthority>...</assigningAuthority> <uniqueId>...</uniqueId> </patientIdentifier> <ssn xmlns="">...</ssn> </patient>

Example JSON

{ "inpatient" : false, "age" : "...", "middleInitial" : "...", "textMessagingPhoneNumber" : "...", "middleName" : "...", "lastName" : "...", "dateOfBirth" : "...", "gender" : "...", "firstName" : "...", "roombed" : "...", "displayName" : "...", "textMessagingAllowed" : false, "enterpriseId" : "...", "wardLocation" : "...", "patientIdentifier" : { "assigningAuthority" : "...", "uniqueId" : "..." }, "ssn" : "...", "object-type" : "...", "link" : [ { }, { } ] }