FHIR Application Feature Framework Implementation Guide
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Processing Status Code System - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download


{
  "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><a name=\"processing-status-cs-en-US\"> </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></tr><tr><td style=\"white-space:nowrap\">all-ok<a name=\"processing-status-cs-all-ok\"> </a></td><td>All OK</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"processing-status-cs-unknown\"> </a></td><td>Unknown</td></tr><tr><td style=\"white-space:nowrap\">feature<a name=\"processing-status-cs-feature\"> </a></td><td>Feature</td></tr><tr><td style=\"white-space:nowrap\">context<a name=\"processing-status-cs-context\"> </a></td><td>Context</td></tr><tr><td style=\"white-space:nowrap\">unauthorized<a name=\"processing-status-cs-unauthorized\"> </a></td><td>Unauthorized</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_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-ballot",
  "name" : "ProcessingStatusCS",
  "title" : "Processing Status Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-13T14:00:28+00: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"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    },
    {
      "code" : "feature",
      "display" : "Feature"
    },
    {
      "code" : "context",
      "display" : "Context"
    },
    {
      "code" : "unauthorized",
      "display" : "Unauthorized"
    }
  ]
}