LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Insight Category Code System - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "insight-category-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/insight-category-code-system</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\">natural-language-processing<a name=\"insight-category-code-system-natural-language-processing\"> </a></td><td>NLP</td><td>Insight derived from Natural Language Processing.</td></tr><tr><td style=\"white-space:nowrap\">data-quality<a name=\"insight-category-code-system-data-quality\"> </a></td><td>Data Quality</td><td>Insight derived by a data quality check.</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/insight-category-code-system",
  "version" : "8.0.0",
  "name" : "InsightCategoryCodeSystem",
  "title" : "Insight Category Code System",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Top level categorization of an insight produced relating to specific FHIR element(s) in the resource instance.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "natural-language-processing",
      "display" : "NLP",
      "definition" : "Insight derived from Natural Language Processing."
    },
    {
      "code" : "data-quality",
      "display" : "Data Quality",
      "definition" : "Insight derived by a data quality check."
    }
  ]
}