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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ai-prediction-status"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ai-prediction-status</b></p><a name="ai-prediction-status"> </a><a name="hcai-prediction-status"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-observation-status.html"><code>http://hl7.org/fhir/observation-status</code></a><span title="Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references"> version &#x1F4E6;4.0.1</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-preliminary">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-cancelled">cancelled</a></td><td>Cancelled</td><td>The observation is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;).</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-entered-in-error">entered-in-error</a></td><td>Entered in Error</td><td>The observation has been withdrawn following previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td></tr></table></li></ul></div>
  </text>
  <url value="https://annotatemd.com/fhir/ig/ValueSet/ai-prediction-status"/>
  <version value="0.1.0"/>
  <name value="AIPredictionStatus"/>
  <title value="AI Prediction Status"/>
  <status value="active"/>
  <date value="2026-04-04T01:37:20+00:00"/>
  <publisher value="Annotate MD"/>
  <contact>
    <name value="Annotate MD"/>
    <telecom>
      <system value="url"/>
      <value value="https://annotatemd.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@annotatemd.com"/>
    </telecom>
  </contact>
  <description value="Allowed status values for AI predictions. Never final — AI output requires human review."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/observation-status"/>
      <concept>
        <code value="preliminary"/>
        <display value="Preliminary"/>
      </concept>
      <concept>
        <code value="cancelled"/>
        <display value="Cancelled"/>
      </concept>
      <concept>
        <code value="entered-in-error"/>
        <display value="Entered in Error"/>
      </concept>
    </include>
  </compose>
</ValueSet>