<?xml version="1.0" encoding="UTF-8"?>

<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="servicerequest1"/>
  <meta>
    <profile value="https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-servicerequest"/>
  </meta>
  <text>
    <status value="empty"/><div xmlns="http://www.w3.org/1999/xhtml">empty</div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="108252007"/>
      <display value="Laboratory procedure"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/patient1"/>
  </subject>
  <authoredOn value="2015-11-01T14:41:00+01:00"/>
  <requester>
    <reference value="Practitioner/practitioner1"/>
  </requester>
  <specimen>
    <reference value="Specimen/specimen1"/>
  </specimen>
</ServiceRequest>