Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example CodeSystem/deviceassociation-status (XML)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative

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

Definition for Code SystemDeviceAssociation

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


  
  
    
    
  
  
    
    
      This code system 
         defines the following codes:
      
      
        
          
            
          
          
            
          
          
            
          
        
        
          implanted
            
          
          
          
        
        
          explanted
            
          
          
          The device is no longer implanted in the patient. Note that this is not the value
             to be used for devices that have never been implanted. In those cases, no value
             or a specific value can be used.
        
        
          entered-in-error
            
          
          
          
        
        
          attached
            
          
          
          
        
        
          unknown
            
          
          
          
        
      
    
  
  
    
  
  
  
  
  
  
  
  
  
  
    
      
      
      
    
  
  
  
  
  
    
    
    
  
  
    
    
    The device is no longer implanted in the patient. Note that this is not the value
     to be used for devices that have never been implanted. In those cases, no value
     or a specific value can be used.
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceassociation-status"/> 
  <meta> 
    <lastUpdated value="2025-11-10T15:17:08.817+00:00"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b> Generated Narrative: CodeSystem deviceassociation-status</b> 
      </p> 
      <a name="deviceassociation-status"> </a> 
      <a name="hcdeviceassociation-status"> </a> 
      <p> This case-sensitive code system 
        <code> http://hl7.org/fhir/deviceassociation-status</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">active
            <a name="deviceassociation-status-active"> </a> 
          </td> 
          <td> Active</td> 
          <td> The DeviceAssociation record is active.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">inactive
            <a name="deviceassociation-status-inactive"> </a> 
          </td> 
          <td> Inactive</td> 
          <td> The DeviceAssociation record is no longer active.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">entered-in-error
            <a name="deviceassociation-status-entered-in-error"> </a> 
          </td> 
          <td> Entered in Error</td> 
          <td> The DeviceAssociation record was entered in error.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">unknown
            <a name="deviceassociation-status-unknown"> </a> 
          </td> 
          <td> Unknown</td> 
          <td> The status of the DeviceAssociation record is unknown.</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/> 
  </extension> 
  <url value="http://hl7.org/fhir/deviceassociation-status"/> 
  <version value="6.0.0-ballot3"/> 
  <name value="DeviceAssociation"/> 
  <title value="DeviceAssociation Status Codes"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <publisher value="HL7 International"/> 
  <description value="DeviceAssociation Status Codes"/> 
  <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/deviceassociation-status"/> 
  <content value="complete"/> 
  <concept> 
    <code value="active"/> 
    <display value="Active"/> 
    <definition value="The DeviceAssociation record is active."/> 
  </concept> 
  <concept> 
    <code value="inactive"/> 
    <display value="Inactive"/> 
    <definition value="The DeviceAssociation record is no longer active."/> 
  </concept> 
  <concept> 
    <code value="entered-in-error"/> 
    <display value="Entered in Error"/> 
    <definition value="The DeviceAssociation record was entered in error."/> 
  </concept> 
  <concept> 
    <code value="unknown"/> 
    <display value="Unknown"/> 
    <definition value="The status of the DeviceAssociation record is unknown."/> 
  </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.