<?xml version=“1.0” encoding=“UTF-8”?><BodySite xmlns=“hl7.org/fhir”>

<id value="fetus"/>
<text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: fetus</p><p><b>identifier</b>: 12345</p><p><b>code</b>: Fetus <span>(Details : {SNOMED CT code &#39;83418008&#39; = &#39;Fetus&#39;, given as &#39;Entire fetus (body structure)&#39;})</span></p><p><b>description</b>: EDD 1/1/2017 confirmation by LMP</p><p><b>patient</b>: <a>Patient/example</a></p></div></text><identifier>
        <system value="http://goodhealth.org/bodysite/identifiers"/>
        <value value="12345"/>
</identifier>
<code>
        <coding>
                <system value="http://snomed.info/sct"/>
                <code value="83418008"/>
                <display value="Entire fetus (body structure)"/>
        </coding>
        <text value="Fetus"/>
</code>
<description value="EDD 1/1/2017 confirmation by LMP"/>
<patient>
        <reference value="Patient/example"/>
</patient>

</BodySite>