<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="evidence-report-type"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>This code system 
        <code>http://hl7.org/fhir/evidence-report-type</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">classification
            <a name="evidence-report-type-classification"> </a>
          </td>
          <td>Classification</td>
          <td>The report is primarily a listing of classifiers about the report subject.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">search-results
            <a name="evidence-report-type-search-results"> </a>
          </td>
          <td>Search Results</td>
          <td>The report is a composition of results generated in response to a search query.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">resources-compiled
            <a name="evidence-report-type-resources-compiled"> </a>
          </td>
          <td>Resource Compilation</td>
          <td>The report is a composition containing one or more FHIR resources in the content.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">text-structured
            <a name="evidence-report-type-text-structured"> </a>
          </td>
          <td>Structured Text</td>
          <td>The report is a structured representation of text.</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <url value="http://hl7.org/fhir/evidence-report-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1957"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="EvidenceReportType"/>
  <title value="Evidence Report Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2020-12-28T16:55:11+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The kind of report, such as grouping of classifiers, search results, or human-compiled expression."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/evidence-report-type"/>
  <content value="complete"/>
  <concept>
    <code value="classification"/>
    <display value="Classification"/>
    <definition value="The report is primarily a listing of classifiers about the report subject."/>
  </concept>
  <concept>
    <code value="search-results"/>
    <display value="Search Results"/>
    <definition value="The report is a composition of results generated in response to a search query."/>
  </concept>
  <concept>
    <code value="resources-compiled"/>
    <display value="Resource Compilation"/>
    <definition value="The report is a composition containing one or more FHIR resources in the content."/>
  </concept>
  <concept>
    <code value="text-structured"/>
    <display value="Structured Text"/>
    <definition value="The report is a structured representation of text."/>
  </concept>
</CodeSystem>