FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/deviceassociation-association-status (JSON)

Responsible Owner: Orders and Observations Work GroupStandards Status: Informative

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

Definition for Code SystemDeviceAssociationAssociationStatusCodes

{
  "resourceType" : "CodeSystem",
  "id" : "deviceassociation-association-status",
  "meta" : {
    "lastUpdated" : "2025-11-02T03:10:47.397+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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><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=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><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\">implanted<a name=\"deviceassociation-association-status-implanted\"> </a></td><td>Implanted</td><td>The device is implanted in the patient.</td></tr><tr><td style=\"white-space:nowrap\">explanted<a name=\"deviceassociation-association-status-explanted\"> </a></td><td>Explanted</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">attached<a name=\"deviceassociation-association-status-attached\"> </a></td><td>Attached</td><td>The device is attached to the patient but not implanted in the patient.</td></tr><tr><td style=\"white-space:nowrap\">on<a name=\"deviceassociation-association-status-on\"> </a></td><td>On</td><td>The device is powered on / operationally active.</td></tr><tr><td style=\"white-space:nowrap\">off<a name=\"deviceassociation-association-status-off\"> </a></td><td>Off</td><td>The device is powered off / not operationally active.</td></tr><tr><td style=\"white-space:nowrap\">standby<a name=\"deviceassociation-association-status-standby\"> </a></td><td>Standby</td><td>The device is powered and available but not currently in active operation.</td></tr><tr><td style=\"white-space:nowrap\">defective<a name=\"deviceassociation-association-status-defective\"> </a></td><td>Defective</td><td>The device is defective.</td></tr><tr><td style=\"white-space:nowrap\">abandoned<a name=\"deviceassociation-association-status-abandoned\"> </a></td><td>Abandoned</td><td>The implanted device remains in the patient's body and is no longer in use.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/deviceassociation-association-status",
  "version" : "6.0.0-ballot3",
  "name" : "DeviceAssociationAssociationStatusCodes",
  "title" : "DeviceAssociation Association Status Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "Codes that describe the state of a device’s association (e.g., implanted, attached, on, off, standby, defective).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "implanted",
    "display" : "Implanted",
    "definition" : "The device is implanted in the patient."
  },
  {
    "code" : "explanted",
    "display" : "Explanted",
    "definition" : "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."
  },
  {
    "code" : "attached",
    "display" : "Attached",
    "definition" : "The device is attached to the patient but not implanted in the patient."
  },
  {
    "code" : "on",
    "display" : "On",
    "definition" : "The device is powered on / operationally active."
  },
  {
    "code" : "off",
    "display" : "Off",
    "definition" : "The device is powered off / not operationally active."
  },
  {
    "code" : "standby",
    "display" : "Standby",
    "definition" : "The device is powered and available but not currently in active operation."
  },
  {
    "code" : "defective",
    "display" : "Defective",
    "definition" : "The device is defective."
  },
  {
    "code" : "abandoned",
    "display" : "Abandoned",
    "definition" : "The implanted device remains in the patient's body and is no longer in use."
  }]
}

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.