{
  "resourceType" : "CodeSystem",
  "id" : "processing-status-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem processing-status-cs</b></p><a name=\"processing-status-cs\"> </a><a name=\"hcprocessing-status-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/application-feature/CodeSystem/processing-status-cs</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\">all-ok<a name=\"processing-status-cs-all-ok\"> </a></td><td>All OK</td><td>Processing completed successfully</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"processing-status-cs-unknown\"> </a></td><td>Unknown</td><td>Processing status is unknown</td></tr><tr><td style=\"white-space:nowrap\">feature<a name=\"processing-status-cs-feature\"> </a></td><td>Feature</td><td>Processing failed because no feature was specified in the request</td></tr><tr><td style=\"white-space:nowrap\">context<a name=\"processing-status-cs-context\"> </a></td><td>Context</td><td>Processing failed because no context was specified and context was required for the request</td></tr><tr><td style=\"white-space:nowrap\">unauthorized<a name=\"processing-status-cs-unauthorized\"> </a></td><td>Unauthorized</td><td>Processing failed because the authorization was required and failed</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/uv/application-feature/CodeSystem/processing-status-cs",
  "version" : "1.0.0",
  "name" : "ProcessingStatusCS",
  "title" : "Processing Status Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-06-04T01:52:45+10:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [{
    "name" : "HL7 International / FHIR Infrastructure",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "CodeSystem for feature-query processing status",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "all-ok",
    "display" : "All OK",
    "definition" : "Processing completed successfully"
  },
  {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "Processing status is unknown"
  },
  {
    "code" : "feature",
    "display" : "Feature",
    "definition" : "Processing failed because no feature was specified in the request"
  },
  {
    "code" : "context",
    "display" : "Context",
    "definition" : "Processing failed because no context was specified and context was required for the request"
  },
  {
    "code" : "unauthorized",
    "display" : "Unauthorized",
    "definition" : "Processing failed because the authorization was required and failed"
  }]
}