--- type: "codesystem" title: "FHIRDeviceaAsociationStatus" codesystem: "device-association-status" --- # FHIRDeviceaAsociationStatus - **Official URL**: http://hl7.org/fhir/device-association-status - **Version**: 6.0.0 - **Status**: draft - **Name**: FHIRDeviceAssociationStatus - **Title**: FHIRDeviceaAsociationStatus - **Publisher**: HL7 (FHIR Project) - **Description**: The association status of the device. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | implanted | Implanted | The device is implanted in the patient. | | explanted | Explanted | 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. | | attached | Attached | The device is attached to the patient but not implanted in the patient. | | unknown | Unknown | The association status of the device has not been determined. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The association status of the device."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/device-association-status"/> <content value="complete"/> <concept> <code value="implanted"/> <display value="Implanted"/> <definition value="The device is implanted in the patient."/> </concept> <concept> <code value="explanted"/> <display value="Explanted"/> <definition value="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."/> </concept> <concept> <code value="attached"/> <display value="Attached"/> <definition value="The device is attached to the patient but not implanted in the patient."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The association status of the device has not been determined."/> </concept> </CodeSystem> ```