{
  "resourceType": "CodeSystem",
  "id": "deviceassociation-status-reason",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/deviceassociation-status-reason</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\">attached<a name=\"deviceassociation-status-reason-attached\"> </a></td><td>Attached</td><td>The device is connected to the patient.</td></tr><tr><td style=\"white-space:nowrap\">disconnected<a name=\"deviceassociation-status-reason-disconnected\"> </a></td><td>Disconnected</td><td>The device is no longer connected.</td></tr><tr><td style=\"white-space:nowrap\">failed<a name=\"deviceassociation-status-reason-failed\"> </a></td><td>Failed</td><td>The device has failed to work, or continue to function.</td></tr><tr><td style=\"white-space:nowrap\">placed<a name=\"deviceassociation-status-reason-placed\"> </a></td><td>placed</td><td>The device was placed in the patient.</td></tr><tr><td style=\"white-space:nowrap\">replaced<a name=\"deviceassociation-status-reason-replaced\"> </a></td><td>Replaced</td><td>The device was updated with a new device or device part.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/deviceassociation-status-reason",
  "version": "5.0.0",
  "name": "DeviceAssociation",
  "title": "DeviceAssociation Status Reason Codes",
  "status": "active",
  "experimental": false,
  "publisher": "HL7 International",
  "description": "DeviceAssociation Status Reason Codes",
  "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-status-reason",
  "content": "complete",
  "concept": [
    {
      "code": "attached",
      "display": "Attached",
      "definition": "The device is connected to the patient."
    },
    {
      "code": "disconnected",
      "display": "Disconnected",
      "definition": "The device is no longer connected."
    },
    {
      "code": "failed",
      "display": "Failed",
      "definition": "The device has failed to work, or continue to function."
    },
    {
      "code": "placed",
      "display": "placed",
      "definition": "The device was placed in the patient."
    },
    {
      "code": "replaced",
      "display": "Replaced",
      "definition": "The device was updated with a new device or device part."
    }
  ]
}