FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: EvidenceReportType - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "evidence-report-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://terminology.hl7.org/CodeSystem/evidence-report-type defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">classification\n            \n            \n                  <a name=\"evidence-report-type-classification\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Classification</td>\n          \n          \n                <td>The report is primarily a listing of classifiers about the report subject.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">search-results\n            \n            \n                  <a name=\"evidence-report-type-search-results\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Search Results</td>\n          \n          \n                <td>The report is a composition of results generated in response to a search query.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">resources-compiled\n            \n            \n                  <a name=\"evidence-report-type-resources-compiled\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Resource Compilation</td>\n          \n          \n                <td>The report is a composition containing one or more FHIR resources in the content.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">text-structured\n            \n            \n                  <a name=\"evidence-report-type-text-structured\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Structured Text</td>\n          \n          \n                <td>The report is a structured representation of text.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \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-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/evidence-report-type",
  "version" : "4.3.0",
  "name" : "EvidenceReportType",
  "title" : "EvidenceReportType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-28T15:55:11+10: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."
    }
  ]
}