This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

General Issue Example (id = "101")

<IssueReport xmlns="http://hl7.org/fhir">
  <issue>
    <severity>error</severity>
    <type>
      <coding>
        <system>http://test.org/issueCodeSystem</system>
        <code>V15</code>
        <display>InvalidCode</display>
      </coding>
    </type>
    <location>/Person[1]/gender[1]</location>
  </issue>
  <text>
    <status>additional</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>W is not a recognized code for Gender.</p>
    </div>
  </text>
</IssueReport>