-<Observation xmlns="http://hl7.org/fhir">
 <id value="6"/>
-<text>
 <status value="generated"/>
-<div xmlns="http://www.w3.org/1999/xhtml">
 <pre>
Test                  Units       Value       Reference Range
Platelet Count        x10*9/L     444         150 - 450
</pre>
 </div>
 </text>
 <status value="final"/>
-<code>
-<coding>
 <system value="http://loinc.org"/>
 <code value="777-3"/>
 <display value="Platelet Count"/>
 </coding>
 </code>
-<subject>
 <reference value="Patient/1"/>
 </subject>
 <effectiveDateTime value="2018-07-03"/>
-<valueQuantity>
 <value value="444"/>
 <unit value="x10*9/L"/>
 <system value="http://unitsofmeasure.org"/>
 <code value="10*9/L"/>
 </valueQuantity>
-<referenceRange>
-<low>
 <value value="150"/>
 <unit value="x10*9/L"/>
 <system value="http://unitsofmeasure.org"/>
 <code value="10*9/L"/>
 </low>
-<high>
 <value value="450"/>
 <unit value="x10*9/L"/>
 <system value="http://unitsofmeasure.org"/>
 <code value="10*9/L"/>
 </high>
 </referenceRange>
 </Observation>