Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Codesystem-example-supplement.xml

Example CodeSystem/example-supplement (XML)

Maturity Level : N/A
Responsible Owner: Vocabulary Terminology Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

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

Jump past Narrative

Example Code System Supplement (id = "example-supplement")

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


  
  
    
    
       that defines the administrative property 'legacy' for whether the test is currently performed
         
      
        
          
            
          
          
            
          
        
        
          
          
        
        
          
          
        
        
          
          
        
      
    
  
  
  
  
  
  
  
  
  
  
    
    
      
      
    
  
  
  
  
  
  
  
    
    
    
  
  
    
      
      
      
    
  
  
    
      
      
      
    
  
  
    
      
      
      
    
  

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="example-supplement"/> 
  <text> 
    <status value="additional"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      
      
      <p> A supplement pack for 
        
        
        <code> http://hl7.org/fhir/CodeSystem/example</code>  that defines the administrative property 'legacy' for whether the test is currently

         performed 
      
      
      </p> 
      
      
      
      <table class="grid">
        
        
        
        <tr> 
          
          
          
          <td> 
            
            
            
            <b> Code</b> 
          
          
          
          </td> 
          
          
          
          <td> 
            
            
            
            <b> Legacy</b> 
          
          
          
          </td> 
        
        
        
        </tr> 
        
        
        
        <tr> 
          
          
          
          <td> chol-mmol</td> 
          
          
          
          <td> false</td> 
        
        
        
        </tr> 
        
        
        
        <tr> 
          
          
          
          <td> chol-mass</td> 
          
          
          
          <td> true</td> 
        
        
        
        </tr> 
        
        
        
        <tr> 
          
          
          
          <td> chol</td> 
          
          
          
          <td> true</td> 
        
        
        
        </tr> 
      
      
      
      </table> 
    
    
    
    </div>   </text>   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">    <valueCode value="vocab"/>   </extension>   <url value="http://hl7.org/fhir/CodeSystem/example-supplement"/>   <identifier>     <system value="urn:ietf:rfc:3986"/>     <value value="urn:oid:2.16.840.1.113883.4.642.4.1820"/>   </identifier>   <version value="6.0.0-ballot3"/>   <name value="CholCodeLegacyStatus"/>   <title value="Cholesterol Code Legacy Status"/>   <status value="draft"/>   <experimental value="true"/>   <date value="2016-01-28"/>   <publisher value="HL7 International / Terminology Infrastructure"/>   <contact>     <telecom>       <system value="url"/>       <value value="http://www.hl7.org/Special/committees/Vocab"/>     </telecom>   </contact>   <description value="CholCodeLegacyStatus"/>   <content value="supplement"/>   <supplements value="http://hl7.org/fhir/CodeSystem/example"/>   <property>     <code value="legacy"/>     <description value="hether the test is currently performed"/>     <type value="boolean"/>   </property>   <concept>     <code value="chol-mmol"/>     <property>       <code value="legacy"/>       <valueBoolean value="false"/>     </property>   </concept>   <concept>     <code value="chol-mass"/>     <property>       <code value="legacy"/>       <valueBoolean value="true"/>     </property>   </concept>   <concept>     <code value="chol"/>     <property>       <code value="legacy"/>       <valueBoolean value="true"/>     </property>   </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.