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

: QA Review Status - JSON Representation

Active as of 2026-04-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "qa-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem qa-status</b></p><a name=\"qa-status\"> </a><a name=\"hcqa-status\"> </a><p>This case-sensitive code system <code>https://annotatemd.com/fhir/ig/CodeSystem/qa-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">approved<a name=\"qa-status-approved\"> </a></td><td>QA Approved</td><td>Annotation passed quality review</td></tr><tr><td style=\"white-space:nowrap\">rejected<a name=\"qa-status-rejected\"> </a></td><td>QA Rejected</td><td>Annotation failed quality review, requires re-annotation</td></tr><tr><td style=\"white-space:nowrap\">pending-review<a name=\"qa-status-pending-review\"> </a></td><td>Pending Review</td><td>Annotation awaiting quality review</td></tr><tr><td style=\"white-space:nowrap\">amended<a name=\"qa-status-amended\"> </a></td><td>Amended</td><td>Original annotation corrected after QA review</td></tr></table></div>"
  },
  "url" : "https://annotatemd.com/fhir/ig/CodeSystem/qa-status",
  "version" : "0.1.0",
  "name" : "QAStatus",
  "title" : "QA Review Status",
  "status" : "active",
  "experimental" : false,
  "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" : "Quality assurance review status for annotation results",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "approved",
      "display" : "QA Approved",
      "definition" : "Annotation passed quality review"
    },
    {
      "code" : "rejected",
      "display" : "QA Rejected",
      "definition" : "Annotation failed quality review, requires re-annotation"
    },
    {
      "code" : "pending-review",
      "display" : "Pending Review",
      "definition" : "Annotation awaiting quality review"
    },
    {
      "code" : "amended",
      "display" : "Amended",
      "definition" : "Original annotation corrected after QA review"
    }
  ]
}