{
  "resourceType" : "CodeSystem",
  "id" : "deviceassociation-relationship-status",
  "meta" : {
    "lastUpdated" : "2026-06-23T16:20:19.822+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem deviceassociation-relationship-status</b></p><a name=\"deviceassociation-relationship-status\"> </a><a name=\"hcdeviceassociation-relationship-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/deviceassociation-relationship-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-relationship-status-planned\"> </a></td><td>Planned</td><td>The relationship is intended or scheduled but is not yet active.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"deviceassociation-relationship-status-active\"> </a></td><td>Active</td><td>The relationship is currently active.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"deviceassociation-relationship-status-suspended\"> </a></td><td>Suspended</td><td>The relationship is temporarily inactive and may resume.</td></tr><tr><td style=\"white-space:nowrap\">ended<a name=\"deviceassociation-relationship-status-ended\"> </a></td><td>Ended</td><td>The relationship has concluded.</td></tr><tr><td style=\"white-space:nowrap\">removed<a name=\"deviceassociation-relationship-status-removed\"> </a></td><td>Removed</td><td>The relationship ended because the device was removed from the subject, location, or context.</td></tr><tr><td style=\"white-space:nowrap\">abandoned<a name=\"deviceassociation-relationship-status-abandoned\"> </a></td><td>Abandoned</td><td>The relationship has been left in place but is no longer intended to be active.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"deviceassociation-relationship-status-unknown\"> </a></td><td>Unknown</td><td>The relationship status is not known.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  }],
  "url" : "http://hl7.org/fhir/deviceassociation-relationship-status",
  "version" : "6.0.0-ballot4",
  "name" : "DeviceAssociationRelationshipStatusCodes",
  "title" : "DeviceAssociation Relationship Status Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "Codes that describe the lifecycle state of a DeviceAssociation relationship.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/deviceassociation-relationship-status",
  "content" : "complete",
  "concept" : [{
    "code" : "planned",
    "display" : "Planned",
    "definition" : "The relationship is intended or scheduled but is not yet active."
  },
  {
    "code" : "active",
    "display" : "Active",
    "definition" : "The relationship is currently active."
  },
  {
    "code" : "suspended",
    "display" : "Suspended",
    "definition" : "The relationship is temporarily inactive and may resume."
  },
  {
    "code" : "ended",
    "display" : "Ended",
    "definition" : "The relationship has concluded."
  },
  {
    "code" : "removed",
    "display" : "Removed",
    "definition" : "The relationship ended because the device was removed from the subject, location, or context."
  },
  {
    "code" : "abandoned",
    "display" : "Abandoned",
    "definition" : "The relationship has been left in place but is no longer intended to be active."
  },
  {
    "code" : "unknown",
    "display" : "Unknown",
    "definition" : "The relationship status is not known."
  }]
}