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

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

<issue>
  <severity value="error"/>
  <code value="code-invalid"/>
  <details> 
    <text value="The code &quot;W&quot; is not known and not legal in this context"/>    
  </details>
  <diagnostics value="Acme.Interop.FHIRProcessors.Patient.processGender line 2453"/>
  <location value="/f:Patient/f:gender"/>
  <expression value="Patient.gender"/>
</issue>

</OperationOutcome>