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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="deviceassociation-association-status"/>
  <meta>
    <lastUpdated value="2026-06-11T22:32:02.825+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-association-status</b>
      </p>
      <a name="deviceassociation-association-status"> </a>
      <a name="hcdeviceassociation-association-status"> </a>
      <p>This case-sensitive code system 
        <code>http://hl7.org/fhir/CodeSystem/deviceassociation-association-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">planned
            <a name="deviceassociation-association-status-planned"> </a>
          </td>
          <td>Planned</td>
          <td>The association is planned but is not yet active.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">active
            <a name="deviceassociation-association-status-active"> </a>
          </td>
          <td>Active</td>
          <td>The association is active.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">suspended
            <a name="deviceassociation-association-status-suspended"> </a>
          </td>
          <td>Suspended</td>
          <td>The association is temporarily inactive.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">ended
            <a name="deviceassociation-association-status-ended"> </a>
          </td>
          <td>Ended</td>
          <td>The association has ended.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">removed
            <a name="deviceassociation-association-status-removed"> </a>
          </td>
          <td>Removed</td>
          <td>The device has been removed from the subject or association context.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">abandoned
            <a name="deviceassociation-association-status-abandoned"> </a>
          </td>
          <td>Abandoned</td>
          <td>The association has been abandoned.</td>
        </tr>
        <tr>
          <td style="white-space:nowrap">unknown
            <a name="deviceassociation-association-status-unknown"> </a>
          </td>
          <td>Unknown</td>
          <td>The state of the association 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/CodeSystem/deviceassociation-association-status"/>
  <version value="6.0.0-ballot4"/>
  <name value="DeviceAssociationAssociationStatusCodes"/>
  <title value="DeviceAssociation Association Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <publisher value="HL7 International"/>
  <description value="Codes that describe the state of the relationship between a device and the subject."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="planned"/>
    <display value="Planned"/>
    <definition value="The association is planned but is not yet active."/>
  </concept>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The association is active."/>
  </concept>
  <concept>
    <code value="suspended"/>
    <display value="Suspended"/>
    <definition value="The association is temporarily inactive."/>
  </concept>
  <concept>
    <code value="ended"/>
    <display value="Ended"/>
    <definition value="The association has ended."/>
  </concept>
  <concept>
    <code value="removed"/>
    <display value="Removed"/>
    <definition value="The device has been removed from the subject or association context."/>
  </concept>
  <concept>
    <code value="abandoned"/>
    <display value="Abandoned"/>
    <definition value="The association has been abandoned."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The state of the association is unknown."/>
  </concept>
</CodeSystem>