-<Patient xmlns="http://hl7.org/fhir">
 <id value="3"/>
-<meta>
 <versionId value="1"/>
 </meta>
-<text>
 <status value="generated"/>
-<div xmlns="http://www.w3.org/1999/xhtml">
 <p>Kate R Smith</p>
 <p>57 Holgate Rd</p>
 <p>RAINHAM</p>
 <p>RM13 6RM</p>
 <p>Date of birth: 1983-03-29</p>
 </div>
 </text>
-<identifier>
 <use value="official"/>
-<type>
-<coding>
 <code value="MR"/>
 </coding>
 </type>
 <system value="http://example.org/fhir/hospital-number"/>
 <value value="10003"/>
 </identifier>
 <active value="true"/>
-<name>
 <use value="official"/>
 <family value="Smith"/>
 <given value="Kate"/>
 </name>
-<telecom>
 <system value="phone"/>
 <value value="079 2271 6642"/>
 <use value="home"/>
 </telecom>
 <gender value="female"/>
 <birthDate value="1983-03-29"/>
 <deceasedBoolean value="false"/>
-<address>
 <use value="home"/>
 <text value="57 Holgate Rd, RAINHAM, RM13 6RM"/>
 <line value="57 Holgate Rd"/>
 <city value="RAINHAM"/>
 <postalCode value="RM13 6RM"/>
 </address>
-<generalPractitioner>
 <reference value="Organization/1"/>
 </generalPractitioner>
 </Patient>