{
  "resourceType" : "CodeSystem",
  "id" : "evidence-report-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/evidence-report-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">classification\n                  <a name=\"evidence-report-type-classification\"> </a>\n                </td>\n                <td>Classification</td>\n                <td>The report is primarily a listing of classifiers about the report subject.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">search-results\n                  <a name=\"evidence-report-type-search-results\"> </a>\n                </td>\n                <td>Search Results</td>\n                <td>The report is a composition of results generated in response to a search query.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">resources-compiled\n                  <a name=\"evidence-report-type-resources-compiled\"> </a>\n                </td>\n                <td>Resource Compilation</td>\n                <td>The report is a composition containing one or more FHIR resources in the content.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">text-structured\n                  <a name=\"evidence-report-type-text-structured\"> </a>\n                </td>\n                <td>Structured Text</td>\n                <td>The report is a structured representation of text.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r5.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  }],
  "url" : "http://hl7.org/fhir/evidence-report-type",
  "version" : "5.0.0",
  "name" : "EvidenceReportType",
  "title" : "Evidence Report Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-27T23:55:11-06:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [{
    "name" : "Clinical Decision Support",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/dss"
    }]
  }],
  "description" : "The kind of report, such as grouping of classifiers, search results, or human-compiled expression.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/evidence-report-type",
  "content" : "complete",
  "concept" : [{
    "code" : "classification",
    "display" : "Classification",
    "definition" : "The report is primarily a listing of classifiers about the report subject."
  },
  {
    "code" : "search-results",
    "display" : "Search Results",
    "definition" : "The report is a composition of results generated in response to a search query."
  },
  {
    "code" : "resources-compiled",
    "display" : "Resource Compilation",
    "definition" : "The report is a composition containing one or more FHIR resources in the content."
  },
  {
    "code" : "text-structured",
    "display" : "Structured Text",
    "definition" : "The report is a structured representation of text."
  }]
}