Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-citation-classifier.xml

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code System CitationClassifier

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="citation-classifier"/> 
  <meta> 
    <lastUpdated value="2020-05-03T08:43:35.811+10:00"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> CitationClassifier</h2> 
      <div> 
        <p> Used for many classifiers including PublicationType, CitationSubset, MeshHeading, Chemical.</p> 

      </div> 
      <p> This code system http://terminology.hl7.org/CodeSystem/citation-classifier 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">prereview
            <a name="citation-classifier-prereview"> </a> 
          </td> 
          <td> Pre-reviewed version</td> 
          <td> Preprint or &quot;pre-publication&quot; form of article.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">audio
            <a name="citation-classifier-audio"> </a> 
          </td> 
          <td> Audio file</td> 
          <td> The article cited is an audio file.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">video
            <a name="citation-classifier-video"> </a> 
          </td> 
          <td> Video file</td> 
          <td> The article cited is a video file.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">image
            <a name="citation-classifier-image"> </a> 
          </td> 
          <td> Image file</td> 
          <td> The article cited is an audio file.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">machine-code
            <a name="citation-classifier-machine-code"> </a> 
          </td> 
          <td> Machine code</td> 
          <td> The article cited is machine code.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">protocol
            <a name="citation-classifier-protocol"> </a> 
          </td> 
          <td> Protocol</td> 
          <td> The article cited is the protocol of an activity and not the results or findings.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">dataset
            <a name="citation-classifier-dataset"> </a> 
          </td> 
          <td> Dataset or database</td> 
          <td> The article cited is a datacollection.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">FHIR-resource
            <a name="citation-classifier-FHIR-resource"> </a> 
          </td> 
          <td> FHIR Resource</td> 
          <td> The article cited is a FHIR resource.</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="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/> 
  </extension> 
  <url value="http://terminology.hl7.org/CodeSystem/citation-classifier"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1497"/> 
  </identifier> 
  <version value="4.4.0"/> 
  <name value="CitationClassifier"/> 
  <title value="CitationClassifier"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2020-05-03T08:43:35+10: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="Used for many classifiers including PublicationType, CitationSubset, MeshHeading, Chemical."/> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/citation-classifier"/> 
  <content value="complete"/> 
  <concept> 
    <code value="prereview"/> 
    <display value="Pre-reviewed version"/> 
    <definition value="Preprint or &quot;pre-publication&quot; form of article."/> 
  </concept> 
  <concept> 
    <code value="audio"/> 
    <display value="Audio file"/> 
    <definition value="The article cited is an audio file."/> 
  </concept> 
  <concept> 
    <code value="video"/> 
    <display value="Video file"/> 
    <definition value="The article cited is a video file."/> 
  </concept> 
  <concept> 
    <code value="image"/> 
    <display value="Image file"/> 
    <definition value="The article cited is an audio file."/> 
  </concept> 
  <concept> 
    <code value="machine-code"/> 
    <display value="Machine code"/> 
    <definition value="The article cited is machine code."/> 
  </concept> 
  <concept> 
    <code value="protocol"/> 
    <display value="Protocol"/> 
    <definition value="The article cited is the protocol of an activity and not the results or findings."/> 
  </concept> 
  <concept> 
    <code value="dataset"/> 
    <display value="Dataset or database"/> 
    <definition value="The article cited is a datacollection."/> 
  </concept> 
  <concept> 
    <code value="FHIR-resource"/> 
    <display value="FHIR Resource"/> 
    <definition value="The article cited is a FHIR resource."/> 
  </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.