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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceassociation-status"/>
  <meta>
    <lastUpdated value="2026-04-01T17:59:15.240+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>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <url value="http://hl7.org/fhir/deviceassociation-status"/>
  <version value="6.0.0-ballot4"/>
  <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>