{

"resourceType": "OperationOutcome",
"id": "101",
"text": {
  "status": "additional",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>W is not a recognized code for Gender.</p>\n    </div>"
},
"issue": [
  {
    "severity": "error",
    "code": "code-invalid",
    "details": {
      "text": "The code \"W\" is not known and not legal in this context"
    },
    "diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453",
    "location": [
      "/f:Person/f:gender"
    ],
    "expression": [
      "Person.gender"
    ]
  }
]

}