Release 4B Ballot #1

This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). 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-clinical-use-issue-type.xml

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code System ClinicalUseIssueType

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="clinical-use-issue-type"/> 
  <meta> 
    <lastUpdated value="2021-03-11T17:06:20.662+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://hl7.org/fhir/clinical-use-issue-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">indication
            
            
            <a name="clinical-use-issue-type-indication"> </a> 
          
          
          </td> 
          
          
          <td> Indication</td> 
          
          
          <td> A reason for giving the medicaton.</td> 
        
        
        </tr> 
        
        
        <tr> 
          
          
          <td style="white-space:nowrap">contraindication
            
            
            <a name="clinical-use-issue-type-contraindication"> </a> 
          
          
          </td> 
          
          
          <td> Contraindication</td> 
          
          
          <td> A reason for not giving the medicaition.</td> 
        
        
        </tr> 
        
        
        <tr> 
          
          
          <td style="white-space:nowrap">interaction
            
            
            <a name="clinical-use-issue-type-interaction"> </a> 
          
          
          </td> 
          
          
          <td> Interaction</td> 
          
          
          <td> Interactions between the medication and other substances.</td> 
        
        
        </tr> 
        
        
        <tr> 
          
          
          <td style="white-space:nowrap">undesirable-effect
            
            
            <a name="clinical-use-issue-type-undesirable-effect"> </a> 
          
          
          </td> 
          
          
          <td> Undesirable Effect</td> 
          
          
          <td> Side effects or adverse effects associated with the medication.</td> 
        
        
        </tr> 
        
        
        <tr> 
          
          
          <td style="white-space:nowrap">warning
            
            
            <a name="clinical-use-issue-type-warning"> </a> 
          
          
          </td> 
          
          
          <td> Warning</td> 
          
          
          <td> A general warning or issue that is not specifically one of the other types.</td> 
        
        
        </tr> 
      
      
      </table> 
    
    
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="brr"/> 
  </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="1"/> 
  </extension> 
  <url value="http://hl7.org/fhir/clinical-use-issue-type"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1455"/> 
  </identifier> 
  <version value="4.1.0"/> 
  <name value="ClinicalUseIssueType"/> 
  <title value="ClinicalUseIssueType"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2021-01-05T10:01:24+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="Overall defining type of this clinical use issue."/> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/clinical-use-issue-type"/> 
  <content value="complete"/> 
  <concept> 
    <code value="indication"/> 
    <display value="Indication"/> 
    <definition value="A reason for giving the medicaton."/> 
  </concept> 
  <concept> 
    <code value="contraindication"/> 
    <display value="Contraindication"/> 
    <definition value="A reason for not giving the medicaition."/> 
  </concept> 
  <concept> 
    <code value="interaction"/> 
    <display value="Interaction"/> 
    <definition value="Interactions between the medication and other substances."/> 
  </concept> 
  <concept> 
    <code value="undesirable-effect"/> 
    <display value="Undesirable Effect"/> 
    <definition value="Side effects or adverse effects associated with the medication."/> 
  </concept> 
  <concept> 
    <code value="warning"/> 
    <display value="Warning"/> 
    <definition value="A general warning or issue that is not specifically one of the other types."/> 
  </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.