patient-identifier element
Type: | patientIdentifier |
Namespace: | http://healthcare.agilex.com/mobilehealthplatform |
XML Schema: | mhp.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<patient-identifier xmlns="http://healthcare.agilex.com/mobilehealthplatform">
<assigningAuthority xmlns="">...</assigningAuthority>
<uniqueId xmlns="">...</uniqueId>
</patient-identifier>
Example JSON
{
"assigningAuthority" : "...",
"uniqueId" : "..."
}