Dermatology Image Annotation FHIR Implementation Guide
0.1.0 - ci-build International flag

Dermatology Image Annotation FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AI Prediction Status - JSON Representation

Active as of 2026-04-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ai-prediction-status",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "https://annotatemd.com/fhir/ig/ValueSet/ai-prediction-status",
  "version" : "0.1.0",
  "name" : "AIPredictionStatus",
  "title" : "AI Prediction Status",
  "status" : "active",
  "date" : "2026-04-04T01:37:20+00:00",
  "publisher" : "Annotate MD",
  "contact" : [
    {
      "name" : "Annotate MD",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://annotatemd.com"
        },
        {
          "system" : "email",
          "value" : "fhir@annotatemd.com"
        }
      ]
    }
  ],
  "description" : "Allowed status values for AI predictions. Never final — AI output requires human review.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/observation-status",
        "concept" : [
          {
            "code" : "preliminary",
            "display" : "Preliminary"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error"
          }
        ]
      }
    ]
  }
}