This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System EvidenceReportType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="evidence-report-type"/> <meta> <lastUpdated value="2021-04-15T13:25:09.461+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 http://terminology.hl7.org/CodeSystem/evidence-report-type 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://terminology.hl7.org/CodeSystem/evidence-report-type"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.0"/> </identifier> <version value="4.6.0"/> <name value="EvidenceReportType"/> <title value="EvidenceReportType"/> <status value="draft"/> <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."/> <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>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.