<?xml version="1.0" encoding="utf-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<rdf:Description rdf:about="http://www.openhealth.org/editor/test">
		<person role="patient" UID="123">
			<name><last>Doe</last><first>James</first><middle/><title/><suffix/></name>
			<gender>M</gender><id><DOB/><SSN>000-111-1234</SSN></id>
			<address type="home">
				<street/><city/><state/><zip/>
			</address>
			<address type="work">
				<street/><city/><state/><zip/>
			</address>
		</person>
	</rdf:Description>
</rdf:RDF>