{
  "resourceType" : "CodeSystem",
  "id" : "deviceassociation-relationship-status",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "language" : "en",
  "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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/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://terminology.hl7.org/CodeSystem/deviceassociation-relationship-status",
  "version" : "1.0.0",
  "name" : "DeviceAssociationRelationshipStatus",
  "title" : "DeviceAssociation Relationship Status Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-27T10:03:46+10:00",
  "description" : "DeviceAssociation Relationship Status Codes",
  "caseSensitive" : true,
  "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."
  }]
}