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

<id value="example"/>
<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

<!--  insert contents here  -->
<status value="completed"/>
<intent value="order"/>

<category> <coding>

<system value="http://snomed.info/sct"/>
<code value="103693007"/>
<display value="Diagnostic procedure (procedure)"/>

</coding> <text value=“Diagnostics Procedure”/> </category>

<code>
  <coding>
    <system value="http://snomed.info/sct"/>
    <code value="303653007"/>
    <display value="Computed tomography of head"/>
  </coding>
</code>
<subject>
  <reference value="Patient/example"/>
</subject>

</ServiceRequest>